-
一个用Flash搞出来的界面,挺不错的,供大家参考下
一个用Flash搞出来的界面,挺不错的,供大家参考下-Out by engaging in a Flash interface
- 2023-08-28 17:20:04下载
- 积分:1
-
语音发生器的源代码
Source Code for A Speech Generator in C
- 2022-04-30 18:08:58下载
- 积分:1
-
生命游戏,规则:
1、一个细胞周围八个格存活2~3个细胞,则下一时代次此细胞依然存活
2、如果某个格周围八个格存活三个细胞,则下一时代该格能创生一个细胞...
生命游戏,规则:
1、一个细胞周围八个格存活2~3个细胞,则下一时代次此细胞依然存活
2、如果某个格周围八个格存活三个细胞,则下一时代该格能创生一个细胞
3、如果一个细胞周围8格存活细胞数为1个或1个一下,则下一世代该细胞因孤独而死
4.如果一个细胞周围8格存活细胞数为4个或4个以上,则下一世代该细胞因生存空间拥挤而死-Game of Life rules: 1, a cell survival of the surrounding eight grid cells 2 ~ 3 months, then the next times at 2 this cell is still viable, if a grid around the eight cell survival of three cells, then the next era of the grid to creation of a cell 3, around 8, if a cell survival of cells for cell 1 or a click, then the next generation of the cells die because of loneliness 4. If a cell survival of cells in the surrounding 8 cells for 4 or 4 or more, then the next generation of the cells died due to crowded living space
- 2022-02-03 18:18:30下载
- 积分:1
-
facedetector
人脸检测器 #include < iostream >
#include < cv.h >
#include < highgui.h >
int main(void)
{
int 键 = 0 ;
int i;
CvMemStorage * 存储 = cvCreateMemStorage (0) ;
CvCapture * 捕获 = cvCaptureFromCAM (0) ;
char * 文件名 ="haarcascade_frontalface_alt.xml";
CvHaarClassifierCascade * 梯级 = (CvHaarClassifierCascade *) cvLoad (文件名,
0,0,0) ;
虽然 (关键! = "q") {
IplImage * 帧 = cvQueryFrame (捕获) ;
如果 (! 帧) 断 ;
CvSeq * 脸 = cvHaarDetectObjects (
帧,
级联,
存储,
1.1、
3,
0 / * CV_HAAR_DO_CANNY_PRUNNING *,
cvSize (40,40)) ;
为 (我 = 0 ; 我 < (脸? 面孔-> 共: 0) ; i + +) {
CvRect * wajah = (CvRect *) cvGetSeqElem (的脸,我) ;
CvFont 字体 ;
cvInitFont (& 字体,CV_FONT_HERSHEY_SIMPLEX,1.0,1.0,1,5,CV_AA) ;
CvRect * r=(CvRect*) cvGetSeqElem(faces, i) ;
cvPutTex
- 2022-01-30 19:16:21下载
- 积分:1
-
Multiplayer Canvas
这个简单的脚本允许您在canvas for painting的示例中为多个用户实现一个共享的工作区。
- 2022-04-29 19:16:03下载
- 积分:1
-
选取框是MFC框架程序,功能是自定义了几个可改变大小的框,可以进行拖动旋转等操作...
选取框是MFC框架程序,功能是自定义了几个可改变大小的框,可以进行拖动旋转等操作-Marquee is the MFC framework for procedures, functions of several custom can change the size of the box, you can drag to rotate, such as operation
- 2022-07-02 13:10:13下载
- 积分:1
-
MFC to do calculator program can be achieved subtraction multiplication and divi...
MFC做的计算器程序,可以实现加减乘除。平方,立方等功能-MFC to do calculator program can be achieved subtraction multiplication and division. Square, cubic and other functions
- 2022-01-25 20:56:21下载
- 积分:1
-
flex 3工具(英文版)一种强大的工具。 适合高手使用 初学者不必用了 可能不会用...
flex 3工具(英文版)一种强大的工具。 适合高手使用 初学者不必用了 可能不会用-flex
- 2022-05-26 09:41:52下载
- 积分:1
-
DNA sequence design software
DNA sequence design software
- 2022-08-23 21:21:19下载
- 积分:1
-
进程之间的一种通信方式,简单的进程通信
进程之间的一种通信方式,简单的进程通信-Process, a means of communication between the simple process of communication ~ ~ ~
- 2022-09-24 19:10:03下载
- 积分:1