CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 操作系统开发 搜索资源 - 设计

搜索资源列表

  1. jinchengdiaodu

    0下载:
  2. 操作系统课程设计报告 含有实验的源代码 喜欢的可以自己来下 不限人数-you can download as long as you like
  3. 所属分类:OS Develop

    • 发布日期:2017-03-26
    • 文件大小:27287
    • 提供者:青蛙
  1. VIRTUMEM

    0下载:
  2. 操作系统课程设计,内存管理,windows环境,开发工具:Visual C-Operating system design, memory management, windows environment, and development tools: Visual C++
  3. 所属分类:OS Develop

    • 发布日期:2017-05-04
    • 文件大小:1227708
    • 提供者:123
  1. virtual_os

    0下载:
  2. 在vc6中实现了一个虚拟的操作系统,做操作系统课程设计的人士可以参考该程序。文件系统采用成组链接法-Vc6 achieved in a virtual operating system, operating system, curriculum design so people can refer to the program. File system link to law group
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:193014
    • 提供者:false2010
  1. java

    0下载:
  2. 一个用 java 语言编写的操作系统课程设计 很经典希望对大家有帮助-An operating system using java language curriculum design classic you want to help
  3. 所属分类:OS Develop

    • 发布日期:2017-05-08
    • 文件大小:1751469
    • 提供者:赵云
  1. OS

    0下载:
  2. 操作系统课程设计,模拟UNIX磁盘文件管理系统 • 建立文件存储介质的管理机制 • 建立目录 • 文件系统功能(显示目录、创建、删除、打开、关闭、读、写) • 文件操作接口(显示目录、创建、删除、打开、关闭、读、写)-Operating system, curriculum design, simulation UNIX disk file management system • Create file storage medi
  3. 所属分类:OS Develop

    • 发布日期:2017-03-26
    • 文件大小:494989
    • 提供者:杜宁林
  1. os

    0下载:
  2. 操作系统课程设计。包括了源码跟任务报告书。-Operating system, curriculum design. Includes the source code with the mission report.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:521051
    • 提供者:汉杰
  1. TheuseofVBandSQLpreparedstudentachievementmanageme

    0下载:
  2. 利用VB和SQL编写的学生成绩管理系统,是数据库课程设计值得参考的一个程序-The use of VB and SQL prepared student achievement management system is a database program designed to reference a program worthy of
  3. 所属分类:OS Develop

    • 发布日期:2017-05-06
    • 文件大小:1037932
    • 提供者:洛洛
  1. USBdrivers

    0下载:
  2. LINUX下USB驱动程序的开发,适用于操作系统课程设计等-LINUX development under the USB drivers for the operating system such as curriculum design,
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:137067
    • 提供者:ayumi
  1. caozuoxitong

    0下载:
  2. 演示进程管理的程序,用于操作系统课程设计的需要的同学拿去用。-Process management demonstration program for the operating system of curriculum design, students in need Naqu use.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:75316
    • 提供者:刘时松
  1. myProcess

    0下载:
  2. 操作系统的课程设计实习题目,主要用c或c++来模拟进程调度的情况,这里包含了详尽源代码-Operating system, curriculum design internship topic, mainly using c or c++ to simulate the process of scheduling the case, where the source code contains a detailed
  3. 所属分类:OS Develop

    • 发布日期:2017-03-25
    • 文件大小:765829
    • 提供者:zgm
  1. jcdd

    0下载:
  2. 计——先来先服务和最高响应比优先,操作系统课程设计-Count- first-come, first-served and the highest response ratio of priority, operating system, curriculum design
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:502049
    • 提供者:URSULA
  1. 2004420243657

    0下载:
  2. 图书馆销售管理系统计算机科学系数据库课程设计,内含实验报告-Library
  3. 所属分类:OS Develop

    • 发布日期:2017-05-12
    • 文件大小:2886979
    • 提供者:何灵
  1. FileSystem

    0下载:
  2. 这是操作系统课程设计的一个题目:文件系统-This is a topic of curriculum design, the operating system: file system
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:3861
    • 提供者:康华潮
  1. 2222

    0下载:
  2. 实验报告之文件管理系统课程设计系统实验报告-Experiment report Document Management System Course Design Systems Experimental Report
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:521396
    • 提供者:杨艳
  1. fbqueue_attemper

    1下载:
  2. 合肥工业大学操作系统课程设计 进程/作业调度:多级反馈队列调度算法。 1建立作业的数据结构描述; 2使用两种方式产生作业:(a)自动产生, (b)手工输入; 3在屏幕上显示每个作业的执行情况; 4时间的流逝可用下面几种方法模拟:(a)按键盘,每按一次可认为过一个时间单位; (b) 响应WM_TIMER; 5计算并显示一批作业的周转时间、平均周转时间、带权周转时间、平均带权周转时间。 6将一批作业的执行情况存入磁盘文件,以后可以读出并重放;-Hefei Universi
  3. 所属分类:OS Develop

    • 发布日期:2017-05-15
    • 文件大小:3756459
    • 提供者:
  1. operator

    1下载:
  2. 操作系统课程设计,C语言实现的处理机调度程序,有源代码和报告-Operating systems curriculum design , C language implementation of the processor, scheduler source code and reports
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:211108
    • 提供者:高飞
  1. os

    0下载:
  2. 文件管理,操作系统课程设计,源代码和报告都有。没有密码,放心下载。没有病毒-File management, operating systems curriculum design, source code and reports both. No password, rest assured that download. No virus
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:515076
    • 提供者:mrgao
  1. File

    0下载:
  2. 操作系统课程设计,文件管理系统的c++源码,有文件增加,删除,创建目录,修改文件,保存当前状态等功能。-Operating systems curriculum design, document management system c++ source code, there are files to add, delete, create directories, modify files, save the current state functions.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:4722
    • 提供者:eewcee
  1. 操作系统课程设计实验4

    12下载:
  2. 北理工操作系统课程设计实验4 内存监视 源码及实验报告-North Polytechnic courses on operating system design experiment four memory monitor source and experimental reports
  3. 所属分类:操作系统开发

    • 发布日期:2014-04-10
    • 文件大小:539648
    • 提供者:刘超
  1. 操作系统课程设计2

    1下载:
  2. 操作系统课程设计 进程控制 包括LINUX和WINdows 两个系统的源码以及实验报告!
  3. 所属分类:操作系统开发

« 1 2 34 5 6 7 8 9 10 ... 41 »
搜珍网 www.dssz.com