-
hogPsvm
HOG特征点的提取并使用SVM分类器训练样本予以分类(样本尺寸可以不一)(HOG feature point extraction and SVM classifier using training samples to be classified (sample size may vary))
- 2013-10-09 13:59:39下载
- 积分:1
-
cedianzu
利用51单片机做电阻测量仪,实现按键设置阻值自动报警提示(The use of 51 single-chip resistance measuring instrument to achieve automatic alarm button to set the resistance)
- 2013-07-28 01:39:05下载
- 积分:1
-
CMyHyperLink_Source
一个简单超文本显示控件,基于CStatic 控件开发,能够连接anry url 或者email地址(a simple CStatic derived Hyperlink control, which can be used in your project to link to any URL such as your company s website or EMail. In addition to that, this control can fire an event to the parent dialog, it can be used to popup another dialog, or whatever else you want to do.)
- 2012-10-09 11:23:14下载
- 积分:1
-
OpenGL_Fire
基于opengl设计的一个粒子系统的产生的火焰的例子,对学习opengl和设计粒子系统的初学者来说是个不错的入门例子。(create a particle system for fire. )
- 2012-11-12 12:55:56下载
- 积分:1
-
PC_lint
PC-Lint是C/C++软件代码静态分析工具,你可以把它看作是一种更加严格的编译器。它不仅可以检查出一般的语法错误,还可以检查出那些虽然符合语法要求但不易发现的潜在错误。
C语言的灵活性带来了代码效率的提升,但相应带来了代码编写的随意性,另外C编译器不进行强制类型检查,也带来了代码编写的隐患。PCLint识别并报告C语言中的编程陷阱和格式缺陷的发生。它进行程序的全局分析,能识别没有被适当检验的数组下标,报告未被初始化的变量,警告使用空指针,冗余的代码,等等。软件除错是软件项目开发成本和延误的主要因素。PClint能够帮你在程序动态测试之前发现编码错误。这样消除错误的成本更低。
(pc lint use sample and design)
- 2014-05-28 16:56:46下载
- 积分:1
-
PolygonDecompose
二维简单多边形凸分解源代码以及详细的使用说明(Two-dimensional simple convex polygon decomposition of the source code and instructions)
- 2021-03-22 14:59:17下载
- 积分:1
-
work
数独游戏 a) 设计一个命令行界面的游戏,登入游戏界面后,应该有游戏规则说明,按键说明。
b) 进入游戏前应该有难度选择:1表示简单、2表示中等、3表示困难。
c) 在游戏主界面中有可以循环输入数独值、可以连续玩好几局直到退出、检查结果、查看答案、新开一局的功能。
d) 信息提示功能:输入错误时应有提示、游戏失败或获取胜利时应有庆祝界面等。
(Sudoku a) the design of a command-line interface of the game, log into the game interface, there should be rules of the game description, key instructions.
b) prior to entering the game should have difficulty options: 1 means simple, 2 for moderate, 3 for difficulty.
c) There can be recycled input Sudoku value, you can continuously play several bureau until you exit the game the main interface, test results, see the answer, features a newly opened office.
d) Information prompts: input error when prompted, the game fails or gets victory should have celebrated interface.)
- 2014-07-06 23:06:58下载
- 积分:1
-
AES
用C/C++实现加解密算法及其应用:AES 和基于AES 的CMAC(Encryption and decryption algorithm and its application with C/C++: AES and CMAC based on AES)
- 2020-07-04 10:00:02下载
- 积分:1
-
bp121
matlab小波分析程序,包括回归分析和概率统计,最大信噪比的独立分量分析算法。( matlab wavelet analysis program, Including regression analysis and probability and statistics, SNR largest independent component analysis algorithm.)
- 2017-04-20 17:24:40下载
- 积分:1
-
b-trees
① 实现在B-树上的查找,并分析其时间复杂性。
② 实现B-树的ADT,包括其上的基本操作:结点的加入和删除。
③ 要求B-树结构中的M=3 或5,实现其中的一种即可。
④ 实现基本操作的演示。
(4) 实现提示
(b-trees c/c++)
- 2021-01-20 09:48:41下载
- 积分:1