-
英文单词拼写检查中的main函数
英文单词拼写检查中的main函数...
英文单词拼写检查中的main函数
英文单词拼写检查中的main函数-English word spelling checker s main function
- 2022-07-13 07:55:42下载
- 积分:1
-
将HTML转化为XML的一个实用工具,COM类;
将HTML转化为XML的一个实用工具,COM类;-HTML XML into a practical tool, COM;
- 2023-09-07 01:35:04下载
- 积分:1
-
java 反编译
挺不错的,我们经常会用到它,但不要用于
商业目的啊...
java 反编译
挺不错的,我们经常会用到它,但不要用于
商业目的啊-- sounds very good, we often will use it, but not for commercial purposes ah
- 2022-05-06 20:21:57下载
- 积分:1
-
Multiplayer Canvas
这个简单的脚本允许您在canvas for painting的示例中为多个用户实现一个共享的工作区。
- 2022-04-29 19:16:03下载
- 积分:1
-
Hello earth ! 调用谷歌地球实例
详见《Hello earth,据说你这只已经关闭了的谷歌地球API》
安装谷歌地球插件,调用谷歌地球api脚本,实现winform上的"Hello earth !"
- 2022-08-09 14:00:07下载
- 积分:1
-
WINDOWS mine own VC games, three junior
WINDOWS自带 VC 扫雷游戏,低级中级高级三级别-WINDOWS mine own VC games, three junior-level Advanced Intermediate
- 2022-11-11 23:40:04下载
- 积分:1
-
带font字样的3个目录分别是利用系统字库产生/观察/修改点阵字库文件的程序
GBK是产生编码页网页的程序, 用于观察各种编码
midi2wav是把...
带font字样的3个目录分别是利用系统字库产生/观察/修改点阵字库文件的程序
GBK是产生编码页网页的程序, 用于观察各种编码
midi2wav是把midi文件转换成wav文件的程序.-Font with the words 3 directory is to use the system font, respectively, arising from/to observe/modify the procedures lattice GBK font file is the web page coding procedures used to observe a variety of coding midi2wav is to convert midi files wav files procedures.
- 2023-05-20 03:20:09下载
- 积分: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
-
人机猜拳对战游戏。由电脑随机猜拳分别石头、剪刀、布
然后有用户输入自己的猜拳,判断输赢。程序要求可以循环猜拳...
人机猜拳对战游戏。由电脑随机猜拳分别石头、剪刀、布
然后有用户输入自己的猜拳,判断输赢。程序要求可以循环猜拳 -Human finger-guessing game against the game. Finger-guessing game, respectively, by the computer-generated random stone, scissors, cloth then entered by the user" s own finger-guessing game to determine winning or losing. Procedural requirements could be re-finger-guessing game
- 2022-02-27 02:05:48下载
- 积分:1
-
a chatroom programme by winsock
简单的聊天室代码,winsock以及vc++编程实现-a chatroom programme by winsock
- 2022-03-26 06:51:54下载
- 积分:1