-
yanshou
单处理机的进程调度1、采用时间片轮转调度算法实现进程调度。
2、确定进程控制块的内容,进程控制块的组织方式。
3、完成进程创建原语和进程调度原语。
4、编写主函数对所做工作进行测试。
(The process of scheduling a single processor, using round-robin scheduling algorithm process scheduling. 2, the process control block to determine the content, process control block of the organization. 3, the complete process of creating the original language and process scheduling primitives. 4, the preparation of the work done by the main function of the test.)
- 2011-11-09 15:41:09下载
- 积分:1
-
P2P c++ sdk
P2P dll c++ ,
static emReturnType SetAppType(emAppType AppType);//设置程序类型,服务器emAppType_Server或者客户端emAppType_Client
static emReturnType SetClientCallback(IMsgCallback *pMsgCallback);//设置回调类,回调类继承IMsgCallback接口
static emReturnType Startup();//开启网络
static emReturnType Cleanup();//关闭网络
//Server 以下函数是服务器调用
static emReturnType BeginService(unsigned short nPort);//如果是服务器,调用该函数开启服务,nPort:端口号
static emReturnType EndService();//服务器退出的时候,调用该函数关闭服务
//Client 以下函数是客户端调用
static emReturnType Logon(LOGONINFO* pLogonInfo);//函数登录服务器。pLogonInfo:登录信息,详细见P2PHeaderDef.h->LOGONINFO
static emReturnType Logout();//登出服务器
static emReturnType ConnectAnchor(CLIENTINFO* pClientInfo);//连接主播,该函数是用户调用
static emReturnType SendP2PMSG(CLIENTINFO* pClientInfo, char* pszMsg, int nMsgLen);//发送P2P消息,pClientInfo,要发送的客户信息,如果是用户,则pClientI
- 2022-02-03 19:54:38下载
- 积分:1
-
一个模拟闪电的VB代码,小代码非常的实用。不要错过啊
一个模拟闪电的VB代码,小代码非常的实用。不要错过啊-a simulated lightning VB code, the code is very small practical. Not to miss ah
- 2022-08-15 22:55:12下载
- 积分:1
-
MyPictureDrawing2
自己编写的类似画图软件的vc++程序,可以实现铅笔画线、画圆、椭圆等基本画图功能,还有颜色选项(I have written similar vc++ drawing software program, you can achieve a pencil drawing a line, circle, ellipse and other basic drawing functions, as well as color options)
- 2014-05-29 13:36:47下载
- 积分:1
-
用VC++6.0编写的小程序,能够实现网络DNS查询.
用VC++6.0编写的小程序,能够实现网络DNS查询.-With VC++ 6.0 prepared applet enables network DNS query.
- 2022-06-13 23:27:55下载
- 积分:1
-
ClassHierarchyTraveler
Class Hierarchy Traveler Source Code for Andriod.
- 2013-12-04 10:20:18下载
- 积分:1
-
ECShop
这个是开源程序,商店管理系统,我对其作了自己的改变,源码爱好者可以下载学习(This is an open source, shop management system, I made their own change, fans can download the source code to learn)
- 2014-03-17 20:15:13下载
- 积分:1
-
control_characters
Tests regular expressions containing.
- 2014-01-28 11:25:52下载
- 积分:1
-
学生火车票预定管理信息系统的设计与实现
基于C++的学生火车票预定系统,可以实现预览、增删、查询、预定等功能。(Student train ticket reservation system based on C++ can realize the functions of preview, addition and deletion, inquiry and reservation.)
- 2020-06-19 09:00:06下载
- 积分:1
-
VB远程网络监视、文件传输、消息发送实例程序
VB远程网络监视、文件传输、消息发送实例程序
- 2022-05-05 03:49:11下载
- 积分:1