-
龚建伟MFC基于对话框串口通讯
龚建伟第二章CSerialPort类 MFC 基于对话框的单个串口通信程序
- 2022-02-05 13:01:28下载
- 积分:1
-
应用程序容易看懂并为我们所用
应用程序容易看懂并为我们所用-applications easily accessible and has been used
- 2022-04-30 02:15:34下载
- 积分:1
-
C++标准程式库
C++标准程式库-C standard library programs
- 2022-06-17 05:23:04下载
- 积分:1
-
Improved methods of AVL tree structure, this paper to describe in detail the AVL...
改进的AVL树构造方法,本文详细讲述了AVL树动态快速的构造方法。-Improved methods of AVL tree structure, this paper to describe in detail the AVL tree fast method of constructing dynamic.
- 2022-02-14 05:26:04下载
- 积分:1
-
一个关于VFP对OUTLOOK直接操控的小功能
一个关于VFP对OUTLOOK直接操控的小功能-OUTLOOK on VFP direct manipulation of the small function
- 2022-03-23 19:42:52下载
- 积分: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
-
可以将16为exe文件反编译成汇编语言,支持自动脱壳
可以将16为exe文件反编译成汇编语言,支持自动脱壳-Can be 16 to decompile exe file into assembly language, to support the automatic shell
- 2022-04-12 00:30:35下载
- 积分:1
-
Winamp风格磁化窗口
Winamp风格磁化窗口-Winamp magnetization window style
- 2023-03-21 07:45:03下载
- 积分:1
-
paypal查询和paypal退款
paypal 查询和paypal退款
paypal查询和paypal退款
paypal 查询和paypal退款-scarchtransaction refundtrsaction
- 2022-03-24 09:58:25下载
- 积分:1
-
一个经典的计算器程序,很值得大家研究,大家快来下载吧
一个经典的计算器程序,很值得大家研究,大家快来下载吧-a new computer programa
- 2022-03-07 08:38:41下载
- 积分:1