-
VF senior management procedures
VF高级管理程序-VF senior management procedures
- 2022-02-22 06:49:05下载
- 积分:1
-
This book would not have introduced, I believe many people have heard so much ab...
这本书就不用介绍了,相信很多人都对它久闻大名。这是第三版第一卷中文版。字体非常清晰,适合收藏。我搜了一下本站里也有,但从大小上判断应该不会有这个质量好。-This book would not have introduced, I believe many people have heard so much about it daimyo. This is the third edition of the first volume in Chinese. The font is very clear, suitable for collection. Site where I found a bit there, but the size of the judgments should not have this quality.
- 2023-02-16 00:05:13下载
- 积分:1
-
带font字样的3个目录分别是利用系统字库产生/观察/修改点阵字库文件的程序
GBK是产生编码页网页的程序, 用于观察各种编码
midi2wav是把...
带font字样的3个目录分别是利用系统字库产生/观察/修改点阵字库文件的程序
GBK是产生编码页网页的程序, 用于观察各种编码
midi2wav是把midi文件转换成wav文件的程序.-Font with the words 3 directory is to use the system font, respectively, arising from/to observe/modify the procedures lattice GBK font file is the web page coding procedures used to observe a variety of coding midi2wav is to convert midi files wav files procedures.
- 2023-05-20 03:20:09下载
- 积分:1
-
小游戏(算命)
一个小游戏(算命先生)
-A small game (fortune teller)
- 2022-04-07 22:18: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
-
6878棋牌源码3D游戏
本游戏适合架在网狐平台的运行,其中有动画效果,牌的算法,网络信息处理,供参考习学用,6878棋牌源码3D游戏
- 2023-08-10 02:00:05下载
- 积分:1
-
can easily grasp as an icon of procedures and show up can be saved
可以轻轻松松抓任一程序的图标并显示出来,可以保存-can easily grasp as an icon of procedures and show up can be saved
- 2023-03-02 23:10:03下载
- 积分:1
-
Standard and Application for Netwroking development.
网络开发标准及应用。
- 2023-03-07 13:25:04下载
- 积分:1
-
Windows2000 服务编程。 利用文该例子可自己编写服务程序。
Windows2000 服务编程。 利用文该例子可自己编写服务程序。-Programming Windows 2000 services. Using the example of the service can prepare their own procedures.
- 2022-03-07 15:29:18下载
- 积分:1
-
WINCE BOOTLOAD framework of a PPT document, explaining the good
WINCE BOOTLOAD构架 一个PPT文档,解说的很好-WINCE BOOTLOAD framework of a PPT document, explaining the good
- 2022-01-24 14:33:06下载
- 积分:1