-
这是联合角点和边缘的检测程序,是自己修改的,已经通过了调试,能够运行。...
这是联合角点和边缘的检测程序,是自己修改的,已经通过了调试,能够运行。-This is the joint angle and the edge detection procedure is itself amended, has passed debugging, to run.
- 2022-05-19 17:30:17下载
- 积分:1
-
关于摄像机拍摄图象,并对图象进行变换处理,画出曲线图
关于摄像机拍摄图象,并对图象进行变换处理,画出曲线图-On camera images, and transform image processing, draw curves
- 2022-05-30 08:20:58下载
- 积分:1
-
请认真阅读您的文件包,说明它至少有40字节。
Please read your package and describe it at least 40 bytes.
System will automatically delete the directory of debug and release, so please do not put files on these two directory.
- 2023-02-23 23:45:03下载
- 积分:1
-
一个线程池的一个类,基本使用如下:
一个线程驰的类, 下面的是基本的使用方法 struct TSession { SOCKET socket int id } class myIocp:public CIOCP { public: void OnRead(void * p, char * buf, int len) void OnAccept(SOCKET socket) void OnClose(void * p) } void myIocp::OnAccept(SOCKET socket) { TSession *s = new TSession s->socket = socket //这里可以对连接的session进行自己的操作,例如给id找一个唯一的值 SetIoCompletionPort(socket, s) // 使连接socket与一个自定义结构体关联 } void myIocp::OnRead(void * p, char * buf, int len) { TSession *s = (TSession *)p send(s->socket, buf, len, 0) // 这里只是简单的把收到的消息返回给客户端 ... } void myIocp::OnClose(void * p) { delete p } myIoncp iocp main() { ... iocp.listen(4311) // 开始监听网络端口,等待客户端连接 ... }-A class for thread pool,basic usage below:
struct TSession { SOCKET socket int id } class myIocp:public CIOCP
{ public:
void OnRead(void* p, char* buf, int len)
void OnAccept(SOCKET socket)
void OnClose(void* p) }
void myIocp::OnAccept(SOCKET socket)
{ TSession*s = new TSession s->socket = socket
//here you can do something about connecti
- 2022-07-17 05:14:52下载
- 积分:1
-
利用c++编写的任意波形发生器的人机界面,通过并口和下位机相连...
利用c++编写的任意波形发生器的人机界面,通过并口和下位机相连-c prepared by the use of arbitrary waveform generator man-machine interface, through the parallel port and the next crew Linked
- 2022-03-23 06:12:41下载
- 积分:1
-
Ip phone业务质量及Cisco3640
Ip phone业务质量及Cisco3640-Ip phone business quality and Cisco3640
- 2022-05-30 15:45:12下载
- 积分:1
-
通过setupapi安装驱动,可以制作成dll接口用来安装程序调用
通过setupapi安装驱动,可以制作成dll接口用来安装程序调用-Setupapi install the drive through, you can make a dll interface for call setup
- 2022-05-17 23:24:49下载
- 积分:1
-
藏器枚举可成功源文件,可计算机…
HID设备可以成功枚举的源码文件,计算机可以识别-HID device enumeration can be successfully source document, the computer can be identified
- 2022-03-09 15:07:21下载
- 积分:1
-
Visual_C Knowledgebase
Visual_C++知识库-Visual_C Knowledgebase
- 2022-09-28 18:15:05下载
- 积分:1
-
用Api做图形编辑器
用Api做图形编辑器-Api do with graphics editor
- 2022-01-25 21:58:53下载
- 积分:1