CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - Operation System

搜索资源列表

  1. Simulate_Process_Scheduling_Implement_by_C

    0下载:
  2. 模拟进程调度的C语言实现 一、 实验目的 体会UNIX 系统的进程调度方法,并通过一个简单的进程调度模拟程序的实现,加深对进程调度算法,进程切换的理解。 二、 实验内容 采用静态优先数的方法,编写一进程调度程序模拟程序。模拟程序只对你所设置的“虚拟PCB”进行相应的调度模拟操作,即每发生“调度”时,显示出当前运行的“PCB名字”、优先数、运行时间等,而不需要对系统中真正的PCB等数据进行修改。-C UNIX Two experimental use of static
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.78kb
    • 提供者:丘方
  1. neichuo

    0下载:
  2. 操作系统作业 内存管理 功能 1 创建分区 2 查看分区 3 添加作业 4 回收分区-operating system memory management operation to create a functional area through 3 2 View added four recovery operations through
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9.57kb
    • 提供者:wgz
  1. lisuanshijianmoni

    1下载:
  2. 此为数据结构课程学习中离散事件模拟的源程序。为银行业务的模拟系统。其中包括队列,栈及其操作的实现。运用面向对象的设计方法,在vc++6.0下编译通过,运行正常-this data structure for courses of study discrete event simulation of the source. For banking business simulation system. Including the queue, stack and its operation is
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:13.08kb
    • 提供者:
  1. classstr2

    0下载:
  2. 完善字符串类的运算符功能 1、 利用运算符重载完善字符串类的运算符功能。如: 串+整数;整数+串;浮点数+串;串-串;串/串 等; 2、 编制一个带菜单的小系统,演示该类的运算符操作。 -perfect string Operators such a function, using Operator perfect string category Operators function. Such as : String Integer; Integer string;
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:11kb
    • 提供者:李昭明
  1. CARROOM

    0下载:
  2. 一个车辆管理系统,使用了队列和堆栈的基本操作-a vehicle management system, the use of the queue and the basic operation of stack
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.47kb
    • 提供者:阿姆罗
  1. flight(ver3.5)

    0下载:
  2. 这个是用C++开发的系统,我曾经做的一个数据结构的大作业来的,叫航空订票系统.-C is the development of the system, I do have a data structure of the operation, called air booking system.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:23.41kb
    • 提供者:羊羽
  1. gaoji

    0下载:
  2. 系统应实现的操作及其功能定义如下: 1)采编入库:新购入一种书,经分类和确定书号之后登记到图书账目中。如果这种书在账目中,则只将总库存量增加。 2)清除库存:某种书已无保留价值,将它从图书账目中注销。 3)借阅:如果某种书的库存量大于0,则借出一本,登记借阅者的图书证号和归还期限。 4)归还:注销对借阅者的登记,改变该书的现存量。 -system should achieve the operation and function are defined as foll
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:819byte
    • 提供者:王东
  1. maze4444

    0下载:
  2. 由系统随机建立一个迷宫,然后屏幕输出路径。为在完成作业的同时复习所学过的内容,完成一条路径的时候用到了递归的方法 而做全部路径的时候用非递归的方法。用户界面友好,有用户使用说明.每一步操作都有说明与提示。程序运行通过,有详细的解释说明-system by the establishment of a random maze, and then screen output path. For the complete review of operations at the same time ha
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:932byte
    • 提供者:妮娜
  1. Critical_path2to2

    0下载:
  2. 本设计完成了要求的所有功能,可由系统建立一张图或者由用户自行建立一张图,并对该图进行关键路径的搜寻.用户界面友好,有用户使用说明,每一步操作都有说明与提示。程序运行通过,有详细的解释说明。-the design completed all the required functions, from the establishment of a system or plan established by the users themselves a map, and this map critica
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.89kb
    • 提供者:妮娜
  1. 图书管理2to2

    0下载:
  2. 本系统完成了要求的所有功能,能进行图书的基本管理业务活动。包括采编入库、清除库存、借阅和归还等。利用B树对书号建立索引,提高了工作的效率。本系统支持对中文书籍的输入输出。.用户界面友好,有用户使用说明,每一步操作都有说明与提示。程序运行通过,有详细的解释说明。-the system completed all the required functions, the library will conduct basic management operations. Journalists, inc
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:13.73kb
    • 提供者:妮娜
  1. 数据结构课程设计最后完成

    0下载:
  2. 数据结构课程设计 程序开发平台:本程序的操作平台是WINDOS XP ,编程工具是VISUAL BASIC.NET。运行程序需要安装Microsoft.NET Framework 1.1。 硬件环境:P3以上处理器. 程序功能:将十进制数转换为2进制后进行逻辑运算。实现布尔表达式。-data structure course design program development platform : the operating procedures of the T4010 XP platfor
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:73.1kb
    • 提供者:乐天
  1. os_p1_v1

    0下载:
  2. firstpart. Operation system project. creat son in father. then contact two.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1.68kb
    • 提供者:yuxiaojing
  1. osp3_v1

    0下载:
  2. thirdtpart. Operation system project. creat son in father. then contact two.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.63kb
    • 提供者:yuxiaojing
  1. osp4-v1

    0下载:
  2. fouthtpart. Operation system project. creat son in father. then contact two.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2.57kb
    • 提供者:yuxiaojing
  1. osp5_v2

    0下载:
  2. fifthtpart. Operation system project. creat son in father. then contact two.
  3. 所属分类:Data structs

    • 发布日期:2017-04-23
    • 文件大小:53kb
    • 提供者:yuxiaojing
  1. p2_v1

    0下载:
  2. secondpart. Operation system project. creat son in father. then contact two.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1.55kb
    • 提供者:yuxiaojing
  1. code

    0下载:
  2. 数据结构课程设计(图的遍历和生成树求解实现)-operation system choice(gra,G,d)
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:3.48kb
    • 提供者:程成
  1. Student-management-system

    0下载:
  2. 学生管理系统 (1)录入学生成绩信息包括学号、姓名、选修课成绩、实验课成绩及必须课成绩。 (2)实现查找功能,输入学生学号查找相关的学生成绩等相关信息。 (3)实现删除功能,输入学号删除相关的学生成绩的相关信息。 (4)实现修改功能,输入相应学号修改该学号外的其他信息。 (5)实现插入功能,输入要插入的位置,在该位置进行插入操作。 (6)实现排序功能,按三门课的总成绩进行由高到低排序。 (7)统计学生人数。 -Student management system
  3. 所属分类:Data structs

    • 发布日期:2017-11-13
    • 文件大小:2.58kb
    • 提供者:yangjinshen
  1. phone-number-system

    0下载:
  2. 这是由C语言编写的电话号码查询系统,可以对其进行电话簿删除,添加,修改等操作-This is the C language to write the phone number of the inquiry system, can carry on the telephone directory delete, add, modify and operation
  3. 所属分类:Data structs

    • 发布日期:2017-11-16
    • 文件大小:5.23kb
    • 提供者:杨鑫
  1. library-management-system

    0下载:
  2. 实现了图书馆管理员的增删改查等操作,学生和老师的借还书操作-Realized the librarian to add and delete operations, such as students and teachers borrow return book operation
  3. 所属分类:Data structs

    • 发布日期:2017-05-22
    • 文件大小:6.55mb
    • 提供者:刘娃妮
« 12 3 »
搜珍网 www.dssz.com