搜索资源列表
OS进程调度源码_2
- OS操作系统进程调度算法,其中采用两个算法来实现:优先进程和短进程优先算法.-OS process scheduling algorithm, which uses two algorithms to achieve : short-priority process and the process of priority algorithm.
Qualcomm REX OS structures
- 高通公司力士操作系统代码的内部结构
UC/OS-Ⅱ操作系统在ARM处理器上的移植
- UC/OS-Ⅱ操作系统在ARM处理器上的移植UC/OS-Ⅱ操作系统在ARM处理器上的移植
ucfs源码
- uc/os操作系统的文件系统源码-uc/os operating system source code file system
——使用uC-OS-II操作系统的短信息电话机
- 使用uC-OS-II操作系统的短信息电话机-use-OS-II OS phone short message
own OS
- 编写自己的操作系统,参考-prepare its own operating system, reference
操作系统1
- 注意: 1. OS.jar为Java打包可执行文件 2. 由于时间,和界面空间问题,每个进程的资源拥有情况没有详细列明.如果要认真检查 程序的正确性,可以重新编译运行,然后查看Dos界 面下的输出.因为Dos界面下会输出 每个进程的资源情况(包括每个进程对每类资源的最大需求,分配情况,和所欠资源情况. 3. 资源设置中,进程设置应小于100个,资源类数应小于20个.-attention : 1. OS.jar Java package
基于LPC2104+μCOS-II操作系统代码
- 关于uc/os嵌入式操作系统中的例程--uCOS-II operating system code based on LPC2104. Sample codes about uc/os embedded operating system.
OS引导记录手册(好)
- OS引导记录手册(好),很详细介绍操作系统的引导过程。-OS boot record Manual (good), a very detailed guide to the process of the operating system.
获取各种系统信息(操作系统、内存、驱动器、磁盘)
- 实现程序的主要函数有四个: GetOsVersion() //取得操作系统版本 GetMemInfo() //取得内存信息 GetDriverInfo() //取得驱动器信息 GetCpuInfo() //取得CPU信息,这里只是读取了注册表的ProcessorNameString具体代码见程序!-procedures to achieve the four main functions : GetOsVersion ()// OS v
OS课程设计111
- 关于操作系统课程设计进程调度问题,内涵实验报告-courses on operating system design process scheduling, content experimental report
OS进程调度源码_2
- OS操作系统进程调度算法,其中采用两个算法来实现:优先进程和短进程优先算法.-OS process scheduling algorithm, which uses two algorithms to achieve : short-priority process and the process of priority algorithm.
os
- 操作系统实验和实验报告,包括单道作业调度,进程调度,文件管理和主存空间的分配和回收-Experiments and experimental operating systems, including single-channel job scheduling, process scheduling, document management and main memory space allocation and recovery
OS
- 模拟操作系统 包含各种游戏,应用 扫雷记事本 计算器 -os simulator including sweepminer calculator notepad
OS
- 操作系统实验Linux,详细的操作系统实验和代码-Experimental operating system Linux, the operating system in detail experimental and code
os
- 操作系统课程设计存储管理 VC++ 实现 页式管理 段页式管理-Operating system storage management curriculum design
uC-OS
- 本资料详细解析uC-OS操作系统的内核源码,详细介绍了uC-OS的移植及使用方法。另附资料详细介绍了uC-OS在51单片机上的移植方法。-This information is detailed analysis uC-OS operating system kernel source code, detailed information on uC-OS for transplantation and use. Attached in
'_一个操作系统的实现_光盘源代码
- 一个操作系统的源代码,实现了进程管理等功能(operating system source code)
操作系统:设计与实现第三版下册源码
- 一个操作系统的源代码,实现了进程管理等功能(operating system source code)
OS课程设计
- 本科操作系统课程设计实现管道通信 通过在两个进程间创建通道,一个写信息通过通道传送给另一个进程并且读出来(pipeline communication)