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

搜索资源列表

  1. fenqushicunchuguanli

    0下载:
  2. 操作系统实验,分区式存储管理系统实验,c++编程-Operating system, experiment, experiment partition storage management system, c++ programming
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:866435
    • 提供者:kay
  1. c

    0下载:
  2. 操作系统实验指导书(用c语言实现了操作系统里的几个经典算法!)-Operating experimental instructions (with c language to implement the operating system in several classical algorithm!)
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:50438
    • 提供者:刘睿
  1. sjp

    0下载:
  2. 操作系统进程调度时间片算法 可输入时间片大小 每个进程名字 到达时间和服务时间 计算出各个进程的调度时间 完成时间和带权周转时间-Operating system process scheduling time slice algorithm can enter the name of each process time slice size of the arrival time and service time to calculate the activation time to c
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:1075
    • 提供者:sht
  1. operator

    1下载:
  2. 操作系统课程设计,C语言实现的处理机调度程序,有源代码和报告-Operating systems curriculum design , C language implementation of the processor, scheduler source code and reports
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:211108
    • 提供者:高飞
  1. command

    1下载:
  2. 为Windows操作系统建立一个兼容Unix命令的命令接口; 实现命令包括ls,cat,cp,mv,md,rd,cd,sort,more,print,命令的内容与详细格式请查阅unix命令手册; 可以字符形式接收命令,执行命令,然后显示命令执行结果。-Compatible for the Windows operating system, a Unix command command interface to achieve order, including ls, cat, cp,
  3. 所属分类:OS Develop

    • 发布日期:2017-03-23
    • 文件大小:3266
    • 提供者:
  1. osexperiment

    0下载:
  2. 操作系统进程调度模拟算法,用c语言做的,简单,但包含多种算法-a program developed with c
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:99000
    • 提供者:razor
  1. JobScheduling

    0下载:
  2. 操作系统实验报告—作业调度,各种情况均得到模拟。调试成功。运行条件visual c++ 2008。-Operating System Test Report- job scheduling, simulation of all cases are obtained. Debugging success. Operating conditions, visual c++ 2008.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:401717
    • 提供者:李准基
  1. ucos-IIos

    0下载:
  2. 对于小型操作系统的编写有很大用途,对于锻炼c的编程能力亦很有帮助-For the preparation of a small operating system is very use of the programming capacity for exercise is also helpful to c
  3. 所属分类:OS Develop

    • 发布日期:2017-05-17
    • 文件大小:4933147
    • 提供者:张燕
  1. c

    0下载:
  2. 用c语言写操作系统,非常重要的程序。供初学者使用。-With c language operating system, a very important program. For beginners.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:4977
    • 提供者:ly
  1. p-and-c

    0下载:
  2. 生产着消费者问题,操作系统概念第七版中的-Production of consumer issues, the concept of the seventh edition of the operating system in the
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:30130
    • 提供者:阿伊
  1. File

    0下载:
  2. 操作系统课程设计,文件管理系统的c++源码,有文件增加,删除,创建目录,修改文件,保存当前状态等功能。-Operating systems curriculum design, document management system c++ source code, there are files to add, delete, create directories, modify files, save the current state functions.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:4722
    • 提供者:eewcee
  1. Objective-C-and-Cocoa

    0下载:
  2. Object-C的语法与Cocoa框架 在windows上使用NextStep对Objective-C代码进行编译 对于抛开操作系统,学习Object-C语法以及Cocoa框架有一定参考-The Grammar of Objective-C and Framework of Cocoa This book introduces how to use objective-C on windows. It will help a lot for focusing on Objecti
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:432792
    • 提供者:Calvin
  1. Minix1.1

    0下载:
  2. Andrew S.Tanenbaum大师所写的Minix操作系统1.1版,学习操作系统很好的参考资料-Minix operating system version 1.1, written by Andrew S. Tanenbaum master, learning the operating system a good reference
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:1487960
    • 提供者:silvins
  1. dining-philosopher-problem.c

    0下载:
  2. 操作系统中关于冲突的哲学家就餐问题的简单实现-Simple implementation of the operating system on the dining philosophers problem of conflict
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:2376
    • 提供者:
  1. sem.c

    0下载:
  2. 这是关于操作系统中生产者消费者问题的一段代码,其中生产者和消费者问题是用信号量实现的,临界资源是用数组实现的。-This is a piece of code about the producer-consumer problem in the operating system, where producer and consumer problems are implemented with semaphores, and the critical resource is implemente
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:1578
    • 提供者:宗道明
  1. CLOCK

    0下载:
  2. 操作系统 CPU调度 各种时钟算法的实现 C++代码(CPU timing management)
  3. 所属分类:操作系统开发

    • 发布日期:2017-12-21
    • 文件大小:302080
    • 提供者:findoctor
  1. FreeOSEK_rel_0_3_0_20090511_beta.tar

    0下载:
  2. osek操作系统,可以学习使用,分享学习(OSEK operating system, you can learn to use, share learning)
  3. 所属分类:操作系统开发

    • 发布日期:2017-12-22
    • 文件大小:289792
    • 提供者:车彦锋
  1. zuoyediaodu

    0下载:
  2. 操作系统的进程调度实验,可运行可实现,非常好用好好学(This is a very good programe about c)
  3. 所属分类:操作系统开发

    • 发布日期:2018-01-07
    • 文件大小:41984
    • 提供者:wt666666
  1. 新建文件夹

    0下载:
  2. 基于C语言的操作系统首次适应算法内存分配的模拟(Distribution of simulated first adaptive algorithms)
  3. 所属分类:操作系统开发

    • 发布日期:2018-01-09
    • 文件大小:2048
    • 提供者:mmmdddddd
  1. 操作系统-模拟动态分区分配

    0下载:
  2. 使用C语言实现模拟动态内存分区分配,运用最佳适应算法,最先适应算法以及最坏适应算法进行分区的动态扽陪管理,分多种情况进行分区的合并以及回收(The use of C language simulation of dynamic memory allocation, using the best fit algorithm, the adaptive algorithm and the worst fit algorithm with dynamic drag partition manageme
  3. 所属分类:操作系统开发

    • 发布日期:2018-01-10
    • 文件大小:4096
    • 提供者:翼展
« 1 2 34 5 6 7 8 9 10 ... 21 »
搜珍网 www.dssz.com