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

搜索资源列表

  1. WindowTitle

    0下载:
  2. VC++编写的进程模块查看器,用于枚举系统的所有进程及其所挂接的所有模块,并实现了枚举进程、远程卸载指定进程模块、搜索指定进程的功能。此外,这个小程序还实现了对操作系统“运行”对话框、“文件属性”对话框的调用。 -VC++ in the process of the preparation module viewer for the enumeration of all process systems and articulated by all the modules, and the r
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:29819
    • 提供者:蓝色起航
  1. storageManage

    0下载:
  2. 操作系统进程调度算法和内存管理的实现,典型,精致。-Operating system process scheduling and memory management algorithm for the realization of a typical, elegant.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:33375
    • 提供者:燃烧
  1. grub

    0下载:
  2. 多引导启动管理程序 运行在DOS下,可以实现多个操作系统的启动-programe to manager booter of multiply operating systems
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-04
    • 文件大小:1386183
    • 提供者:aqaqaq
  1. SCAN

    0下载:
  2. 磁盘调度算法中的SCAN算法,c++实现,操作系统课程设计-Disk scheduling algorithm in the SCAN algorithm, c++ to achieve, the operating system of course design
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:9892
    • 提供者:caonima
  1. caozuoxitong

    0下载:
  2. 实现操作系统磁盘调度分析课程设计,报告源代码及实验报告所有环节。-Analysis of the achievement of the operating system disk scheduling curriculum design, the report of the source code and report on all aspects of the experiment.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:112227
    • 提供者:cirenlamu
  1. process

    0下载:
  2. 为了更充分的利用CPU,必须管理好进程内及进程间的调度关系,此实验就是模拟进程之间的调度方法。在实验中,只模拟了3个状态之间的调度过程,为了便于观察调度过程,我采用手动操作方式(即根据操作者输入的命令来做相应的转换)。在程序中,为进程建议一个结构体,以这种类型建立一个数组,用了存储所有进程信息;同时建议了两个先进先出的对列(ready,blocked)用来存储当前就绪的进程和等待资源的进程(在程序中这两个队列只是存储了进程在存储进程的数组的下标,用下标来作为唯一标识且访问,但是不是pid)。对列
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1137002
    • 提供者:white Snow
  1. File

    0下载:
  2. 操作系统-文件系统的实现 操作系统-文件系统的实现-操作系统-文件系统的实现
  3. 所属分类:OS Develop

    • 发布日期:2017-04-25
    • 文件大小:16208
    • 提供者:gacser
  1. dizhizhuanh

    0下载:
  2. 操作系统课程设计,实现段页式存储地址的转换-Operating system design, the realization of storage above page address translation
  3. 所属分类:Education soft system

    • 发布日期:2017-04-23
    • 文件大小:267128
    • 提供者:王火华
  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. STR711Modbus

    0下载:
  2. 一个ARM7上开发的Modbus协议示例,该程序在万利STR7开发板开发。主要功能为人机界面通过串口0连接开发板,开发板通过串口1连接从机板,三者之间通过ModbusRTU协议进行数据通信。另外还可以通过串口2进行远程通讯。该功能开发板作为从机,远程设备做为主机。程序采用ucos_ii操作系统实现。-An ARM7 developed on the Modbus protocol examples, the program Manley STR7 development board develo
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-06-16
    • 文件大小:24773234
    • 提供者:谢宏宇
  1. RemoteAccessApplicationwithFTPinVxworks

    0下载:
  2. 阐述采用Vxworks 实时嵌入式操作系统实现与Windows 系统通过FTP 进行远程访问 的方法,对Vxworks 的网络设施进行了分析,重点阐述了FTP 在服务端的配置及在客 户端的配置与编程。对于使用VxWorks 对其他系统进行远程访问一定的参考意义。-Describes how to use FTP to access remote file in windows system with Vxworks system, analyzes network facilitie
  3. 所属分类:Project Design

    • 发布日期:2017-03-30
    • 文件大小:133259
    • 提供者:mabeibei
  1. mem_Alter

    0下载:
  2. 这是我们操作系统实现的课设,内存修改器,非常有用,可以修改下你的扫雷。-Modify the memory device, very useful.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:2037778
    • 提供者:往往
  1. test

    0下载:
  2. 操作系统课程设计简单文件系统的实现的代码,vc2008-Simple file system, operating system, curriculum design, implementation of the code, vc2008
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:2797
    • 提供者:wqm
  1. oa

    0下载:
  2. 可变分区管理方式下采用首次适应算法实现主存分配和回收。操作系统实现的作业。-Variable Partition Management mode using first-fit algorithm main memory allocation and recycling. The operating system to achieve operation.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:211090
    • 提供者:路一
  1. minix3

    0下载:
  2. minix3 操作系统设计与实现 minix操作系统源码-minix3 operating system design and implementation of minix operating system source code
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:445025
    • 提供者:wangrongdong
  1. WinCE_SPI_Test

    0下载:
  2. 在嵌入式平台下,Wince操作系统实现,通过SPI接口传输数据或者文件的调试工具。-A data and file transport tool using SPI interface in embedded operation system WinCE
  3. 所属分类:Windows CE

    • 发布日期:2017-05-26
    • 文件大小:8819444
    • 提供者:zhaoanyu
  1. os4_timeRound

    0下载:
  2. 时间片轮转算法的简单实现,操作系统知识的一个应用示例-This is a simple algorithm instance of the Time Slicing
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:1295
    • 提供者:k25566
  1. mypro

    0下载:
  2. 本科操作系统课程设计,用GTK编写界面,然后配合本代码实现一个类似windows下任务管理器功能的工具-Undergraduate operating systems courses designed to prepare with the GTK interface, and then in parallel with this code to achieve a similar function as the Task Manager tool in Windows
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:80995
    • 提供者:sunxin
  1. Equipment_Manage

    0下载:
  2. 运用操作系统中的防止死锁算法(银行家算法)来实现设备和进程间的协调,让他们自动申请设备,处理设备请求,还有生成等待队列,完成队列,设备状态查看。-The use of the operating system to prevent deadlock algorithm (banker' s algorithm) to achieve coordination between equipment and processes so that they can voluntarily apply
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:40382
    • 提供者:师颖
  1. jingcheng

    0下载:
  2. 进程调度算法实现代码(操作系统)进程调度算法实现的代码-Process scheduling algorithm code (operating system) process scheduling algorithm code
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:5116
    • 提供者:徐璐
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com