#include<iostream> #include<functional> #include<memory> #include<arr…
//快速排序 #include<iostream> #include<functional> #include<Windows.h> using…
用摄像头来获取数据的应用其实并不算太多,最近刚刚好用到,查了下用OpenCV来实现非常方便,于是就随便搞了下,的确分分钟就搞出来了,代码如下: IplI…
头文件 #include <windows.h> 主体代码 SYSTEMTIME sys; GetLocalTime(&sys); CString system…
软件制作过程常常需要将一些设置参数存成文件以供下次启动时调用,这时运用CArchive类来进行相关操作显得相当方便。 将数据…
关于鼠标模拟程序应用不算少见,在游戏外挂或者一些操作频繁位置确定的程序上应用往往有奇效。 比较旧的API是mouse_event,本人一开…
//希尔排序 #include<iostream> #include<array> using namespace std; template<cla…
原文 http://www.cnblogs.com/xiaofeixiang/p/4558408.html 链表是一种递归的数据结构,它或者为空(null),或者只想一…
//由于使用了windows.h,所以这种方法只能在windows系统下使用,不能在Mac或linux下使用 #include "iostream"…
#include "iostream" #include "memory.h" using namespace std; const int…
#include "iostream" using namespace std; const int num = 9; //节点个数 #define Infin…
#include "iostream" #include "string" #include "math.h" usin…