-
汽车美容销售系统
为朋友开发的一套软件。现在也共免给大家 ,现在缺一个视频采集卡的开发功能
- 2022-04-22 05:40:27下载
- 积分:1
-
二维码制作解码工具QRcode
二维码制作解码工具QRcode,非常好的二维码制作解码工具,单程序操作,简单方便快速有效
- 2022-06-15 16:10:06下载
- 积分:1
-
One names depth of a tree the maximum number of "descents" which can be carried...
One names depth of a tree the maximum number of "descents" which can be carried out starting from the root. For example, the third binary tree of figure 1 has a depth of 3.According to this reasoning, a tree having one or no node is of depth 0.
- 2022-12-27 07:35:03下载
- 积分:1
-
window ce开发环境的工具platform builder的使用指南。
window ce开发环境的工具platform builder的使用指南。-window ce development environment tool platform builder of the User Guide.
- 2022-02-13 02:48:48下载
- 积分:1
-
by calling Windows API Simulation System mouse and keyboard, a typical example.
Windows下通过调用API模拟系统鼠标,按键的典型例子.-by calling Windows API Simulation System mouse and keyboard, a typical example.
- 2023-05-10 22:00:02下载
- 积分:1
-
结合CSpinButtonCtrl与CEdit功能的扩展Edit(支持浮点型)
资源描述用于进行Edit数字增加或减小功能(支持浮点型),通过自绘CEdit,并绑定CSpinButtonCtrl,进行数据在指定范围内增长或减小。自绘会编辑框显示更美观
- 2022-06-16 15:55:16下载
- 积分: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
-
Conversion of Enhanced Metafile to Bitmap and viceversa
Conversion of Enhanced Metafile to Bitmap and viceversa
- 2022-02-07 11:39:01下载
- 积分:1
-
一个多任务的控制软件,可以设置多个任务,时定关机、关闭显示器、重启、待机、打开文件、关闭进程、播放音乐等。...
一个多任务的控制软件,可以设置多个任务,时定关机、关闭显示器、重启、待机、打开文件、关闭进程、播放音乐等。-A multi-mission control software, you can set up a number of tasks, when the scheduled shutdown, turn off monitor, restart, standby, open the file, close the process, such as playing music.
- 2022-01-21 06:09:24下载
- 积分:1
-
VB 创建互斥体 阻止实例重复运行的例子
VB 创建互斥体 阻止实例重复运行的例子-VB Change Mutex
- 2023-04-05 07:05:04下载
- 积分:1