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

搜索资源列表

  1. virtual-memory-manage

    0下载:
  2. 操作系统课程作业内存调度算法,C语言实现。包含了最佳适应算法、先入先出算法以及最近最少使用算法-Operation System virtual memory management algorithm.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:9974
    • 提供者:Ray
  1. page-management-algorithm

    0下载:
  2. 操作系统页面调度算法,C语言实现。这个是我在操作系统课上编写的代码-Operation System page management algorithm.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-16
    • 文件大小:9203
    • 提供者:Ray
  1. IAR-

    0下载:
  2. IAR EWARM 的工程建立EWARM 的全称是 Embedded Workbench for ARM,是 IAR 公司专门为 ARM 系列处理 器(控制器)设计的一套带有 C/C++编译器和调试器的集成开发环境(IDE)、实时操作系统 和中间件、开发套件、硬件仿真器以及状态机建模工具的软硬件系统。-IAR EWARM
  3. 所属分类:source in ebook

    • 发布日期:2017-04-03
    • 文件大小:614529
    • 提供者:熊生
  1. Test1

    0下载:
  2. 操作系统读者写者实验 windows平台下C++编程实现-Readers to write the operating system under test windows platform C++ Programming
  3. 所属分类:OS Develop

    • 发布日期:2017-04-17
    • 文件大小:161544
    • 提供者:J_Dark
  1. banker

    0下载:
  2. c语言模拟实现操作系统避免死锁的“银行家算法”-c language simulation operating system to avoid deadlock, "the banker s algorithm"
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:38964
    • 提供者:张亮
  1. Process-scheduling-simulation

    0下载:
  2. 计算机操作系统实验3.用C语言或Pascal语言分别实现采用首次适应算法和最佳适应算法的动态分区分配过程Allocate()和回收过程Free()。 -Computer Operating System Experiment 3. Using C language or Pascal language were achieved using the first-fit algorithm and best-fit algorithm for dynamic partitioning proc
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:200611
    • 提供者:xp
  1. slab

    0下载:
  2. 这是操作系统内核分配中slab分配的C++代码实现,通过模拟unix内核对物理空间的分配-This is the operating system kernel distribution slab C++ code assigned by simulating the unix kernel allocation of physical space
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:203637
    • 提供者:yigenliang
  1. 64

    0下载:
  2. 获取操作系统的启动模式,C++Builder精选编程学习源码,很好的学习资料。-Access to the operating system start-up mode, C++Builder featured programming learning source, a very good learning materials.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-10
    • 文件大小:2457855
    • 提供者:刘豪枫
  1. Segmented-paged-memory-management

    0下载:
  2. 这个C程序用来模拟操作系统的段页式存储管理,采用链表、队列等数据结构来模拟。-This C program to simulate the operating system segment page memory management, the use of linked lists, queues and other data structures to simulate.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-24
    • 文件大小:260644
    • 提供者:点点
  1. CPV

    0下载:
  2. 这是用c语言写的关于pv操作的代码。操作系统课程设计或者平时的大作业都可以用到的测试没有错可以用了-This is the language used to write the code on c pv operation. Courses on operating system design or the usual large operations can be used in the test is nothing wrong with the
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:3240
    • 提供者:fipenran
  1. bitManage

    0下载:
  2. 操作系统课程中,位管理的模拟实现,对理解操作系统的位管理有重要作用,同时对学习C#编程,也能起到作用-Courses on operating system, the analog-bit managed to achieve, bit operating system for understanding the management has an important role, while learning the C# programming, but also can play a rol
  3. 所属分类:OS Develop

    • 发布日期:2017-04-25
    • 文件大小:95445
    • 提供者:chen
  1. dynamic-allocate

    0下载:
  2. c语言实现的操作系统课程实验之动态分配内存的源码-Dynamic memory allocation source operating system curriculum experiments
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:4198
    • 提供者:yili
  1. bankerReaderAndWriter

    0下载:
  2. c++实现操作系统中经典的银行家算法和读者写着算法-c++ operating system to achieve the classic banker algorithm written algorithms and readers
  3. 所属分类:OS Develop

    • 发布日期:2017-05-12
    • 文件大小:2853483
    • 提供者:黄小君
  1. Bankers-algorithm

    0下载:
  2. 利用c语言编写的操作系统银行家算法,作业需求可用-Bankers algorithm c language
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1843
    • 提供者:yimo
  1. 30daysosmake

    0下载:
  2. 30天自制操作系统是从头编写操作系统的好书,但是作者自己编写的汇编器和c编译器可以不用,可以用nasm,gas和gcc,img生成器可以使用于渊《一个操作系统的实现》中的img生成器。把这本“30天”书可以作为算法参考来用。-30 days made OS is the operating system from scratch to write books, but the authors have written assembler and c compiler can not be use
  3. 所属分类:OS Develop

    • 发布日期:2017-06-15
    • 文件大小:22712032
    • 提供者:姜少雷
  1. OS_Memery_Management

    0下载:
  2. 操作系统内存管理的淘汰算法模拟(C语言描述,FIFO,LRU,OPT的算法实现及其它算法介绍)-Elimination algorithm simulation operating system memory management (C language descr iption, FIFO, LRU, OPT algorithm and other algorithms introduced)
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:67314
    • 提供者:kqss
  1. ucos_vc291

    0下载:
  2. 基于c语言 可实现Ucos操作系统 该版本为V291-Ucos operating system based on c language is achieved This version for V291
  3. 所属分类:OS Develop

    • 发布日期:2017-05-11
    • 文件大小:2440889
    • 提供者:曹晓岩
  1. lab5_ZiyinWang

    0下载:
  2. 这是一个电梯程序,多线程编程时常用的一个模版 具体内容请看readme. 操作系统课程的经典作业!-This is a improved version of elevator simulation. The form of command line instruction is ./elevator a b c d e f a: number of elevators b: number of floors c how often people arrive d: el
  3. 所属分类:OS Develop

    • 发布日期:2017-04-25
    • 文件大小:53411
    • 提供者:ZW
  1. jinchengdiaodu

    0下载:
  2. 操作系统进程调度的C++源代码,可以在C++中实现,无出入。 -Operating system process scheduling of the C++ source code, can be implemented in C++, no entry.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:5511
    • 提供者:李峥峥
  1. shengchanzhe

    0下载:
  2. 操作系统生产者消费者问题的C++源代码,可以在C++中实现,无出入。 -Operating system producers and consumers of C++ source code, can be implemented in C++, no entry.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:3855
    • 提供者:李峥峥
« 1 2 ... 19 20 21 22 23 2425 26 »
搜珍网 www.dssz.com