-
基于混合高斯模型(GMM)和CamShift算法的多目标检测与跟踪
基于混合高斯模型(GMM)和CamShift算法的多目标检测与跟踪,基于OpenCV实现的,压缩包里包括代码和测试数据,要运行需要自己配置头文件和依赖库的路径。可以用于车辆和行人的检测与跟踪,自动检测运动目标,适合初学者学习研究。
- 2022-11-21 12:30:13下载
- 积分:1
-
VCProgram
正方体投影,计算机图形学的综合实验内容,很全很专业的资源(eject)
- 2020-06-30 11:40:02下载
- 积分:1
-
FTP
用VC6.0实现的基于TCP协议的聊天室,包括客户端和服务器代码,很有参考价值(VC6.0 achieved using TCP protocol-based chat rooms, including client and server code, a good reference)
- 2008-06-23 10:41:50下载
- 积分:1
-
Task1-trial--10211281--zly
描述:足球俱乐部包括球员、普通行政人员。球员有姓名、年龄、能力、年薪、转会费、进球总数、服役年限等重要参数;普通行政人员有姓名、年龄、能力、年薪等参数。你需要给相关管理机构开发一个管理程序,实现对众多足球俱乐部管理的基本功能。具体功能包括:
a) 俱乐部的增删改查,俱乐部的属性包括名称、现金、其下人员;
b) 可以对所有球员的各项属性进行简单搜索,支持输入多个条件,条件之间用&&连接,例如:
i. “年龄不大于25且服役年限大于5年且进球数大于100的球员”,查询表达式:!(@age>25) && @experience>5 && @kick>100
c) 支持球员在不同俱乐部间的买卖,买卖需符合以下条件:作为买方的俱乐部的现金>=球员的转会费,交易完成后,卖方将得到转会费。
要求:
d) 必须采用面向对象的方式,使用类组织数据结构,并注意类的继承关系;
e) 在题目要求基础上可以自行扩展功能,提供扩实用扩展功能者适当加分(加分不超过5分)。
(Description: Football club including players, general administrative staff. Player name, age, ability, salary, transfer fee, total number of goals, service life and other important parameters ordinary administrative staff name, age, ability, salary and other parameters. You need to give the relevant management agencies to develop a management program to achieve the number of football club management s basic functions. Specific features include:
a) the club CRUD, the name of the club s property, including cash, under which personnel
b) all players can perform a simple search of the property, supports input multiple conditions with && connection between conditions, for example:
i. "Age is not greater than 25 and greater than 5 years service life and goals more than 100 players," query expression:! (@ age> 25) && @ experience> 5 && @ kick> 100
c) Support the players traded between different clubs, the sale subject to the following conditions: As a buyer s club cash> = pl)
- 2013-08-20 10:09:29下载
- 积分:1
-
A213855715-16866
实现窗口的任意停靠功能!其是用VC++6.0实现的!(Achieve window of arbitrary docked function! Its achieved with VC++6.0!)
- 2013-04-13 12:48:07下载
- 积分:1
-
actionGroupExample
源码p3at小车的程序 需要的直接下载 VS2008打开 挺不错的程序!!!!(Direct download VS2008 source p3at car program needs to open11)
- 2014-09-13 17:47:48下载
- 积分:1
-
CT
说明: 双路输出控制器”具有信号输出时间设定、 输出信号占空比调整、 当前输出通道及时
间显示、系统工作参数存储、串口通讯及 LED 指示等功能。 “双路输出控制器”通过串口完
成信号输出时间设定功能;通过 EEPROM 完成系统工作参数存储功能;通过按键完成输出通
道切换、 输出信号占空比调整及停止信号输出功能; 系统硬件电路主要由 MCU 控制单元、独
立按键、 LCD 显示单元、 串口通讯单元、 EEPROM 数据存储单元和 LED 指示单元组成(Dual output controller has the signal output time setting, adjust the duty cycle of the output signal, the current output channel in time
Between display, system operating parameters are stored, serial communications and LED indicator. Dual Output Controller through serial END
A signal output time setting function complete system operating parameters via EEPROM memory function complete output pass through the key
Channel switching, adjust the duty cycle of the output signal and the stop signal output function the system hardware circuit is mainly controlled by the MCU unit, alone
Li buttons, LCD display unit, serial communication unit, EEPROM data storage unit and LED indication units)
- 2015-03-10 20:14:34下载
- 积分:1
-
自己写的矩阵处理类
各种矩阵运算的实现,并将向量视为特殊的矩阵。(various matrix operations to achieve and Vector as a special matrix.)
- 2020-08-31 00:28:12下载
- 积分:1
-
Observer
a observer pattern desing example in c++ a basic class room one
- 2015-09-24 17:01:56下载
- 积分:1
-
HuffMan
哈夫曼编码译码系统,设置发送者和接受者两个功能,
发送者的功能包括:
①输入待传送的字符信息;
②统计字符信息中出现的字符种类数和各字符出现的次数(频率);
②根据字符的种类数和各自出现的次数建立哈夫曼树;
③利用以上哈夫曼树求出各字符的哈夫曼编码;
④将字符信息转换成对应的编码信息进行传送。
接受者的功能包括:
①接收发送者传送来的编码信息;
②利用上述哈夫曼树对编码信息进行翻译,即将编码信息还原成发送前的字符信息。
(Huffman decoding system, set the sender and the recipient of two functions, the sender' s features include: (1) input to be transmitted character information ② statistical character information, the number of types of characters and characters the number of occurrences (frequency create a Huffman tree) ② According to the number of types of characters and their respective number of occurrences ③ use the Huffman tree to find the characters Huffman coding ④ character information into the corresponding coding information for delivery. The recipient of the features include: (1) to receive the coded information to the sender transmission ② above Huffman tree coded information to be translated, is about to coded information to restore the character information before sending.)
- 2012-06-21 21:01:17下载
- 积分:1