-
这是一个可以在后台偷取你闪盘里所有资料的小软件。只要你的闪盘一插上,所有的东东都被悄悄拷走.代码开放,可以热键呼出...
这是一个可以在后台偷取你闪盘里所有资料的小软件。只要你的闪盘一插上,所有的东东都被悄悄拷走.代码开放,可以热键呼出-This is a steal in the background all the information you have a small flash drive inside the software. As long as you plug a flash drive, all the Dongdong copy have been quietly away. Code to open, you can hot-key outbound
- 2022-02-27 01:56:11下载
- 积分:1
-
俄罗斯方块游戏
这是我第一次的应用程序在iPhone上和 cocos2d 分类目录 — — 我真的很享受这次经历,和我现在正在研究基于 tilemap 的应用程序。若要显示一点谢谢你,我打开-来源它以便其他人可以学习。我大概会写一个教程上它在下一周左右 — — 再次,当我绕到它。
在此期间,我只是想分享。并索要一点帮助,尽管我在它 — — 我不知道是否此应用程序包含我不应该与世界分享的东西。如果是这样,请让我知道 ASAP,所以可以将其删除同时保持这作为一种资源供他人学习。
- 2022-02-10 11:06:28下载
- 积分:1
-
MFC单文档手动更换背景图片
本例采用vs2010开发工具,单文档框架结构,设置单文档背景图片,在菜单栏中弹出一个对话框,在对话框中点击按钮,然后选择bmp格式图片,调用view中的ondraw函数更换背景图片。
- 2022-08-14 23:54:42下载
- 积分:1
-
模拟鼠标单击双击功能
非原创
好用
模拟鼠标单击双击功能
非原创
好用 -Simulated mouse click double-click function of non-original-to-use
- 2022-12-21 01:25:03下载
- 积分:1
-
The code is used to output a number of random numbers and design. First of all,...
该代码是用来输出若干个随机数而设计的。首先输入想要输出数据的数量和范围,然后系统就会自动地输出一系列的随机数。-The code is used to output a number of random numbers and design. First of all, enter the number you want to output data and scope of the system will then automatically output a series of random numbers.
- 2022-12-22 20:50:03下载
- 积分:1
-
Tsinghua University Wei
清华大学魏敏艳数据结构习题答案,虽然有些答案但它们都是很有启发性的小程序,适合初学者
- 2023-01-12 05:45:03下载
- 积分: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
-
Foxmail 的账号存储机制,并基于此编写一个辅助工具SmartFox ,实现闪存“随身邮”功能...
Foxmail 的账号存储机制,并基于此编写一个辅助工具SmartFox ,实现闪存“随身邮”功能-Skills account storage mechanisms, and on the preparation of this SmartFox an auxiliary tool, Flash achieve "unaccompanied Post" function
- 2022-03-02 08:37:21下载
- 积分:1
-
鼠标边框的显示方式
鼠标边框的显示方式-the vision mode of mouse frame
- 2022-03-02 00:45:21下载
- 积分:1
-
进程是程序在一个数据集合上运行的过程,进程是并发进行的,也即系统中的多个进程轮流的占用处理器运行。
我们把若干个进程都能进行访问和修改的那些变量称为公共变...
进程是程序在一个数据集合上运行的过程,进程是并发进行的,也即系统中的多个进程轮流的占用处理器运行。
我们把若干个进程都能进行访问和修改的那些变量称为公共变量。由于进程是并发执行的,所以,如果对进程访问公共变量不加限制,那么就会产生“与时间有关”的错误,即进程执行后,所得到的结果与访问公共变量的时间有关。为了防止这类错误,系统必须要用同步机构来控制进程对公共变量的访问。一般说,同步机构是由若干条语句――同步原语――所组成。本试验要求学生模拟PV操作同步机构的实现,模拟进程的并发执行,了解进程并发执行时同步机构的作用。
-process is a procedure in the data set to run the process, the process is conducted with the system that is the rotation process more than the occupier runs. We have a number of process can visit and revision of those variables as public variables. As the process is complicated by the implementation, so if the right to visit public process variables without restrictions, it will have a "Time" is wrong, the implementation process, the results obtained with the public to visit the variables of time. To prevent such mistakes, the system must be used to control synchronization process bodies for public variables visit. In general, synchronous bodies of a number of statements-- synchronization primitives-- composed. Th
- 2023-01-24 21:05:04下载
- 积分:1