-
Info five coding systems, users need to be amended to update Web server address...
五笔编码速查系统,用户需要修改更新Web服务器地址和端口,下载安装文件的配置-Info five coding systems, users need to be amended to update Web server address and port, download and install the configuration file
- 2022-01-22 01:43:44下载
- 积分:1
-
用VC开发的C语言编写的MD5程序源码,作为开发md5的参考
用VC开发的C语言编写的MD5程序源码,作为开发md5的参考-MD5 program resource code using vc develop and wirtten though C language,as reference for MD5 s development.
- 2022-07-11 12:02:27下载
- 积分:1
-
进程问题解决方案..我的一个操作系统作业
进程问题解决方案..我的一个操作系统作业-This is a resolvent of process problem.It is a OS homework of mine.
- 2022-05-07 23:19:33下载
- 积分:1
-
DELPHI宿舍管理系统
DELPHI宿舍管理系统-quarters Delphi Management System
- 2022-01-25 22:29:42下载
- 积分: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
-
在VC++ DirectX环境下,绘制一个四面体,实现四面体的旋转,并设置光照和材质信息。...
在VC++ DirectX环境下,绘制一个四面体,实现四面体的旋转,并设置光照和材质信息。-This programme shows how to draw an rotating tetrahedron,and how to set lighting and materials.
- 2022-01-21 22:15:08下载
- 积分:1
-
Matrix 11:
Matrix template library
相当好用
Matrix 11:
Matrix template library
相当好用-Matrix 11: Matrix template library very easy to use
- 2022-06-01 21:50:50下载
- 积分:1
-
Application_BeforeBuildStart()一个Visual Studio预定义的事件处理器,代码位于一个宏文件中,当你选择“Tools Mac...
Application_BeforeBuildStart()一个Visual Studio预定义的事件处理器,代码位于一个宏文件中,当你选择“Tools Macro”菜单项时,你看不到它,所以你需要在文件中至少包含一个dummy宏来访问源代码。-Application_BeforeBuildStart () Visual Studio a predefined event processor, code-hong in a document, when you choose "Tools Macro" menu item, you can not see it, so you need to in the document include at least one dummy Acer to visit the source code.
- 2022-02-04 13:39:17下载
- 积分:1
-
vb多线程,vb操作调用office,word,excel等.全部完整源代码!
vb多线程,vb操作调用office,word,excel等.全部完整源代码!-vb multi-threaded, vb operation call office, word, excel, etc.. all the integrity of the source code!
- 2023-03-02 22:15:03下载
- 积分:1
-
这是我的任务,找到正确的列禁止快速菜单的小软件…
这是我找到的在任务栏中禁用右键快捷菜单的小软件,喜欢吗?-This is my task to find the right column Prohibited quick menu of small software like?
- 2022-03-03 22:14:25下载
- 积分:1