-
This procedure is to identify the special function of the mouse events. Through...
本程序功能是识别特殊鼠标事件。通过本程序,可以学会处理和识别特殊鼠标事件的方法-This procedure is to identify the special function of the mouse events. Through this procedure, you can learn to deal with and identify specific ways to the mouse events
- 2022-05-17 06:08:09下载
- 积分:1
-
内存补丁 生成器原代码
内存补丁 生成器原代码
内存补丁 生成器原代码
内存补丁 生成器原代码-neicunbuding
- 2022-11-28 22:20:03下载
- 积分:1
-
ice 通讯库的演示例子代码,学习ice开发的人可以很好了解下,ice和ace两个都是很好的网络程序开发工具库,方向架构不一样。...
ice 通讯库的演示例子代码,学习ice开发的人可以很好了解下,ice和ace两个都是很好的网络程序开发工具库,方向架构不一样。-ice communication library code demo example, study the development of ice can be a very good understanding of people, ice and ace are both good network program development tool library, not the same as the direction of architecture.
- 2022-07-25 04:06:27下载
- 积分:1
-
这是孙鑫的课件,我去掉了视频文件,只剩下源程序了
这是孙鑫的课件,我去掉了视频文件,只剩下源程序了-This the courseware, I removed the video, the only source
- 2022-03-01 09:34:10下载
- 积分:1
-
内存性能状态指示器 2.0(VB.NET2005)
===================================
这个代码原先是VB6的代码...
内存性能状态指示器 2.0(VB.NET2005)
===================================
这个代码原先是VB6的代码,作者升级改造为VB.NET2005。主要功能是获取本地计算机的内存、页面文件、CPU等参数及使用状态。类似Windows的资源管理器中的性能显示,程序以条形图显示物理内存总量、剩余数等。-Memory performance status indicators 2.0 (VB.NET2005) =================================== This code was originally VB6 code, the author upgrading to VB.NET2005. Main function is to access the local computer" s memory, page file, CPU, etc. and the use of state parameters. Similar to Windows Explorer in the performance shows that procedures are in place to bar graph shows the total physical memory, the number remaining.
- 2022-04-13 02:54:09下载
- 积分:1
-
C++经典游戏编程实例,非常经典,对于初学者有用
C++经典游戏编程实例,非常经典,对于初学者有用-C++ programming examples of the classic game, very classic, useful for beginners
- 2022-05-18 18:22:25下载
- 积分:1
-
普里姆算法构造最小生成树
普里姆算法构造最小生成树-Primbetov tectonic minimum spanning tree algorithm
- 2022-08-10 04:29:21下载
- 积分: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
-
mocatch
mocatch -- Catch mouse button presses and releases.-mocatch-- Catch mouse button presses and releases.
- 2022-02-03 02:24:23下载
- 积分:1
-
EXCEL action class, you can EXCEL file all common operations. 1. Mergers and mod...
EXCEL操作类,可以对EXCEL文件进行所有常见的操作。1。合并与修改单元格2。打印和预览3。字体格式的修改4。背景的设置5。对齐方式的设置6。背景的设置7。单元格数据类的设置8。其他细节部分详见文件类的说明-EXCEL action class, you can EXCEL file all common operations. 1. Mergers and modify cell 2. Print and preview 3. Font formatting changes to 4. 5 background settings. Alignment settings 6. Background settings 7. The cell data class settings 8. Other details of the part of the detailed description of the file class
- 2022-03-24 16:19:28下载
- 积分:1