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

搜索资源列表

  1. VIRTUMEM

    0下载:
  2. 操作系统课程设计,内存管理,windows环境,开发工具:Visual C-Operating system design, memory management, windows environment, and development tools: Visual C++
  3. 所属分类:OS Develop

    • 发布日期:2017-05-04
    • 文件大小:1227708
    • 提供者:123
  1. SJF

    0下载:
  2. sjf.c操作系统进程的短优先算法的模拟-short sjf.c operating system process priority of the simulation algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-26
    • 文件大小:1474
    • 提供者:刘涵
  1. FreeOSEK_rel_0_3_0_20090511_beta

    1下载:
  2. 网上免费的单片机多任务操作系统OSEK/VDX源代码,包含了内核部分以及外设驱动程序,但驱动程序目前还不全。等待更新-Free online multi-tasking operating system microcontroller OSEK/VDX source code, contains the core components and peripheral drivers, but the driver is not yet full. Awaiting update
  3. 所属分类:OS Develop

    • 发布日期:2014-10-16
    • 文件大小:711884
    • 提供者:qiancunquan
  1. OS

    0下载:
  2. 这个是用C和汇编编写的一个小型操作系统,里面不但有详细的源码还有参考书籍-This is written in C and compile a small operating system, which not only detailed source there are reference books ....
  3. 所属分类:assembly language

    • 发布日期:2017-06-14
    • 文件大小:22531829
    • 提供者:
  1. DesignandImplementationofJobschedulingsimulationpr

    0下载:
  2. 先来先服务(FCFS)、短者优先(SJF)、高优先权优先(FPF)是操作系统作业调度的三种基本调度算法。本文用程序模拟这三种调度算法的过程。通过对各个进程在调度过程中参数(开始时间、完成时间、平均周转时间和平均带权时间等)的变化的记录,加深对三种调度过程的认识。-First-come, first-served (FCFS), short-preferred (SJF), a high priority priority (FPF) is the operating system, job sc
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:58494
    • 提供者:willism
  1. c

    0下载:
  2. C和C++嵌入式系统编程学习资料。 你可以从这本书里学到很多东 西。除了了解如何更有效地使用C和C++你还将会从本书中对常见的嵌人式软 件问题的详细解释,并从本书所提供的源代码中得到益处。本书中包含的高级 主题有存储器检测和验证、设备驱动程序的设计和实现.实时操作系统的内部 机理,还有代码优化技术。 -C and C++ Embedded Systems Programming learning materials. You can learn from this boo
  3. 所属分类:OS Develop

    • 发布日期:2017-05-04
    • 文件大小:1445933
    • 提供者:huan
  1. 4.7.c

    0下载:
  2. 操作系统概念(第七版)第四章作业,pthread线程答案-Operating System Concepts (7th Edition) Chapter IV operations, pthread thread is the answer
  3. 所属分类:OS Develop

    • 发布日期:2017-04-11
    • 文件大小:642
    • 提供者:Li Zhao
  1. myProcess

    0下载:
  2. 操作系统的课程设计实习题目,主要用c或c++来模拟进程调度的情况,这里包含了详尽源代码-Operating system, curriculum design internship topic, mainly using c or c++ to simulate the process of scheduling the case, where the source code contains a detailed
  3. 所属分类:OS Develop

    • 发布日期:2017-03-25
    • 文件大小:765829
    • 提供者:zgm
  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 2 34 5 6 7 8 9 10 ... 26 »
搜珍网 www.dssz.com