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

搜索资源列表

  1. TCP

    0下载:
  2. 操作系统内核编程TCP通讯的服务器端与客户端的C语言源码-Operating system kernel programming server-side TCP communication with the client s C language source
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:2673
    • 提供者:helen
  1. C_Compiler

    0下载:
  2. 一个用C++实现的C的Compiler。 代码风格良好。 原作者自己写了这个编译器,然后写了一个操作系统和监控程序,最后把该操作系统和监控程序用自己写的编译器编译出来。 操作系统的代码请参见我稍候上传的OperatingSystem-One with C++ Achieved C, Compiler. Good code style. Original author himself wrote the compiler, and then write an operati
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:789023
    • 提供者:int
  1. Bank

    0下载:
  2. 使用Visual C++ 6.0开发,纯算法(不涉及进程和线程)模拟银行家算法,测试通过,为我的操作系统实验的雏形。Console模式。-The use of Visual C++ 6.0 development, net algorithm (does not involve the process and thread) analog bankers algorithm, the test for my operating system, the embryonic form of the
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:9423
    • 提供者:billsedison
  1. jinchengchuanjianyuchexiao

    0下载:
  2. 这是我们学习操作系统的时候老师给我们做的创建和撤销进程的实验,用c++做的给大家欣赏一下-This is what we learn from the operating system when the teacher gave us to do the creation and revocation of the process of experiment, using c++ Done to you and admire
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:6067
    • 提供者:侯坚强
  1. PROCESS(1)

    0下载:
  2. 一、 进程控制 1、 定义PCB(可以采用静态结构或动态结构):包括理论PCB中的基本内容,如ID、进程状态、队列指针。由于无法实现真正的进程创建功能,在实验中只需建立PCB,用它代表完整的进程。 2、 定义进程状态转换方式:进程的状态转换是由进程内部操作或操作系统的控制引起,由于无法实现这些功能,学生可以采用随机数方法或键盘控制方法模拟,并实现对应的控制程序。随机方法指产生1-6的随机数,分别代表创建进程(c)、结束进程(e)、进程阻塞(b)、激活进程(w)、调度进程(p)、时间片到(
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:2487
    • 提供者:fangfei
  1. kechengsheji

    0下载:
  2. 操作系统课程设计 C++ 动态内存分配与管理 -Operating system curriculum design C++ Dynamic memory allocation and management
  3. 所属分类:OS Develop

    • 发布日期:2017-04-26
    • 文件大小:69618
    • 提供者:wtl
  1. cipanguanli

    1下载:
  2. 用C++实现的模拟操作系统中磁盘管理的实现,代码通俗易懂!适合于初学者!-With C++ Simulated operating system to achieve the realization of disk management, code easy to understand! Suitable for beginners!
  3. 所属分类:OS Develop

    • 发布日期:2017-05-15
    • 文件大小:56301
    • 提供者:陈小荣
  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. psubst_v1a

    0下载:
  2. 以C++示范使用微软操作系统内建指令”SUBST”的范例工具程序.在档案总管中加载虚拟磁盘驱动器,将您常用的目录变成磁盘驱动器代码,在我的计算机中方便快速的开启.-To C++ Model built using the Microsoft operating system command SUBST an example of tool procedures. In the File Manager to load a virtual disk drive, your directory
  3. 所属分类:Disk Tools

    • 发布日期:2017-04-01
    • 文件大小:20143
    • 提供者:bt2001
  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. C_ASM

    0下载:
  2. 用C和汇编写的Dos操作系统的源码,喜欢系统的可以参考咯-Written with C and assembler source code of the Dos operating system, like the system can refer to pyronaridine
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:421202
    • 提供者:hxy
  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 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 26 »
搜珍网 www.dssz.com