搜索资源列表
bootf02
- John Fine的OS模型// 源代码// C & ASM// 英文 -John Fine s OS model//source code// C & ASM// english
ARM_00_OS
- 看看ARM菜鸟在ARM7上写的操作系统——ARM圈圈操作系统 最近在ADuC7027上写了一个ARM_00_OS,头都写晕了,发上来给大家一起来看看。 任务按优先级调度,如果处于就绪态且优先级最高的任务有两个或更多,则按时间片轮循调度。 支持任务创建、任务删除、内存分配、简单的消息、简单的设备管理、CPU及内存等使用统计等功能。 任务可处于ARM模式或THUMB模式,在创建任务时,要指定任务所处于的模式。 从这里下载整个文件包:http
nistnet.2.0.12c.tar
- Nistnet网络仿真软件,可以设计PDV模型,在Liuix环境下使用-Nistnet network simulation software can be designed PDV model, the use of the environment Liuix
ucosiiV252DG128
- ucos_ii在MC9S12DG128移植范例-ucos_ii transplantation model in MC9S12DG128
WritingOS
- 简明的介绍了怎样着手设计和编写一个操作系统,对BIOS和保护模式等都有简单的介绍-concise introduction to the design and how to proceed with the preparation of an operating system, right BIOS and protection model has a simple presentation
28104055398
- shell 程序要求实现的shell支持以下内部命令: 1. Batch Processing 如果shell启动带有一个文件名作为参数,打开该文件并执行文件里所有命令。待所有进程全部结束退出shell。 2. Debugging 提供-v选项,shell启动时打开此选项将在运行过程中输出若干调试信息。在该模式下,shell应该显示所有被创建了的进程的PID号,通报已结束的子进程和传递给子进程的参数等。 3. Prompt (命令行提示符) 解释器打印$PS2作为提示符。 4.
companyperson
- 企业员工信息管理系统,采用MVC三层架构开发模式,采用Orcale数据库。此系统是用于企业对其员工信息进行管理的系统。-employee information management system, using MVC three-tier development model, using Oracle database. The system is its staff for enterprise information management systems.
jchq
- (1) 掌握基本的同步与互斥算法,理解生产者消费者模型。 (2) 学习实用Windows2000/XP中基本的同步对象特性,掌握相关API的使用方法。 (3) 了解Windows2000/XP中多线程的并发执行机制,实现进程的同步与互斥。 -(1) master the basic synchronization and mutual exclusion algorithms, understanding of the producer consumer model. (2) lea
MonDisk
- MonDisk 是一个Windows平台下的文件系统过滤驱动程序,该驱动模块清晰,功能简单,特点是完全使用NT式的Dispatch 函数实现文件访问行为的监控-MonDisk is a file system filter driver on Windows platform,the function of this model is simple but with a characteric that,All its dispatch routine are all NT dispatch r
prism-3.3.beta2-src.tar
- 用于概率模型检测,验证系统相关性质,如某个时间内在多大的概率下功耗是多少-Probabilistic model for detection, the nature of authentication systems, such as how much a certain period of time under the probability of how much power
Embedded_OS_of_uClinux_And_eCos
- 对于uClinux和eCos两种源码公开的实时操作系统进行比较。通过应用程序的运算能力、存储器访问能力、开发模式和开发难易度等方面的比较,能够为大家选择适合自己系统的RTOS提供参考。 -For the two kinds of uClinux and eCos open source real-time operating system for comparison. Through the application of computing power, memory access capab
IDE_read_and_write
- 分析了IDE接口硬盘控制寄存器模型;论述了IDE接口硬盘的读写几项技术;给出了设计硬盘克 隆软件的思想和方法,方法针对硬盘物理扇区进行读写,与硬盘上安装的具体操作系统的类型无关,并与硬 盘驱动器的物理结构无关。-Analysis of the IDE hard disk interface control register model discusses the IDE interface hard disk read and write a number of technologie
uCOS-iiforMCU51
- keil小模式uc/osII系统,烧入stc51c516rd+无需外扩ram即可运行-keil small model uc/osII system, burning into the stc51c516rd+ do not need to run outside the extended ram
fact_MVC
- 基于.NET的三层架够工厂模式代码,包含加密工具,数据库-Based. NET framework enough to plant three-tier model code, including encryption tools, database
zhe4
- 哲学家进餐问题,用于观察进程之间互斥问题,知道进程之间关系-Petri Net Model to Solve the Dining Philosophers Problem and Implementation
bootloader
- 本篇文章将以开发中的 pyos 系统引导程序为例,pyos 是一个正在开发中的实验型操作 系统,它并不打算以目前任何一种运行中的操作系统为模式,而只想通过自己编写一个从头 到尾的操作系统来学习知识,积累技术-This article will guide the development process in the case pyos system, pyos is being developed in the experimental operating system, it does
yinhangjiasuanfa
- 用c++实现银行家算法,可以使算法得到演示和操作,可行,是个简单的样板-Using c++ to achieve the banker' s algorithm, can make the algorithm presentation and operation, feasible, is a simple model
beatthemarket
- Beat the market financial option model
RRaST
- 操作系统的轮转算法和最短路径优先算法模拟-in OS ,be a model of RR(round robin) and the SPF(shortest process first) algorithm
Windows-Driver-Model(2nd)
- 《Programming the Microsoft Windows Driver Model(2nd).ctm》,学习Windows WDM编程的参考书。-Programming the Microsoft Windows Driver Model(2nd)