-
FaceDetect
使用VC++和opencv实现的检测图片中人脸的程序,开发环境是VS2008(use vc++ and opencv to detect face from picture,the developing environment is visual studio2008)
- 2014-07-21 13:59:52下载
- 积分:1
-
YCArray
说明: /**
* 动态数组的模板类
* 1.支持字符索引
* 2.方便的添加删除修改任意一项
* 最后更新 2004-8-9 yzh
**1.优化了字符索引的运作方式,使用数组存储
**2.重写了底层数据的存储,将连续性的存储方式改为了非连续,
*** 从而很好有效地支持了“引用”,并且让数据的删除增加变的更为快速
* 用法如:
* YCArray<int,int> test
* test.Add("Number2",4)
* test.Add("Number1",2)
* printf("%d %d",test["Number1"],test["Number2"])
* 显示:
* 2 4
*******
*******
History:
2004-11-19
修改了析构函数,解决了索引没有释放的bug
**/(/*** dynamic array template class* 1. Support characters Index* 2. Add convenience to delete arbitrary* a final update 2004-8-9 yzh** 1. Character Index optimized mode of operation, the use of storage arrays** 2 . a rewrite of the underlying data storage, storage continuity conversion of non-continuous, and thus good*** effective support to the "quote", and let the data changed to delete the more rapid* usage such as :* YCArraylt; int, intgt; test* test. Add ( "Number2", 4)* test.Add ( "Number1", 2)* printf ( "% d% d", test [ "Number1"] test [ "Number2"])* Display :** 2 4************* History : 2004-11-19 revised the destructors, the index did not address the release of bug** /)
- 2005-09-06 13:03:51下载
- 积分:1
-
USBto485
USB转485USB转485USB转485USB转485(USB to 485USB to 485USB to 485)
- 2009-03-18 14:07:23下载
- 积分:1
-
905正交实验设计与结果分析
说明: 功能,利用正交表安排实验称为正交实验设计,该程序是对正交实验的结果,运用方差分析表和F检验个因素对实验结果是否有显著影响。程序是针对不考虑个因素的交互作用的正交设计编写的。(functions, the use of orthogonal arrangement known as orthogonal test experimental design, the procedures of orthogonal experimental results, using analysis of variance table and the F-test factors in the results, is there a significant impact. Procedures are targeting the factors to consider the interaction of orthogonal design prepared.)
- 2020-12-03 13:29:26下载
- 积分:1
-
SMARTCONFIG
串口转WIFI模块,对SMARTCONFIG功能的实现源码,主要应用在手机安卓系统的APP开发中。(Serial to WIFI module, SMARTCONFIG function source implementation, mainly used in the development of mobile APP Android system)
- 2014-05-24 15:28:42下载
- 积分:1
-
TMS320LF2407sourcecode1
这是TMS320LF2407书的一个源代码的前4章。比较有参考价值。(TMS320LF2407 This is the one source of Chapter 4. More reference value.)
- 2007-03-03 15:16:59下载
- 积分:1
-
15
说明: DNF台服源码DNF台服私服可以用可以用,下载编程(DNF data source DNF tab file belongs to the Taiwan Chinese super fishDNF data source DNF tab file belongs to the Taiwan Chinese super fish)
- 2016-06-24 15:20:08下载
- 积分:1
-
真二叉树重构
说明: 但是对于“真二叉树”(每个内部节点都有两个孩子的二叉树),给定它的先序、后序遍历序列足以完全确定它的结构。将二叉树的n个节点用[1, n]内的整数进行编号,输入一棵真二叉树的先序、后序遍历序列,请输出它的中序遍历序列。(But for one proper binary tree, in which each internal node has two sons, we can uniquely determine it through its given preorder traversal sequence and postorder traversal sequence.Label n nodes in one binary tree using the integers in [1, n], we would like to output the inorder traversal sequence of a binary tree through its preorder and postorder traversal sequence.)
- 2019-04-21 16:54:36下载
- 积分:1
-
一个与MyIE功能相同的多窗口浏览器,相当实用,包含全部源代码,强烈推荐
一个与MyIE功能相同的多窗口浏览器,相当实用,包含全部源代码,强烈推荐- With the MyIE function same multi- windows browser, is quite
practical, contains the complete source code, intense recommendation!
- 2022-10-30 18:00:03下载
- 积分:1
-
DUBAInterface
实现金山毒霸的漂亮的界面,用了资源提取工具将相关bmp提取。、(Jinshan drug tyrants realize the beautiful interface, with the resource extraction tool to extract the relevant bmp. ,)
- 2008-08-05 09:38:13下载
- 积分:1