-
用MFC写的一个猜数字的小程序,可以存档,就是在填写数字的时候稍稍有些麻烦。...
用MFC写的一个猜数字的小程序,可以存档,就是在填写数字的时候稍稍有些麻烦。-with MFC wrote a small viewing the procedure can be archived, is filling in the figures slightly some trouble.
- 2022-07-24 19:20:49下载
- 积分:1
-
执行程序时,当主存没有可用页面时,为了选择淘汰主存中的哪一页面,腾出1个空闲块以便存放新调入的页面。淘汰哪个页面的首要问题是选择何种置换算法。该程序采用LRU方...
执行程序时,当主存没有可用页面时,为了选择淘汰主存中的哪一页面,腾出1个空闲块以便存放新调入的页面。淘汰哪个页面的首要问题是选择何种置换算法。该程序采用LRU方法选择,依置换策略选择一个可置换的页面并计算它们的缺页率以便比较。
-implementation procedures, when the main pages can be no deposit, in order to choose out of the main deposit which pages, spare a spare block transferred to the new store pages. Which pages out of the first problem is the choice of replacement algorithm. The program LRU Methods, according to choose a replacement strategy may replacement pages and calculation of their missing pages rate to facilitate comparison.
- 2022-05-25 18:24:45下载
- 积分:1
-
MIS procedure is the kind of staff management procedures, procedures friendly in...
本程序是MIS类的员工管理的程序,程序界面友好,应该有较高的利用价值-MIS procedure is the kind of staff management procedures, procedures friendly interface, should have a higher value
- 2022-01-25 16:59:51下载
- 积分:1
-
a biometric identification system MS General Interface LAP FOSS
一个嵌入式系统的生物识别的MS通用接口LAP源码-a biometric identification system MS General Interface LAP FOSS
- 2022-02-10 05:17:20下载
- 积分:1
-
RegQueryValueEx范例程序,可以学到他的使用方法
RegQueryValueEx范例程序,可以学到他的使用方法-RegQueryValueEx example programs can learn to use him
- 2022-12-05 08:35:02下载
- 积分:1
-
中国电信epon产品测试方案,2007年版
中国电信epon产品测试方案,2007年版-China Telecom epon Test Solutions
- 2022-02-10 06:07:46下载
- 积分: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
-
一本介绍SOC设计的入门书,适合入行SOC业的朋友
一本介绍SOC设计的入门书,适合入行SOC业的朋友-SOC introduced a primer designed for entry SOC industry friends
- 2022-04-02 09:39:09下载
- 积分:1
-
Stone Server 8.0 source code can be compiled stone Server 8.0
石器服务端8.0原代码,可编译石器8.0服务端-Stone Server 8.0 source code can be compiled stone Server 8.0
- 2022-08-06 14:10:10下载
- 积分:1
-
wubi提供了安装LINUX虚拟机的安装文件,WUBI主要用于安装UNBUNTO
wubi提供了安装LINUX虚拟机的安装文件,WUBI主要用于安装UNBUNTO-wubi install LINUX provides a virtual machine installation files, WUBI mainly used to install UNBUNTO
- 2022-08-05 22:36:44下载
- 积分:1