虫虫首页|资源下载|资源专辑|精品软件
登录|注册

FALSE

  • for the TI dm6446 platformBackground subtraction moduleMaintain a background model, which can distin

    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

  • 编写具有如下函数原型的递归与非递归两种函数equ

    编写具有如下函数原型的递归与非递归两种函数equ,负责判断数组a与b的前n个元素值是否按下标对应完全相同,是则返回true,否则返回FALSE。并编制主函数对它们进行调用,以验证其正确性。 bool equ(int a[], int b[], int n) 提示:递归函数中可按如下方式来分解并处理问题,先判断最后一个元素是否相同,不同则返FALSE;相同则看n是否等于1,是则返回true,否则进行递归调用(传去实参a、b与 n-1,去判断前n-1个元素的相等性),并返回递归调用的结果(与前n-1个元素的是否相等性相同)。

    标签: equ 函数 递归 编写

    上传时间: 2013-12-03

    上传用户:梧桐

  • 1)创建任意字符型有序(递增排序)单循环链表(即链表的字符元素随机在键盘上输入)

    1)创建任意字符型有序(递增排序)单循环链表(即链表的字符元素随机在键盘上输入),长度限定在15之内; 2)打印(遍历)该链表(依次打印出表中元素值); 3)在链表中查找第i个元素,i合法返回元素值,否则,返回FALSE; 4)在链表中查找与一已知字符相同的第一个结点,有则返回TRUE,否则,返回FALSE; 5)在链表中按照有序方式插入一已知字符元素; 6)在线性表中删除第i个结点; 7)计算链表的长度

    标签: 字符型 字符 元素 递增

    上传时间: 2013-12-25

    上传用户:lo25643

  • 个人早期编写的支持wavecom modem的串口短信控件

    个人早期编写的支持wavecom modem的串口短信控件,当控件属性islocal设置为FALSE时,控件将主动对wavecom的AT命令进行相应,并提取短信内容及收取电话号码进行回调。短信方式实现了收发异步。

    标签: wavecom modem 编写 串口

    上传时间: 2016-04-01

    上传用户:bruce5996

  • simulates coin tossing. Let the program toss a coin each time the user chooses the “Toss Coin” menu

    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-29

    上传用户:pompey

  • 主要是修改了一些2.3.0版本的Bug

    主要是修改了一些2.3.0版本的Bug,特别是当autoCommit=FALSE的情况下以及多线程添加Document,有些字段打开了term-vector有些没有打都会对索引数据造成破坏 autoCommit 选项是从2.2.0版本就添加了,默认是true,我对这个参数还不是很理解,都是用的默认值true。所以没有碰到问题。 2.3.1版本没有包含任何新的功能,索引文件的格式也没有变化,完全兼容2.3.0版本。 官方鼓励所有使用2.3.0版本的应用尽快升级到2.3.1版本。

    标签: Bug 修改 版本

    上传时间: 2013-12-15

    上传用户:wkchong

  • 贪吃蛇*要点分析: *1)数据结构:matrix[][]用来存储地图上面的信息

    贪吃蛇*要点分析: *1)数据结构:matrix[][]用来存储地图上面的信息,如果什么也没有设置为FALSE, * 如果有食物或蛇,设置为true;nodeArray,一个LinkedList,用来保存蛇的每 * 一节;food用来保存食物的位置;而Node类是保存每个位置的信息。 *2)重要函数: * changeDirection(int newDirection) ,用来改变蛇前进的方向,而且只是 * 保存头部的前进方向,因为其他的前进方向已经用位置来指明了。 其中newDirection * 必须和原来的direction不是相反方向,所以相反方向的值用了同样的奇偶性。在测试 * 的时候使用了direction%2!=newDirection%2 进行判断。 * moveOn(),用来更新蛇的位置,对于当前方向,把头部位置进行相应改变。如果越界, * 结束;否则,检测是否遇到食物(加头部)或身体(结束);如果什么都没有,加上头部, * 去掉尾部。由于用了LinkedList数据结构,省去了相当多的麻烦。

    标签: matrix 贪吃蛇 数据结构

    上传时间: 2014-06-13

    上传用户:cjf0304

  • In this paper, we present LOADED, an algorithm for outlier detection in evolving data sets containi

    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-07

    上传用户:aeiouetla

  • MediaPlayer代码

    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 //设定窗口是否在最前面 private Player player //Play是个实现Controller的接口 private File file,listFile //利用File类结合JFileChooser进行文件打开操作,后则与list.ini有关

    标签: MediaPlayer 代码

    上传时间: 2016-07-08

    上传用户:爺的气质

  • (***FlatStyle v4.42.8.0 for DELPHI7 by comerose update***)2007.04.30 更新说明1.修正 TFlatListView 标题的平面显示(

    (***FlatStyle v4.42.8.0 for DELPHI7 by comerose update***)2007.04.30 更新说明1.修正 TFlatListView 标题的平面显示(更加完美).2.增加 TFlatListView 的属性. ①ColorTitleFace以实现对标题平面颜色控制. ②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 鼠标进入时的变色. (原来版本当列表数目显示区域少于控件区域时,会有部分地方不变色的BUG).4.优化一些代码。5.编译说明 ①首先打开 FlatVcls.dpk 包, 编译. ②再次打开 FlatStyle.dpk 包, 编译. ③成功!6.更详细的说明,请阅读内部的README.TXT文件.

    标签: TFlatListView FlatStyle comerose DELPHI7

    上传时间: 2013-12-31

    上传用户:hongmo