for the TI dm6446 platformBackground subtraction moduleMaintain a background model, which can distinguish background, foreground and theft/left pixelsShadow removal moduleDetect shadow regions in monochrome videosCamera shift detection and suppression moduleDetect of small camera shift, and suppress the FALSE alarms due to themBlob extraction moduleExtract connected foreground and theft/left pixels as blobsTheft/left baggage distinguish moduleDistinguish theft blobs and left baggage blobs
標簽: platformBackground moduleMaintain subtraction background
上傳時間: 2013-12-17
上傳用戶:xinzhch
編寫具有如下函數(shù)原型的遞歸與非遞歸兩種函數(shù)equ,負責判斷數(shù)組a與b的前n個元素值是否按下標對應(yīng)完全相同,是則返回true,否則返回FALSE。并編制主函數(shù)對它們進行調(diào)用,以驗證其正確性。 bool equ(int a[], int b[], int n) 提示:遞歸函數(shù)中可按如下方式來分解并處理問題,先判斷最后一個元素是否相同,不同則返FALSE;相同則看n是否等于1,是則返回true,否則進行遞歸調(diào)用(傳去實參a、b與 n-1,去判斷前n-1個元素的相等性),并返回遞歸調(diào)用的結(jié)果(與前n-1個元素的是否相等性相同)。
上傳時間: 2013-12-03
上傳用戶:梧桐
1)創(chuàng)建任意字符型有序(遞增排序)單循環(huán)鏈表(即鏈表的字符元素隨機在鍵盤上輸入),長度限定在15之內(nèi); 2)打?。ū闅v)該鏈表(依次打印出表中元素值); 3)在鏈表中查找第i個元素,i合法返回元素值,否則,返回FALSE; 4)在鏈表中查找與一已知字符相同的第一個結(jié)點,有則返回TRUE,否則,返回FALSE; 5)在鏈表中按照有序方式插入一已知字符元素; 6)在線性表中刪除第i個結(jié)點; 7)計算鏈表的長度
上傳時間: 2013-12-25
上傳用戶:lo25643
個人早期編寫的支持wavecom modem的串口短信控件,當控件屬性islocal設(shè)置為FALSE時,控件將主動對wavecom的AT命令進行相應(yīng),并提取短信內(nèi)容及收取電話號碼進行回調(diào)。短信方式實現(xiàn)了收發(fā)異步。
上傳時間: 2016-04-01
上傳用戶:bruce5996
simulates coin tossing. Let the program toss a coin each time the user chooses the “Toss Coin” menu option. Count the number of times each side of the coin appears. Display the results. The program should call a separate method flip that takes no arguments and returns FALSE for tails and true for heads. [ Note: If the program realistically simulates coin tossing, each side of the coin should appear approximately half the time.]
標簽: the coin simulates chooses
上傳時間: 2014-08-30
上傳用戶:pompey
主要是修改了一些2.3.0版本的Bug,特別是當autoCommit=FALSE的情況下以及多線程添加Document,有些字段打開了term-vector有些沒有打都會對索引數(shù)據(jù)造成破壞 autoCommit 選項是從2.2.0版本就添加了,默認是true,我對這個參數(shù)還不是很理解,都是用的默認值true。所以沒有碰到問題。 2.3.1版本沒有包含任何新的功能,索引文件的格式也沒有變化,完全兼容2.3.0版本。 官方鼓勵所有使用2.3.0版本的應(yīng)用盡快升級到2.3.1版本。
上傳時間: 2013-12-16
上傳用戶:wkchong
貪吃蛇*要點分析: *1)數(shù)據(jù)結(jié)構(gòu):matrix[][]用來存儲地圖上面的信息,如果什么也沒有設(shè)置為FALSE, * 如果有食物或蛇,設(shè)置為true;nodeArray,一個LinkedList,用來保存蛇的每 * 一節(jié);food用來保存食物的位置;而Node類是保存每個位置的信息。 *2)重要函數(shù): * changeDirection(int newDirection) ,用來改變蛇前進的方向,而且只是 * 保存頭部的前進方向,因為其他的前進方向已經(jīng)用位置來指明了。 其中newDirection * 必須和原來的direction不是相反方向,所以相反方向的值用了同樣的奇偶性。在測試 * 的時候使用了direction%2!=newDirection%2 進行判斷。 * moveOn(),用來更新蛇的位置,對于當前方向,把頭部位置進行相應(yīng)改變。如果越界, * 結(jié)束;否則,檢測是否遇到食物(加頭部)或身體(結(jié)束);如果什么都沒有,加上頭部, * 去掉尾部。由于用了LinkedList數(shù)據(jù)結(jié)構(gòu),省去了相當多的麻煩。
標簽: matrix 貪吃蛇 分 數(shù)據(jù)結(jié)構(gòu)
上傳時間: 2014-06-14
上傳用戶:cjf0304
In this paper, we present LOADED, an algorithm for outlier detection in evolving data sets containing both continuous and categorical attributes. LOADED is a tunable algorithm, wherein one can trade off computation for accuracy so that domain-specific response times are achieved. Experimental results show that LOADED provides very good detection and FALSE positive rates, which are several times better than those of existing distance-based schemes.
標簽: algorithm detection containi evolving
上傳時間: 2014-01-08
上傳用戶:aeiouetla
MediaPlayer代碼,部分代碼,合適請用: import java.awt.* import java.awt.event.* import javax.swing.* import javax.media.* import java.io.* import java.util.* //為了導入Vector //import com.sun.java.swing.plaf.windows.* public class MediaPlayer extends JFrame implements ActionListener,Runnable { private JMenuBar bar //菜單條 private JMenu fileMenu,choiceMenu,aboutMenu private JMenuItem openItem,openDirItem,closeItem,about,infor private JCheckBoxMenuItem onTop private boolean top=FALSE,loop //設(shè)定窗口是否在最前面 private Player player //Play是個實現(xiàn)Controller的接口 private File file,listFile //利用File類結(jié)合JFileChooser進行文件打開操作,后則與list.ini有關(guān)
標簽: MediaPlayer 代碼
上傳時間: 2016-07-08
上傳用戶:爺?shù)臍赓|(zhì)
(***FlatStyle v4.42.8.0 for DELPHI7 by comerose update***)2007.04.30 更新說明1.修正 TFlatListView 標題的平面顯示(更加完美).2.增加 TFlatListView 的屬性. ①ColorTitleFace以實現(xiàn)對標題平面顏色控制. ②ColorTitleCheck選擇時的CheckBox的顏色控制. ③AllCheck對列表進行全選(只在CheckBoxs為True時有效). AllCheck=True時全選列表,AllCheck=FALSE取消全選. ④GroundPic背景圖像來源. ⑤GroundHas是否使用畫背景圖像(在OnDrawBackground事件中無效). ⑥GroundStretch是否放縮背景圖像(在OnDrawBackground事件中無效). ⑦OnDrawBackground自定義重畫事件(在GroundHas=FALSE時,事件中有效). ⑧在標題中增加一個列表全選按鈕(CheckBoxs=true和ViewStyle=vsReport時有效). 如果你之前的程序在OnCustomDraw中有代碼的, 請把這些代碼復制到OnDrawBackground事件中.3.修正 TFlatListBoxExt 和 TFlatCheckListExt 鼠標進入時的變色. (原來版本當列表數(shù)目顯示區(qū)域少于控件區(qū)域時,會有部分地方不變色的BUG).4.優(yōu)化一些代碼。5.編譯說明 ①首先打開 FlatVcls.dpk 包, 編譯. ②再次打開 FlatStyle.dpk 包, 編譯. ③成功!6.更詳細的說明,請閱讀內(nèi)部的README.TXT文件.
標簽: TFlatListView FlatStyle comerose DELPHI7
上傳時間: 2013-12-31
上傳用戶:hongmo
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1