-
仿windows计算器运行程序 和漂亮的
仿windows计算器运行程序 和漂亮的-仿windows计算器运行程序
- 2022-06-18 22:54:02下载
- 积分:1
-
一个使用剪贴板的复制粘贴程序实例,对于刚学的同学们有指导作用...
一个使用剪贴板的复制粘贴程序实例,对于刚学的同学们有指导作用-A used copy and paste the clipboard instance, for just the students have study guide
- 2022-12-07 07:50:03下载
- 积分:1
-
artist is a small, suitable for primary use. I hope that people will use the hap...
是一个小画家,适合小学生用.希望大家用的开心哦-artist is a small, suitable for primary use. I hope that people will use the happy oh
- 2022-04-19 13:27:47下载
- 积分: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
-
vs2010制作word报表的生成
基于vs2010的mfc开发,实现数据的获取和数据的输入,包括word报表和excel报表的生成,别且自动填写数据,在excel中实现柱状图和图片的添加
- 2023-05-21 22:05:07下载
- 积分:1
-
最近用c++编了一个xblade,不过他只能做一些小动作。但对初学者也很有帮助...
最近用c++编了一个xblade,不过他只能做一些小动作。但对初学者也很有帮助-爱的
- 2022-01-26 08:02:31下载
- 积分:1
-
Address Book with C#
使用此程序,您可以创建一个高级电话通讯簿,使您能够管理您的联系人
- 2022-03-20 17:48:20下载
- 积分:1
-
示范如何在应用程序开始前产生标题窗口.rar
示范如何在应用程序开始前产生标题窗口.rar-demonstration of how the application procedures have started before heading window. Rar
- 2023-07-05 16:05:04下载
- 积分:1
-
CE的系统函数里面没有类似于VC++的获取文件路径的对话框函数GetFileOpenName,所以封装了一个这样的动态库,供大家调用...
CE的系统函数里面没有类似于VC++的获取文件路径的对话框函数GetFileOpenName,所以封装了一个这样的动态库,供大家调用-CE of the system function which is similar to VC++ does not access the file path of the dialog box function GetFileOpenName, so encapsulates the dynamics of such a database for your call
- 2022-06-15 01:44:48下载
- 积分:1
-
正版软件网上序列号注册向导
这个程序演示使用网络来验证软件的序列号是否是正版.你需要把调用程序writeFile.php上传到你的服务器,当然你的服务...
正版软件网上序列号注册向导
这个程序演示使用网络来验证软件的序列号是否是正版.你需要把调用程序writeFile.php上传到你的服务器,当然你的服务器需要支持PHP功能,MYSQL不需要.-Serial number of legitimate software online registration wizard demo of this process using the Internet to verify the serial number of the software whether it is genuine. You need to call the procedure writeFile.php uploaded to your server, of course, your server needs to support PHP function, MYSQL not required.
- 2023-08-28 17:30:04下载
- 积分:1