-
Windows Mobile录音程序,可以实现简单的录音功能,基于C#开发。...
Windows Mobile录音程序,可以实现简单的录音功能,基于C#开发。-Windows Mobile audio program, you can achieve a simple recording function, based on C# development.
- 2022-02-15 10:53: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
-
将labview中的数据格式转换为mat格式,然后可在matlab中直接调用,压缩包中有一个例程,以帮助你快速掌握,此包经本人实际项目测试通过。使用时注意转换的...
将labview中的数据格式转换为mat格式,然后可在matlab中直接调用,压缩包中有一个例程,以帮助你快速掌握,此包经本人实际项目测试通过。使用时注意转换的数据格式。-Labview in the data format will be converted to mat format, and then directly calls in matlab compressed package there is a routine to help you quickly grasp the actual item in this package after I test. Note that when used to convert data format.
- 2022-09-15 04:05:03下载
- 积分:1
-
利用优先数算法,实现在单处理器系统中的进程管理和调度
利用优先数算法,实现在单处理器系统中的进程管理和调度-Use the priority number of algorithms, to achieve in a single-processor system of process management and scheduling
- 2022-02-02 07:11:49下载
- 积分:1
-
H.363低比特率通信的视频编码标准,中文版的,对视频压缩研究有帮助...
H.363低比特率通信的视频编码标准,中文版的,对视频压缩研究有帮助-Low bit rate H.363 video coding standard communication, the Chinese version of video compression research help
- 2023-06-26 11:20:04下载
- 积分:1
-
ESC / POS编程指南,克
esc/pos programmi,g guide
- 2022-05-09 10:48:52下载
- 积分:1
-
用C++实现的bp算法程序 绝对经典,不容错过
用C++实现的bp算法程序 绝对经典,不容错过-C bp algorithm to achieve the absolute classic procedure, not to be missed
- 2023-06-26 15:35:03下载
- 积分:1
-
small win32
小巧的win32反汇编程序-small win32- assembler
- 2023-03-03 02:30:04下载
- 积分:1
-
指纹识别系统设计时提出的一种基于方向图的指纹识别设计的一段程序...
指纹识别系统设计时提出的一种基于方向图的指纹识别设计的一段程序-Fingerprint Identification System to design a pattern based on the design of the fingerprint identification process for some
- 2023-03-30 04:35:02下载
- 积分:1
-
这是一个关于mp3 播放的程序的程序,是我从同学那里拷过来的,试了一下,还可以!...
VC开发的树型可拖拉策略编辑器-VC can drag the tree strategy Editor
- 2022-08-06 15:02:13下载
- 积分:1