-
association of the temperature and pressure
基于MFC开发的温度和压强的关系曲线,曲线自动绘制,包含c++源码。-association of the temperature and pressure
- 2022-05-06 16:51:30下载
- 积分:1
-
平面阵列波束控制
beam steering using planar arrays
- 2022-02-02 07:22:12下载
- 积分: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
-
opengl画机器人,通过键盘操纵机器人进行各种动作
opengl画机器人,通过键盘操纵机器人进行各种动作-opengl painting robots, robot manipulation of the keyboard for various actions
- 2022-01-22 08:30:36下载
- 积分:1
-
Joseph Central issues
约瑟夫环问题,数据结构实验题目实验一 线性表应用-Joseph Central issues
- 2022-02-21 12:47:07下载
- 积分:1
-
用c语言开发一个蚁群算法演示程序可以直接运行,请大家参考一下!...
用c语言开发一个蚁群算法演示程序可以直接运行,请大家参考一下!-ant use c
- 2022-06-01 02:19:22下载
- 积分:1
-
Delphi 7 套接字聊天示例
Delphi 7 聊天使用套接字的服务器组件。
第一次打开 和 然后打开 作为奴隶 服务器. 如果有 服务器 德尔福 将 生成错误 连接 套接字.
- 2023-08-07 00:05:03下载
- 积分:1
-
包括典型的生成字典序排列和快速排序料到典型的源代码
包括典型的生成字典序排列和快速排序料到典型的源代码-Including the generation of typical lexicographic order and quick to sort thought the source code of a typical
- 2023-05-12 10:25:04下载
- 积分:1
-
用C语言编的美丽的彩色时钟
用C语言编的美丽的彩色时钟-C language series of the beautiful color clock
- 2022-06-27 11:09:44下载
- 积分:1
-
shutdown, restart, open customs area, the closure of Customs Area
关机、重起、打开关区、关闭关区-shutdown, restart, open customs area, the closure of Customs Area
- 2023-09-04 02:05:03下载
- 积分:1