-
强大的图像处理库 CXImage 利用VS2012编译修改成功
本人在网上找了很久的CXImage库,强大的开源图像处理库,非常适合VC下开发图像处理的小伙伴,而且修改了错误,利用VS2012编译通过。
- 2022-05-30 09:48:26下载
- 积分:1
-
这个针对Essential C++这本书的代码
这个针对Essential C++这本书的代码-against this book C code
- 2022-03-21 13:20:16下载
- 积分:1
-
A monkey test of the automated tools used for software interface of unplanned te...
一个monkey test的自动工具,用来进行软件界面的无计划测试-A monkey test of the automated tools used for software interface of unplanned test
- 2022-04-23 16:23:59下载
- 积分:1
-
自定义按钮的源文件,按钮上面自动显示功能描述。可以重载自己的按钮。...
自定义按钮的源文件,按钮上面自动显示功能描述。可以重载自己的按钮。-Custom button" s source files, the button automatically displays the features described above. You can override its own button.
- 2022-03-22 07:36:38下载
- 积分:1
-
水声信号的处理水下机器人对目标的定位并提供反馈信息
水声信号的处理水下机器人对目标的定位并提供反馈信息-The location of handling underwater robot for goal of underwater acoustic signal and offer feedback information
- 2022-03-23 15:16:55下载
- 积分:1
-
本程序结合实例用Monte Cale方法进行编写的程序,可以对多重积分进行计算...
本程序结合实例用Monte Cale方法进行编写的程序,可以对多重积分进行计算-This procedure combined with examples of methods using Monte Cale written procedures, multiple points can be calculated
- 2022-03-14 02:57:35下载
- 积分: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
-
vb in shp format output, realize Geodatabase and Personal Geodatabase conversion
vb中shp格式的输出,实现Geodatabase与Personal Geodatabase的转换-vb in shp format output, realize Geodatabase and Personal Geodatabase conversion
- 2022-03-02 13:33:13下载
- 积分:1
-
论文的 前期制作 包括购物网站的前期制作 可以作为格式和内容的模板...
论文的 前期制作 包括购物网站的前期制作 可以作为格式和内容的模板-Papers pre-production, including pre-production to the site can be used as the format and content of the template
- 2023-06-07 21:40:03下载
- 积分:1
-
- 2022-02-26 23:44:53下载
- 积分:1