-
smartcard
SmartCard驱动程序,基于win NT操作系统。SCM Microsystems公司的出品的SCM 488C PCMCIA Smart Card。(SmartCard driver, based on win NT operating system. SCM Microsystems SCM buy the PCMCIA Smart 488C C ard.)
- 2006-10-10 10:51:09下载
- 积分:1
-
CDictionary
简单英汉字典程序。功能包括装载单词信息,添加删除单词等。(Simple English-Chinese dictionary program. Features include loading the word information, add and delete words and so on.)
- 2014-02-04 20:59:40下载
- 积分:1
-
FreeImage3154Win32
开源的FreeImage图形库的Win32平台发行包,可以方便日常的应用开发。(Win32 platform open source graphics library FreeImage distribution package, you can easily everyday application development.)
- 2013-12-28 10:04:06下载
- 积分:1
-
Tyunnnanbaizzh
这是关于云南白族村的vrml原码,如果看代码,,请用vrmlpad编辑器打开,如果预览请用bs.
(This is on the Yunnan Bai village in the vrml the original code, if we look at the code, open with vrmlpad editor preview with bs.)
- 2012-07-11 08:06:52下载
- 积分:1
-
OPCServerDTools
opcserver开发包,带Visual C++源码例子。(opcserver development kit, with Visual C++ source code examples.)
- 2021-01-29 14:18:35下载
- 积分:1
-
charpt-MFCframe
说明: 这个源代码讲的是MFC的对话框的应用程序(The source code is MFC dialog about the application)
- 2011-03-02 18:45:10下载
- 积分:1
-
TCofIataPac
说明: ComPort Library是一套用来编写串口通讯程序的控件,它包含5个控件:TComPort, TComDataPac(ComPort Library is a set of controls for writing serial communication programs. It contains five controls,: TComPort, TComDataPac)
- 2019-01-03 18:58:12下载
- 积分:1
-
FM0_Decode
双相间隔码解码(FM0)的C语言实现,应用于RFID领域,基于ISO.IEC_18000-6C协议。(The realization of FM0_Decode with c language.)
- 2021-04-11 20:18:57下载
- 积分:1
-
bao
多级反馈队列进程调度算法
1. 实验目的:
用高级语言编写和调试一个进程调度程序,以加深对进程的概念及进程调度算法的理解。
2. 实验内容:
编写一个模拟程序,完成单处理机系统中的进程调度,采用多级反馈队列的时间片轮转调度算法.
实验具体包括:首先确定进程控制块的内容,进程控制块的组成方式,确定相关参数(如进程数、到达时间、服务时间、时间片大小等) 然后完成进程创建原语、进程调度原语和进程撤销原语 最后编写主函数,上机实验并取得结果数据。
(The process of multi-level feedback queue scheduling algorithm 1. Experimental Objective: To use advanced language writing and debugging a process scheduler in order to deepen their understanding of the concept of the process and understanding the process of scheduling algorithm. 2. Experimental contents: the preparation of a simulated procedure, single-processor systems to complete the process of scheduling, the use of multi-level feedback queue scheduling algorithm Round-Robin Time Slice. Experiments include: First of all, the process control block to determine the content, process control block of the composition determine the relevant parameters (such as the process of the number of arrival time, service time, time slice size, etc.) and then complete the process of creating the original language, the process of scheduling the original language and the process of revocation of the original language the final preparation of the main function of the machine and obtain the results of)
- 2009-05-06 22:58:08下载
- 积分:1
-
wuziqi
SetColor(unsigned short ForeColor,unsigned short BackGroundColor) //颜色函数 { HANDLE hCon=GetStdHandle(STD_OUTPUT_HANDLE) SetConsoleTextAttribute(hCon,(ForeColor 16)|(BackGroundColor 16*16)) } 调用函数 SetColor(11,8) cout<<endl<<"文本内容结束!"<<endl SetColor(7,0) system("color xy") ;
- 2012-08-30 17:27:01下载
- 积分:1