-
disk read readdisk basic information, VC++ source code.
readdisk 读取磁盘基本信息,VC++源码。-disk read readdisk basic information, VC++ source code.
- 2022-01-25 18:47:41下载
- 积分:1
-
弹出窗口用线程显示进度条,很cool
弹出窗口用线程显示进度条,很cool-with pop-up window shows the progress of threads, very cool
- 2022-12-08 09:30:02下载
- 积分:1
-
Delphi开发的WEB_MAIL程序,初学者参考
Delphi开发的WEB_MAIL程序,初学者参考-Delphi development WEB_MAIL procedures, beginners reference
- 2022-03-01 00:36:58下载
- 积分: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
-
For Systematization of week hours for school anduniversity program.
For Systematization of week hours for school anduniversity program.
- 2023-03-12 12:55:03下载
- 积分:1
-
vc++在操作系统的应用
vc++在操作系统的应用 -vc in the operating system, applications
- 2022-05-15 05:43:40下载
- 积分:1
-
开源库简介
Introduction to Open Source Library
Management Systems
Edward M. Corrado
Rider University Libraries
ecorrado@library.rider.edu
- 2022-01-22 02:52:53下载
- 积分:1
-
ssm框架实现的简单进销存管理系统
采用ssm框架实现了简单进销存管理系统。主要有三个模块:档案管理(员工档案、客户档案、商品档案)、销售管理(订货单)以及进货管理(进货单)。采用eclipse,JDK1.6,Tomcat6.0,MYSQL数据库开发,实现了各个子模块的增删改查
- 2023-08-24 12:30:05下载
- 积分:1
-
以前用的,各个窗口控件使用的一一展示,是一个演示窗口控件使用帮助学习VC++的小软件。仅适用版本是VC++ 6.0 ,经本人测试验证,在VC 2005下无法加载...
以前用的,各个窗口控件使用的一一展示,是一个演示窗口控件使用帮助学习VC++的小软件。仅适用版本是VC++ 6.0 ,经本人测试验证,在VC 2005下无法加载,(见谅~_~)!适合初中学者使用(谁敢说自己是高级经验者,哈哈!)奉献大家,希望有好评!-Previously used in various window controls used to display 11, is a demonstration of the window to help control the use of learning VC++ Small software. Applies only to version VC++ 6.0, as I test verification, in VC 2005 can not load, (~_~)! apologize for the use of junior scholars (Who can say that he is a senior experience, ha ha!) Dedication everyone, hope has received!
- 2022-03-21 08:27:16下载
- 积分:1
-
绝对可以运行的程序 校园导游
绝对可以运行的程序 校园导游-definitely can run the procedure campus tour guides
- 2022-02-12 22:50:38下载
- 积分:1