-
Face-Detection
说明: 完整的包括皮肤及动作识别的C++人脸检测源代码,涉及的技术有:小波分析,尺度缩减模型(PCA,LDA,ICA),人工神经网络(ANN),支持向量机(SVM),SSE编程,图像处理,直方图均衡,图像滤波,C++编程等。(Complete, including skin and actions identified C++ face detection source code, the technology involved are: wavelet analysis, scaling down model (PCA, LDA, ICA), artificial neural network (ANN), support vector machine (SVM), SSE Programming , image processing, histogram equalization, image filtering, C++ programming.)
- 2011-04-01 18:49:22下载
- 积分:1
-
大数的乘法运算
用c语言写的大数乘法,我是初学者,所以希望大家多多支持,,有问题的地方我会改进
/*
* 大数(非负整数)的四则运算:
* 运用字符串来处理
*
*/
#include
#include
#include
#define LEN 17
static char a[LEN],b[LEN],ans[LEN];
char *myrever(char *str) //反转字符串函数
{
int t,tl=strlen(str);
char ch;
for(t=0;t
- 2022-02-03 13:17:55下载
- 积分:1
-
PC遥控器制作大全
PC遥控器制作大全(PC remote control production Daquan)
- 2004-10-12 11:03:33下载
- 积分:1
-
钻石的TGS2011
钻石的TGS2011 完全开放 目前最新版本:20180428(The TGS2011 of diamonds is fully open. The latest version: 20180428)
- 2018-08-09 09:58:20下载
- 积分:1
-
1222
说明: 单片机通信协议处理 上位机和下位机中的数据发送
(Microcontroller communication protocol processing)
- 2011-02-25 13:40:42下载
- 积分:1
-
Desktop
Cohen-Sutherland Line Clipping algorithm
- 2010-04-11 23:47:42下载
- 积分:1
-
treelog
说明: 很实用的小控件,可将所需要的信息在调试过程中显示在编辑框中,将这个类加到自己的程序中并于编辑框关联即可使用(Very useful widget can be the required information in the debugging process is displayed in the edit box will be added to this category in its own procedures and associated edit box you can use)
- 2008-11-19 17:34:39下载
- 积分:1
-
TCP
TCP VEGAS RENO TAHOE IN NS2
- 2014-11-28 16:34:19下载
- 积分:1
-
ado
VC连接Oracle的一个实例,带简单的查询功能,供初学者使用。(VC connecting an instance of Oracle, with a simple query functions, for beginners to use.)
- 2009-11-17 14:27:16下载
- 积分:1
-
singlepoint
说明: 全球定位系统单点定位程序,根据N文件和O文件解算地面点的坐标(Global positioning system, single point positioning procedure, in accordance with N documents and O document solver coordinates of ground points)
- 2008-11-16 10:12:50下载
- 积分:1