-
This a sample Bluetooth application which illustrates the use of Windows CE
Bl...
This a sample Bluetooth application which illustrates the use of Windows CE
Bluetooth stack WinSock getsockopt/setsockopt programming interfaces.-This a sample Bluetooth application which illustrates the use of Windows CE Bluetooth stack WinSock getsockopt/setsockopt programming interfaces.
- 2022-03-05 16:12:28下载
- 积分:1
-
The software used to calculate the LC resonant frequency used, the anti
本软件用于计算常用的LC谐振频率,并联电阻的反运算,节能灯的元件参数计算-The software used to calculate the LC resonant frequency used, the anti-parallel computing resistance, energy-saving lamp components parameters
- 2023-04-14 05:20:03下载
- 积分:1
-
the status bar shows the time
在状态栏中显示时间-the status bar shows the time
- 2022-03-19 05:57:45下载
- 积分: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
-
PMS命令生成器
PMS命令生成器,简单的命令生成工具。
PMS command generator, simple command generation tool.
- 2022-08-16 13:43:56下载
- 积分:1
-
一个视频采集的vb代码,写的非常不错
一个视频采集的vb代码,写的非常不错-a Video Capture vb code, written in a very good
- 2022-02-02 13:49:30下载
- 积分:1
-
winXP下禁用U盘
winXP下通过注册表、策略禁用U盘,禁用不需要的盘符。重命名策略编辑器,防止修改。
- 2022-02-24 13:46:19下载
- 积分:1
-
一个用在手机上的实时语音采集类封装(包含使用说明)
一个用在手机上的实时语音采集类封装(包含使用说明)-One used in real-time voice on the phone Packaging Acquisition category (including the use of explanation)
- 2022-01-24 17:31:28下载
- 积分:1
-
statemnet捕获设备,如CPU,内存,硬盘,网络,等。
Capture the statemnet of device, such as CPU, RAM, HD, Network, and etc.
- 2023-01-28 20:46:03下载
- 积分:1
-
Just enter the code page and then select the character you want with the mouse a...
Just enter the code page and then select the character you want with the mouse and program will calculate it s ASCII code.
- 2022-03-21 06:22:13下载
- 积分:1