搜索资源列表
suanfa
- 操作系统,进程调度算法的模拟,用C语言实现对5个进程采用动态优先权优先算法的进程调度-jinchengdiaodusuanfa
regex-lib
- 一个方便实用的正则表达式类库,纯C编写,只需要把头文件包含到你的工程里即可,方便集成,支持多种操作系统及编译器。附常用正则表达式-A convenient and practical regular expression library, the preparation of pure C, only need to head to the file that contains your project where you can to facilitate the integration, s
C++
- 我们知道C语言的功能非常强大, 很适合编写系统软件。利用它我们可以很容易地解决经常遇到的一些棘手的问题,如拷贝隐含或系统属性的文件(特别是光盘中的隐含文件)、在任意DOS版本或在windows中更改子目录的名称、在任意DOS 版本中使用带空格的目录名等等。 这些问题仅靠操作系统或常用的工具软件往往很难凑效。我们可以利用C语言的强大功能来编写一些小程序,能够很顺利地解决这些问题。 -We know C language is very powerful, very suitable for the
WindowsCE5·0
- WindowsCE嵌入式操作系统 一个很好的东东噢。-WindowsCE embedded operating system a good Dongdong Oh.
who.c
- 哈工大操作系统实验2:为0.11添加一个系统调用。源代码-HIT Operating System Experiment 2: 0.11 to add a system call. Source
操作系统+模拟的+欢迎下载+C#版
- 这是个模拟操作系统,实现了基本的文件管理,进程管理,内存管理-This is a simulation of the operating system to achieve the basic document management, process management, memory management
c
- 串联文件、索引文件存储模拟 操作系统课程设计-Series documents, the index file storage operating system, curriculum design, simulation
C-and-CPP
- 找工作笔试题,很全面,包括C和C++的基础知识题,软件工程,操作系统,数据库等基础知识题,如果把这些题做会,找工作过笔试基本没问题。-C or C++ test papers
memman.c.tar
- 模拟实现操作系统中的页面置换算法,包括FIFO,OPT,LRU,LFU,NRU算法-An analog implementation, the operating system page replacement algorithms, including FIFO, OPT, LRU, LFU, NRU algorithm
c-free
- 这个软件可以练习常用的C++程序,功能强大,WIN7以下操作系统使用!(This software can practice the commonly used C++ program, powerful, WIN7 operating systems below!)
msOS-stm32-v0.08_添加PID库实例
- 微型操作系统,基于stm32平台,同时包括了PID的一个实例(The micro operating system, based on the STM32 platform, includes an example of PID)
Demo6_1
- 自制操作系统,一个自制操作的汇编和C代码源码和运行程序。(Homemade operating system, a self compiled assembly and C code source code and running procedures.)
FCFS优化
- 操作系统调度算法 先来先服务 给大家参考一下(this is a code about fcfs very easy but useful)
最佳置换算法
- 该代码实现了操作系统中的最佳置换算法,相关代码可以实现功能的拓展,代码只提供最基本的思路和实现(The code implements the best replacement algorithm in the operating system,the related code can realize the expansion of function,Code provides only the most basic ideas and Implementation)
VxWorkskfjc_pdf
- 一本很好的vxworks操作系统指导资料,用于熟悉系统和编程(vxworks programming guideline)
15427018-凌恺-4
- 操作系统实验题,学会操作linux系统的学习基础,学会在linux系统编写c语言。(The operating system experiment questions, learn to operate the learning base of Linux system, and learn to write c voice in the Linux system.)
1511410-张浩然-信息安全-lab1&lab2
- 操作系统 MIT 2014 实验1和实验2(OS MIT 2014 LAB 1 & 2 C code)
FileManageSystem
- 用C编写和调试一个文件系统,功能使用命令行的方式实现。模拟文件管理的工作过程。 说明: 1)每个目录项16个字节(在2.2中有具体定义),所以根目录下只允许建立4个子目录或者文件。 2)i-node位图1块64字节,共512位,可以描述512个i-node的使用情况 3)位图的数据结构可以参考“位域”数据结构类型。 4)Data Block区的数据块,是三种类型。包括索引块,文本文件数据块,目录文件数据块。定义时使用union类型(A file system is written a
UNIX操作系统源代码分析
- Unix操作系统源代码分析,上传供需要的朋友下载。(Unix operating system source code analysis, upload for friends who need to download.)
基于C语言实现的模拟操作系统文件系统
- 模拟linux操作系统,期末课程设计,实现linux基本功能,显示所有文件,返回目录(Simulation of linux operating system, final course design, realize the basic functions of linux, display all files, return to the directory)