搜索资源列表
作业调度11
- 由于在单道批处理系统中,作业一投入运行,它就占有计算机的一切资源直到作业完成为止,因此调度作业时不必考虑它所需要的资源是否得到满足,它所占用的CPU时限等因素。 每个作业由一个作业控制块JCB表示,JCB包括如下信息:作业名、提交时刻、所需运行时间、所需资源、作业状态、链指针等。 在程序开始时对用户提交的作业按作业调度算法排列,用链表形式存储,这里分别采用先来先服务、短作业、响应比高者优先调度算法对作业进行调度。这里为了操作者的方便,每个作业无论所需运行时间多少,都是每敲一次键盘就执行完一个作业
C++模拟
- c程序模拟操作系统的先来先服务算法(FCFS). 在VC 6.0下运行通过/ -c simulation of the operating system first-come first-serve algorithm (FCFS). 6.0 in VC run through /
磁盘管理系统(DiskExpert)V2.0
- 可以充当一个在线FTP的功能,如果服务器没有系统帐号的限制,可以访问服务器上面全部目录,下载,上传,复制,剪切,粘贴,编辑,重命名,仿真window界面,功能方便易用。 初始密码admin-can serve as an online FTP functions If the server does not limit the system account, the server can access all of the above catalog, download, upload, cop
library-info-management
- 图书管理信息系统,B/S架构,C#开发,可作为毕业设计-Library management information system, B/S framework, C# development, could serve as a graduation project
AuthorWebApplication
- 实现了用户权限管理,可以作为学习c#结合数据库开发的案例-Achieved a user rights management, could serve as a learning c# Combination of database development case
AoEdit
- ae开发的一个编辑工具。可以作为初学者学习使用-ae developed an editing tool. Can serve as a beginner learning to use
CrystalReports2.0
- C#实现的虚拟桌面程序,有源代码,很好很强大,可以作为C#系统开发的学习作品,可以下载试试额-C# to achieve the virtual desktop programs, source code, very very strong, can serve as a C# system development study and work, you can download to try Amount
CSDNReader2005
- CSDN Reader(基于C#网络聚合技术).CSDN Reader是一款基于C#的网络读帖工具,读取著名的CSDN技术论坛的每日最新帖子,学习C#网络编程的朋友这个可以作为参考。-CSDN Reader (based on C# Web polymerization). CSDN Reader is a Web-based C# Read a tool to read the famous CSDN Technical Forum latest posts each day to learn
caiwuguanli
- 很好的家庭财务管理系统,用Csharp写的,可以作为毕业设计-A very good family financial management system, written using Csharp can serve as a graduate design
jcdd
- 先来先服务,短作业优先,高优先权优先算法等四种进程调度-First-come, first serve, short job priority, high-priority process scheduling priority to four kinds of algorithms
cnet
- 介绍C#的基础知识,以及学习C#应注意的一些规范,可以作为学习C#的参考书-Introduce the basics of C#, and learning C# should note that some of the norms, can serve as a reference book to learn C#
Advanced.ASP.NET.AJAX.Server.Controls.For.dot.NET.
- In this book, Adam and Joel focus on providing a beyond-the-basics drill down of the inner workings and extensibility of the ASP.NET AJAX framework by covering the programming patterns established by the scr ipt framework, the architecture, and
C_
- c#入门书籍,电子版本,比较细致详细,C#初学者适用,且可以作为参考用书-c# entry books, electronic version, more detailed and meticulous, C# for beginners, and can serve as a reference book
aa
- 进程调度模拟设计--先来先服务、强占式短进程优先算法-Process scheduling simulation design- first come first serve, the process of priority short-emptive algorithm
codefirstsample
- 学习Csharp 的一个实例,可以作为参考,学习学习。-Csharp learning an instance, can serve as a reference, learning to learn
stack-to-queue
- 用二个顺序存储结构的栈,通过这二个栈的相关运算实现队列的以下功能。 Queue() //构造函数 bool empty() //返回队列是否已空 bool full() //返回队列是否已满 int serve() //出队列,成功返回0,否则返回-1 int append(const string &item) //item进队列,成功返回0,否则返回-1 int retrieve(string &item) const //将队列头的值赋给item,成功返
World_Wind_1.4.0_Source
- NASA World Wind是美国航天局发布的一款三维地理信息浏览系统。其支持无限插件的特点,及官方论坛的良好维护,使其成为研究并进一步开发三维GIS系统的平台,供所有对三维GIS感兴趣的人学习研究。到目前为止1.4是最新版本。-NASA World Wind is a three-dimensional geographic information system developed by the National Aeronautics & Space Administration (NAS
HRMS
- 人力资源管理系统(Human Resources Management System,HRMS)包括人事日常事务、部门管理、员工管理、招聘以及对企业的人力资源管理方方面面进行分析、规划、实施、调整,提高企业人力资源管理水平,使人力资源更有效的服务于组织或团体目标。人力资源管理系统的具体目标如下: (1) 对企业人力资源管理的基本信息进行管理。 (2) 管理企业员工的信息 (3) 管理企业部门的信息 (4) 管理企业招聘的信息 (5) 管理企业职务的信息 (6) 实现为个人
Stop_operator
- 这个使用C编的stop operator,是s函数的格式。stop operator是Preisach 模型的一种基本模块。线性组合即成preisach 模型。-Stop operator, the C series is the format of the s function. The stop operator is one of the basic module of the Preisach model. The linear combinations Serve preisach t
fcfs
- first come first serve