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

搜索资源列表

  1. ADVANCEC

    0下载:
  2. 高级C语言源程序范例 国产软件 / 免费版 / 算法应用-gaoji C language chengxu examples developed in China for free
  3. 所属分类:OS Develop

    • 发布日期:2017-03-26
    • 文件大小:43671
    • 提供者:wanghaifeng
  1. selfwriteOS

    0下载:
  2. 学习C语言是很容易找到老师的,你会被详细告知IDE是什么以及如何使用。但学习操作系统呢?你会发现绝大多数操作系统书籍只讲原理,讲各种各样的算法和策略。如果为了考试你可以把它背下来,但是如果是出于兴趣呢,怕是读了几天就感到索然无味了。本资料是操作系统开发实践的技术资料,对于OS感谢兴趣,想要亲身体验编写OS的实践者以及UNIX,LINUX源代码爱好者都可以在本资料中了解实践所需的知识和思路。-Learning C language is very easy to find a teacher, y
  3. 所属分类:OS Develop

    • 发布日期:2017-06-14
    • 文件大小:22413276
    • 提供者:zhangning
  1. geekos-0.3.1

    0下载:
  2. 一个用C语言开发的操作系统,学生可以在Linux或UNIX环境下对其进行功能扩充,也可以在Windows下使用Cygwin工具进行开发,且其针对进程,文件系统,存储管理等操作系统核心内容分别设计了7个难度逐渐增加的项目供教师选择.-An operating system using C language development, students in the Linux or UNIX environment to expand its functional, you can also use
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:592671
    • 提供者:李奇聪
  1. mymenu

    0下载:
  2. C语言菜单开发,在原代码中自定义菜单,支持二级菜单的开发,很有实用价值-c program source for memu code
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:3056
    • 提供者:lish
  1. rtxR

    0下载:
  2. rtx_51系统源码,全C语言编写,学操作系统的朋友可以看一下,有好处-rtx_51 system ddfdfdf sfdsfdsfds ddsss
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:49107
    • 提供者:黄泽俭
  1. source

    0下载:
  2. 首次适应进行内存管理分配回收功能,用c语言实现。-F
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:1397
    • 提供者:bingoye
  1. shijian

    0下载:
  2. 用c语言描写处理机进程调度,数组实现优先调度和时间片调度-Processor with the c language to describe the process of scheduling, priority scheduling and time to achieve an array of film scheduling
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:189125
    • 提供者:liguifang
  1. yemianzhuanhuansuanfa

    0下载:
  2. 使用C语言编程模拟一个拥有若干个虚页的进程在给定的若干个实页中运行、并在缺页中断发生时分别使用FIFO和LRU算法进行页面置换的情形。其中虚页的个数可以事先给定(例如10个),对这些虚页访问的页地址流(其长度可以事先给定,例如20次虚页访问)可以由程序随机产生,也可以事先保存在文件中。要求程序运行时屏幕能显示出置换过程中的状态信息并输出访问结束时的页面命中率。程序应允许通过为该进程分配不同的实页数,来比较两种置换算法的稳定性。-Simulated using the C programming
  3. 所属分类:OS Develop

    • 发布日期:2017-03-26
    • 文件大小:1395
    • 提供者:fujiao
  1. first

    2下载:
  2. (1)用C语言来实现对N个进程采用动态优先权优先算法的进程调度; (2)每个用来标识进程的进程控制块PCB用结构来描述,包括以下字段: 进程标识数id; 进程优先数priority,并规定优先数愈大的进程,其优先权越高; 进程已占用的CPU时间cputime 进程还需占用的CPU时间alltime,当进程运行完毕时,alltime变为0; 进程的阻塞时间startblock,表示当进程在运行startblock个时间片后,进程将进入阻塞状态; 进程被阻塞的时间blo
  3. 所属分类:OS Develop

    • 发布日期:2016-01-26
    • 文件大小:1221
    • 提供者:李随风
  1. procSchdule

    0下载:
  2. 操作系统高优先权进程调度实验源程序 C语言编写-Priority Process Scheduling
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:1739
    • 提供者:龚靖仁
  1. yemian

    0下载:
  2. 操作系统实验 页面置换实验 C语言开发-The operating system page replacement experiment C language development
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:1937589
    • 提供者:龚靖仁
  1. tongbuhuchi

    0下载:
  2. 操作系统实验 进程的同步与互斥 C语言开发-Operating System Experiment process synchronization and mutual exclusion C language development
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:1617033
    • 提供者:龚靖仁
  1. 1

    0下载:
  2. 用C++语言实现银行家算法,以操作系统书为例子-Using C++ language implementation banker' s algorithm, to the operating system as an example the book
  3. 所属分类:OS Develop

    • 发布日期:2017-04-15
    • 文件大小:8217
    • 提供者:雷哲文
  1. banker

    0下载:
  2. 使用C语言实现的模拟操作系统的资源分配的银行家算法~-Using the C language implementation of the simulation of the operating system allocation of resources banker' s algorithm ~
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:53586
    • 提供者:于海南
  1. proc

    0下载:
  2. 使用c语言编写的模拟进程调度程序。其中实现了多种进程调度方发,优先数法,时间片法,轮转法等。-Using the c language of the modeling process scheduler. Which to achieve a variety of process scheduling side hair, priority number method, time slice method, rotation law.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:2005
    • 提供者:王国澎
  1. bank)

    0下载:
  2. 银行家算法的程序,将文件改成c语言就行了。认真编写-Banker' s algorithm process the file into c language on the list. Carefully prepared
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:1394
    • 提供者:vicky
  1. 12

    0下载:
  2. 这是一个用c语言写的使得扬声器发声的源代码,我已经试过挺好的。-toogood
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:760
    • 提供者:hnuedu
  1. os_source

    0下载:
  2. 用C语言写的迷你型的操作系统,支持ICO,支持鼠标操作,可做为操作系统的例子来学习-Written in C language with the mini-operating system that supports ICO, supports mouse operation, the operating system can be used as an example to learn
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:742523
    • 提供者:kiss
  1. three

    0下载:
  2. FIFO页面置换算法,用c语言写的!同时输入内存块数和页面号数-FIFO page replacement algorithm, using c language written in! At the same time enter the number of memory blocks, and page numbers
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:954
    • 提供者:刘蒙
  1. NASM_c

    0下载:
  2. NASM加C语言实现的一个简单的内核,自己写操作系统资料-NASM plus C language implementation of a simple kernel, the operating system to write their own data
  3. 所属分类:OS Develop

    • 发布日期:2017-04-08
    • 文件大小:1621
    • 提供者:oyzc
« 1 2 3 4 5 6 78 9 10 11 12 ... 16 »
搜珍网 www.dssz.com