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

搜索资源列表

  1. bank

    0下载:
  2. .cpp,操作系统的银行家算法的C程序实验-. cpp, the operating system of the banker s algorithm C experimental procedures
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:1368
    • 提供者:00
  1. OS

    0下载:
  2. 简单的实现操作系统中的进程的创建和删除,是基于C++的实现。-The realization of a simple operating system process creation and deletion, is based on the C++ Realized.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:2609
    • 提供者:lee
  1. jcd

    0下载:
  2. 进程是操作系统最重要的概念之一,进程调度是操作系统内核的重要功能,本实验要求用C语言编写一个进程调度模拟程序,使用优先数调度算法实现进程调度。本实验可加深对进程调度算法的理解-Process is the concept of the operating system, one of the most important, the process of scheduling is an important function of the operating system kernel, the
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:120615
    • 提供者:段文君
  1. PC1

    0下载:
  2. 操作系统里的生产者与消费者的问题,主要是在c++环境下运行的。可以参考-Operating system where producers and consumers, mainly in c++ Environment running under. Can refer to
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:33682
    • 提供者:cherry
  1. duanzuoye2

    0下载:
  2. 这是大学操作系统进程调度实验的其中一个算法。实验中应该要注意的是关于C中指针的用法,因为指针的用法比较灵活又非常容易出错,一不小心应用不严密就会出错。如在实行按短作业优先算法调度进程的过程中,每一次输入无论是周转时间,运行时间,还是响应时间都要用指针返回arrivetime,否则就出错。还有在插入和释放结点时,用此中指针表示法会比用for循环语句简明很多。再一个就是在选择运行时间最小的进程时,察看当前就绪队列中的进程数也是很关键的,其间所得的count对于下面两步都很重要。-err
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:1497
    • 提供者:舒拉
  1. cczuo

    0下载:
  2. 操作系统实验,整体设计,用C语言写的程序里面包含报告-Experimental operating system, the overall design, using C language to write the report which contains the procedures
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:157398
    • 提供者:李丽
  1. jincdaio

    0下载:
  2. 操作系统实验,包含报告和源代码,用C语言编写的-Experimental operating system, including reports and source code, using C language
  3. 所属分类:OS Develop

    • 发布日期:2017-04-24
    • 文件大小:80159
    • 提供者:李丽
  1. 25

    0下载:
  2. 操作系统银行家算法 c++的代码 检验系统的安全算法-Operating system of Banker s Algorithm c++ Code inspection system security algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:19562
    • 提供者:月月
  1. uCOS-II

    0下载:
  2. 嵌入式实时操作系统µ C/OS-II的源代码,包括在80C51F120上的移植程序-Embedded real-time operating system μ C/OS-II source code, including the transplantation procedure 80C51F120
  3. 所属分类:OS Develop

    • 发布日期:2017-04-17
    • 文件大小:126925
    • 提供者:laker
  1. Cpp1

    0下载:
  2. 计算机操作系统,磁盘I/O的C++源代码,-Computer operating system, disk I/O
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:2101
    • 提供者:dongbo
  1. duanzuoyeyouxiandiaodusuanfa

    0下载:
  2. 操作系统中短作业优先算法,用C++写的,我们的作业,老师验收通过。-Operating system in a short operating priority algorithm, using C++ Written, our operations, acceptance, through the teacher.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-11
    • 文件大小:928
    • 提供者:邵松
  1. qingqiufenye

    0下载:
  2. 操作系统中请求分页算法,用C++写的,我们的作业,老师验收通过。-The request of the operating system paging algorithms, using C++ Written, our operations, acceptance, through the teacher.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:2516
    • 提供者:邵松
  1. first

    0下载:
  2. 进程创建、并发执行;是操作系统第一个实验报告,包涵源码;如果想在windows 下运行可以用c软件-The process of creation, concurrent implementation is the first experimental report of the operating system, includes source If you want to run windows software can be used c
  3. 所属分类:OS Develop

    • 发布日期:2017-04-17
    • 文件大小:52391
    • 提供者:金鱼
  1. second

    0下载:
  2. 读者和写者;是操作系统实验报告满规范的,包含源码可以运行的,如果要在windows运行,可以用c软件-Readers and those who write is the operating system over a standardized test reports, including source code can run, and if you want to run windows, you can use c software
  3. 所属分类:OS Develop

    • 发布日期:2017-04-29
    • 文件大小:74095
    • 提供者:金鱼
  1. third

    0下载:
  2. 死锁和预防;操作系统实验报告,包含源码可以运行;如果要在windows 下运行使用c软件-Deadlock and prevention operating system, experimental report, including source code can run If you want to run windows software using the c
  3. 所属分类:OS Develop

    • 发布日期:2017-04-25
    • 文件大小:128861
    • 提供者:金鱼
  1. forth

    0下载:
  2. 页面调度,操作系统实验报告,包含源码可以运行,使用C,C++软件-Scheduling page, the operating system experimental reports, including source code can run, the use of C, C software
  3. 所属分类:OS Develop

    • 发布日期:2017-04-26
    • 文件大小:92612
    • 提供者:金鱼
  1. fifth

    0下载:
  2. 进程调度 ,操作系统实验报告,5种算法实现,包含源码可以运行的使用c,c++软件-The process of scheduling, the operating system experiment report, five kinds of algorithms, including source code can run the use of c, c software
  3. 所属分类:OS Develop

    • 发布日期:2017-04-26
    • 文件大小:74232
    • 提供者:金鱼
  1. v0258

    0下载:
  2. 简介:C#写的一个超微软操作系统 ,大家可以看看 -Profile: C# Write a superset of Microsoft s operating system, we will look at
  3. 所属分类:OS Develop

    • 发布日期:2017-04-25
    • 文件大小:219031
    • 提供者:hhq2
  1. Operatingsystemscurriculumdesignsimulationofhefile

    0下载:
  2. 操作系统课程设计,模拟文件系统算法的C编写-Operating systems curriculum design, simulation of the file system algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-25
    • 文件大小:69551
    • 提供者:hhb
  1. HKU_OS_Project

    0下载:
  2. 香港大学《操作系统》课程的实验,由国际著名教授Dr. C.L.Wang主讲,附带源代码-HKU s OS course assignment, given by Dr. C.L. Wang
  3. 所属分类:OS Develop

    • 发布日期:2017-05-09
    • 文件大小:1631046
    • 提供者:Cheng Luwei
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 21 »
搜珍网 www.dssz.com