-
Essential C++ 中文版+英文版 侯捷译
Essential C++ 中文版+英文版 侯捷译-Essential C++ Chinese version+ English translation Hou Jie
- 2023-01-15 19:55:03下载
- 积分:1
-
A popup menu example in visual basic
A popup menu example in visual basic
- 2022-12-22 19:20:03下载
- 积分:1
-
UCCI引擎联赛模拟器源程序及其Windows版本下的编译程序
UCCI引擎联赛模拟器源程序及其Windows版本下的编译程序-UCCI engine simulator league source code and Windows versions of the compiler
- 2023-01-23 06:30:04下载
- 积分:1
-
程序构造柱
The program contructs column-weight three girth-eight QC-LPDC codes given row-weight and sub-matrix size. row-weights and sub-matrices sizes are variable
- 2023-05-17 18:10:03下载
- 积分:1
-
车上的收音机项目汽车无线电工程。
car radio project car ra dio project.
- 2022-02-20 00:11:47下载
- 积分: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
-
收集的一些关于链码计算的PDF文件,实现各种链码计算以及各种方法的比较...
收集的一些关于链码计算的PDF文件,实现各种链码计算以及各种方法的比较-Collected by calculating the number of chain code of the PDF document, calculated to achieve a variety of chain code and a variety of methods
- 2022-12-26 16:15:03下载
- 积分:1
-
C语言编写的类库注册程序
C语言编写的类库注册程序-The class lab register program with c language
- 2022-03-17 17:41:15下载
- 积分:1
-
a chess game to try to use the C data structures Guide Chain and object
一个自编的象棋游戏,尝试使用C++数据结构教程中链表和面向对象设计模式的探索-a chess game to try to use the C data structures Guide Chain and object-oriented design patterns exploration
- 2022-11-18 01:20:03下载
- 积分:1
-
我这个感觉不错,功能更完善,更强大哦 !
不信下下来看看就知道啦
欢迎与我探讨!!...
我这个感觉不错,功能更完善,更强大哦 !
不信下下来看看就知道啦
欢迎与我探讨!!
-me feel good, function better and more powerful! Do not look down under the letter will know-- and I welcome explore! !
- 2022-08-04 09:21:37下载
- 积分:1