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

搜索资源列表

  1. saolei

    0下载:
  2. 本课程设计实现类似于Windows操作系统自带的扫雷游戏。在课程设计中,系统开发平台为Windows XP,程序设计语言采用Visual C++,程序运行平台为Windows 2000/XP。在程序设计中,把整个雷区看成一个二维数组,把雷方块定义为具有所在雷区二维数组的行和列、当前状态、方块属性、历史状态的结构体,采用了结构化与面向对象两种解决问题的方法。整个游戏程序包括了布雷、扫雷过程和结果三个阶段,在处理鼠标响应事件中伴随着GDI绘图。程序通过调试运行,实现了设计目标,能够同时满足扫雷游戏初
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-18
    • 文件大小:4465635
    • 提供者:dingchen
  1. Compile_linux_kernel

    0下载:
  2. Ubuntu 12.10下编译Linux内核的详细步骤,内容为操作系统课程设计实验一的实验报告(为保护隐私缺少两张实验结果截图请自行补充)。-Ubuntu 12.10 Linux kernel compile detailed steps, the content of courses on operating system design experiments an experimental report (for the protection of privacy is missing tw
  3. 所属分类:OS Develop

    • 发布日期:2017-11-13
    • 文件大小:570984
    • 提供者:Dean Miller
  1. os

    7下载:
  2. 操作系统课程设计 分页存储管理系统;建立一个基本分页存储管理系统的模型。 首先分配一片较大的内存空间,作为程序运行的可用存储空间; 建立应用程序的模型; 建立进程的基本数据结构及相应算法; 建立管理存储空间的基本存储结构; 建立管理分页的基本数据结构与算法; 设计存储空间的分配与回收算法; 提供信息转储功能,可将存储信息存入磁盘,也可以从磁盘读入; 注意:代码运行时先在D盘目录下创建一个进程表.txt的文件,并在文件中输入进程名和大小,如 a 12等,
  3. 所属分类:OS Develop

    • 发布日期:2015-12-25
    • 文件大小:12288
    • 提供者:Gee
  1. file

    0下载:
  2. 操作系统文件管理课程设计,模拟命令提示符下文件的基本操作,利用txt模拟磁盘。-Operating system file management course designed to simulate the command prompt basic file operations, use txt simulated disk.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4380
    • 提供者:wwq
  1. Bankers-Algorithm

    0下载:
  2. 本科生操作系统课程关于因皇家算法的课程设计代码很基础的-Undergraduate courses on operating system on Royal algorithm because it is based curriculum design code
  3. 所属分类:Console

    • 发布日期:2017-04-07
    • 文件大小:1303
    • 提供者:程昱
  1. Process-scheduling

    0下载:
  2. 进程的调度基于时间片轮转的调度算法操作系统课程设计中十分简单的小程序-The process of scheduling time-based round-robin scheduling algorithm courses on operating system design is very simple little program
  3. 所属分类:Console

    • 发布日期:2017-04-06
    • 文件大小:841
    • 提供者:程昱
  1. The-process-of-creating

    0下载:
  2. 进程的创建 操作系统课程设计中的简单的小程序-The process of creating courses on operating system design simple little program
  3. 所属分类:Console

    • 发布日期:2017-03-31
    • 文件大小:1539
    • 提供者:程昱
  1. banker

    0下载:
  2. 使用c++编写的银行家算法的实现,是操作系统课程设计的任务,列出了所有的可能的安全序列,在vs2010上运行通过。-Use c++ prepared bankers algorithm, is the operating system of curriculum design task lists all possible security sequence in vs2010 run through.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-22
    • 文件大小:7153745
    • 提供者:Helen
  1. char_driver

    0下载:
  2. (操作系统实验和课程设计)掌握增加设备驱动程序的方法。通过模块方法,增加一个新的设备驱动程序,其功能可以简单。实现字符设备的驱动 -(Experimental operating system and curriculum design) add device drivers to master methods. Through modular approach, adding a new device driver, its functionality can be easy. Achie
  3. 所属分类:Driver develop

    • 发布日期:2017-04-02
    • 文件大小:3381
    • 提供者:韩彩英
  1. system_call

    0下载:
  2. (操作系统课程设计)掌握Linux操作系统的使用方法,包括键盘命令、系统调用;掌握在Linux下的编程环境。 编一个C程序,其内容为实现文件拷贝的功能; 编一个C程序,其内容为分窗口同时显示三个并发进程的运行结果。要求用到Linux下的图形库。 -(Operating systems curriculum design) to master the use of the Linux operating system, including keyboard commands,
  3. 所属分类:Linux Network

    • 发布日期:2017-04-02
    • 文件大小:21953
    • 提供者:韩彩英
  1. Process

    0下载:
  2. 操作系统课程设计 进程调度算法实现,注意进程内容由记事本JCDD.txt读入-Operating system process scheduling algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-16
    • 文件大小:296414
    • 提供者:李飞吾
  1. YHJ

    0下载:
  2. 操作系统课程设计 银行家算法实现,注意系统资源开销由压缩包内的记事本读入-Operating systems curriculum design bankers algorithm, note that the system resource overhead by a compressed package notepad reads
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:697396
    • 提供者:李飞吾
  1. YMZH

    0下载:
  2. 操作系统课程设计 页面置换算法实现 -Operating systems curriculum design page replacement algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-23
    • 文件大小:224089
    • 提供者:李飞吾
  1. CProcessDemo

    0下载:
  2. 2009年12月 操作系统课程设计 进程调度模拟【CProcessDemo】 -like this
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1058596
    • 提供者:李刚
  1. PageReplacement

    0下载:
  2. 操作系统课程设计,页面置换算法,对页面置换的四种算法的C++实现-Operating systems curriculum design, page replacement algorithm, page replacement algorithm C++ achieve four
  3. 所属分类:Other systems

    • 发布日期:2017-05-10
    • 文件大小:2426038
    • 提供者:张三
  1. memory.cpp

    0下载:
  2. 操作系统内存分配,老师上课的课程设计,参考把-Operating system memory allocation, the teacher' s curriculum design, refer to the
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2198
    • 提供者:sarah
  1. BankerAlgorithm

    0下载:
  2. 操作系统银行家算法源码,这个是我做课程设计时编写的C语言的银行家算法-Operating system bankers algorithm source code, this is what I do curriculum designed to prepare the banker' s algorithm in C language
  3. 所属分类:OS Develop

    • 发布日期:2017-04-15
    • 文件大小:7092
    • 提供者:Ray
  1. process-manage

    0下载:
  2. 操作系统进程调度算法,这个是我做课程设计时写的C语言实现的代码-Operating system process scheduling algorithm, this is what I do write curriculum design of the C language code
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:188858
    • 提供者:Ray
  1. zzzz

    0下载:
  2. 操作系统课程设计 自己编的 javase1。7就可以用了-Operating systems curriculum design their series javase1. 7 can be used
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-03
    • 文件大小:1018574
    • 提供者:姜振国
  1. Fat-FileSystem

    0下载:
  2. 简易Linux FAT 文件系统的实现。本程序是操作系统课程的课程设计,获得优秀。 具体实现了文件系统格式的定义,实现了基本的cd/pwd/ls 等命令。-Basic Linux FAT filesystem demo code.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-07
    • 文件大小:22933
    • 提供者:zhangqiang
« 1 2 ... 33 34 35 36 37 3839 40 41 42 43 44 »
搜珍网 www.dssz.com