-
我们参加比赛时的源程序,现在吐血奉上,希望大家一起提高,里面用到了0832,和液晶显示...
我们参加比赛时的源程序,现在吐血奉上,希望大家一起提高,里面用到了0832,和液晶显示-We take part in competitions at the source, and now offer hematemesis, hoping to improve the U.S., which used the 0832, and the liquid crystal display
- 2022-05-17 23:59:15下载
- 积分:1
-
提出了不同设备具有可控gadetry飞机
It presents different gadgets of an aircraft with controllable gadetry
- 2022-02-03 13:59:08下载
- 积分:1
-
压缩包中包含了大量各种数学问题算法的C语言源代码,可提供各种需要的移植...
压缩包中包含了大量各种数学问题算法的C语言源代码,可提供各种需要的移植-compression package contains a lot of mathematical problems algorithm C language source code that can provide a variety of needs transplant
- 2023-05-12 20:45:03下载
- 积分:1
-
实现文本闪光效果。卡拉OK的效果实现。并且实现直线的绘制。...
实现文本闪光效果。卡拉OK的效果实现。并且实现直线的绘制。-Flash text effects to achieve. To achieve the effect of karaoke OK. Drawing a straight line and to achieve.
- 2022-07-12 01:07:10下载
- 积分:1
-
一套用PB开发的指纹应用源码,满足指纹应用和整合!适合于PB开发语言!...
一套用PB开发的指纹应用源码,满足指纹应用和整合!适合于PB开发语言!-a PB with the development of the fingerprint application source code, and meet the fingerprint application integration! PB suited to the development of language!
- 2022-03-14 11:51:31下载
- 积分:1
-
拆分rom为nb0(new bin object)
拆分rom为nb0(new bin object)-split rom to nb0(new bin object)
- 2022-02-05 11:24:40下载
- 积分:1
-
是个乘法口诀的简单小程序!
是个乘法口诀的简单小程序!-traditional formulas is the simple multiplication small programs!
- 2023-08-19 22:55:03下载
- 积分: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 desktop replacement irregular drawings
- 2022-06-19 03:43:16下载
- 积分:1
-
wince下文件对话框的使用 用evc 不要用vc
wince下文件对话框的使用 用evc 不要用vc-Nicholson File dialog with the use of AES will not use vc
- 2022-02-13 04:29:21下载
- 积分:1