搜索资源列表
FileWriter2
- vc 封装的FileWriter-vc package job interview
tinyxml
- timyXML是一个简单的xml解析工具,当然,你的xml必需是标准的。 TinyXML is a simple, small, C++ XML parser that can be easily integrated into other programs.In brief, TinyXML parses an XML document, and builds from that a Document Object Model (DOM) that can be read, modifie
作业调度模拟
- 在一个多道程序设计系统中,实现“作业调度”的模拟。模拟程序的要求如下: 1.输入: 作业流文件,其中存储的是一系列待执行的作业信息,每个作业包括五个数据项:作业号,优先级,进入输入井时间(用一个整数表示,如10:10表示为1010),作业估计运行时间(单位:分钟),内存需求量。各数据项用空格隔开。 2.输出: 按照作业调度次序输出每一个作业流文件:“作业号”、“进入内存时间”、“作业完成时间”、“周转时间”;每行输出一个作业的信息。 计算出平均周转时间并输出。 3.作业调度算法: 短作业优先(作
os
- A、多用户管理,多级目录形式,用户可设置密码保护. B、回收站管理 C、树形和列表界面操作[包括图标、列表以及详细信息显示方式,方便的系统菜单,右键菜单,工具栏等] D、文件的拖放操作 E、Windows剪贴板操作[复制,剪切,粘贴工作可以通过剪贴板完成]-A, multi-user management, multi-level directory of the form, users can set up password-protected. B, Recycle
shangpintongji
- 商品统计问题,很难哦,我花了很长时间才做好的,请大家欣赏-Commodity statistics, it is difficult to Oh, I spent a long time to do a good job of, let us appreciate the
simpleAlgorithm
- The file contains algorithm like flowyd warshall ,Job Sequencing with Deadlines while Maximizing Profits, reading text file , merge sort and Binary searcg tree. The files are freely available on net.-The file contains algorithm like flowyd warshall
xueshengguanli
- 采用C++ 编写的学生管理系统程序,对学生的一般情况做个统计-Operating system, job scheduling on the single-channel operation and multi-channel operation
FastCopy203src
- v2.03修正了"Elevate"菜单项在英文界面没有工作的问题。 v2.02发布X64的本地版本.如果安装在Vista或Win7的\Progmram Files下,则存储fastcopy.ini和logfiles 到 \Users\(USER)\AppData\roaming\FastCopy下。 v2.01修正无法完成在同一硬盘“移动”的问题。回复不要求绝对路径。 v2.00添加简单的比较功能(“上市”用CTRL键)。如果启用了UAC,并安装在\Progmram Files下,文
zifuchuan
- 本人软件设计作业,字符串操作 能够从磁盘上选择打开文本文档,读入所有内容并显示,统计所有的字符数目,单词数目,中文字符串的数目。 -I software design job, string manipulation can choose to open a text document from the disk, all reads and displays statistics the number of characters, number of words, the number
infoSys2.5-release
- 一个通讯录软件(计算机课程的大作业)。 具有数据简单加密,及相关的多种功能。 分享一下,当时写出来自我感觉不错。。。哈哈~ -An address book software (computer courses, job). Simple data encryption, and multiple functions. Share, and then write from my feeling good. . . Haha ~
code
- 参考linux extra2文件系统设计的一个基于c++读写文件操作的虚拟文件系统,适合作为操作系统课程的大作业参考-A reference linux extra2 file system design based on the virtual file system c++ write file operation, suitable for operating system programs big job reference
CMSimple_a5
- 简易内容管理系统 CMSimple是一种自由的内容管理系统。标榜架构简单,程式档案小并且反应快速。系统以PHP编写,可以在各种平台上运作。 CMSimple不需要使用数据库,所有的页面资料都以一个超文件档案格式,名称为content.htm,存于万维网服务器上。纯文字档的资料设计使得安装与备份工作相对较为简单。 CMSimple的后台管理,仅允许单一用户使用。透过后台管理,可设定各种与页面展示相关的参数。与许多内容管理系统相同,CMSimple提供延伸程式开发架构的设计,
free-serial-port-monitor
- visual code for programmer use for his job
select-laser
- 单道系统作业调度作业调度算法:分别采用先来先服务(fcfs) 推荐一下(Single channel system job scheduling job scheduling algorithms: first come, first service (FCFS) were used respectively to recommend)