-
投票系统,主要提票数百分比,供票数统计等功能
投票系统,主要提票数百分比,供票数统计等功能-Voting system, mainly mentioning the percentage of votes for the votes statistics functions
- 2022-03-22 08:38:12下载
- 积分:1
-
基于VC的数据库编程 源码 RAR
基于VC的数据库编程 源码 RAR
基于VC的数据库编程 源码 RAR
基于VC的数据库编程 源码 RAR-VC-based Database Programming RAR source database programming source code based on VC in VC-based Database Programming RAR source RAR
- 2023-03-01 15:55:02下载
- 积分:1
-
回收忘记密码,要求用户名为例。第一阶段
For recovery of forgot password, asks for the user name as the first stage of password recovery.
- 2022-02-01 05:27:47下载
- 积分:1
-
关于数据库的实例程序
开发环境vc6。0 具体实例 业务管理系统...
关于数据库的实例程序
开发环境vc6。0 具体实例 业务管理系统-examples of database development environments vc6. 0 specific examples Operations Management System
- 2022-08-11 03:08:43下载
- 积分:1
-
一个简单的文件浏览器,用于目录,文件的浏览,使用VC制作
一个简单的文件浏览器,用于目录,文件的浏览,使用VC制作-a simple file browser for the directory, file browser, the use of VC production
- 2022-03-15 11:13:31下载
- 积分:1
-
一个有趣的对象切割程序的附加剪切面
一个附加剪切面裁剪物体的有趣程序-an additional shear surface of the interesting objects cutting procedures
- 2023-08-11 17:20:04下载
- 积分:1
-
字谜产生器(从字母、单词拼凑成一个简单的图…
单词字谜产生器,(由一些单词字母,拼凑成的简单图画)-Word puzzle generator, (some words from letters, put together into a simple picture)
- 2022-02-10 17:28:01下载
- 积分:1
-
使用windows的API编程,一个小游戏,这个程序可以让你了解一些基本的API用法,对于初学者可以对照msdn来学习...
使用windows的API编程,一个小游戏,这个程序可以让你了解一些基本的API用法,对于初学者可以对照msdn来学习-Windows programming using the API, a small games, this procedure can let you know some basic API usage, for beginners to learn to control msdn
- 2022-06-03 20:42: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
-
只想让自己的程序带上一个像Office那样的精灵,但是又不想承受MS AGENT那庞大的身躯的人有福了!这是一个用VB编写的小巧的精灵。别看它小,功能却少不了多...
只想让自己的程序带上一个像Office那样的精灵,但是又不想承受MS AGENT那庞大的身躯的人有福了!这是一个用VB编写的小巧的精灵。别看它小,功能却少不了多少,更重要的是它可以完全整入你的APP之中,让你的程序更有希望成为绿色软件-just want to put their own procedures Office as a kind of spirit, but do not want to bear a large MS Agent of the body blessed! This is a VB prepared by the Small Stars. Although it is small, but indispensable function of how much more important it is entirely your entire income APP, the procedure you want to be more green software
- 2022-02-02 09:56:53下载
- 积分:1