搜索资源列表
虚拟机仿真
- 用vc++编写的虚拟机仿真系统。可以模拟真实操作系统的一些功能。-with vc prepared by the virtual machine simulation system. Can simulate the real operating system features.
OS仿真
- VC++编写的一个操作系统多线程调度的可视化示例程序显示了OS多线程调度的基本运行规则-prepared in a multi-threaded operating system scheduling visualization shows the sample program multithreaded OS scheduling the basic operating rules
哲学家进餐问题仿真
- vc++演示操作系统哲学家进餐问题,非常好用-vc operating system demonstration dining philosopher, a very handy
基于Proteus和μC/OS-II的LCD显示器设计与仿真论文
- 本设计硬件采用ARM系列芯片LPC2124、液晶模块LM016L和模数转换器ADC0804;软件采用ADS1.2编译器、μC/OS-II操作系统和Proteus。移植μC/OS-II到LPC2124并且编写4个用户任务:LCD显示、ADC0804模数转换、ARM自带AD转换和中断清屏点灯。Proteus仿真结果证明:系统实现多任务功能,可以实时将AD转换结果通过LCD显示,具有友好的人机交互功能。非常适用于电压测量、广告展示、信息显示等场合。
仿真VISTA操作系统界面
- 仿真VISTA操作系统界面
操作系统进程调度实验-附有实验报告
- 关于操作系统调度的实验,其中附有实验报告
protues仿真ARM ARM的I2C,SPI,LED显示
- protues仿真ARM ARM的I2C,SPI,LED显示,以及把UCOSII操作系统加载到ARM的原代码,protues simulation ARM ARM' s I2C, SPI, LED display, and to load the operating system to ARM UCOSII the original code
skyeye-1.2.5_REL.tar.gz
- SkyEye是一个可以运行嵌入式操作系统的硬件仿真工具,这样就可以在没有硬件条件下来进行嵌入式系统的开发。,SkyEye is an embedded operating system can run the hardware simulation tool, so that when there is no hardware to carry out the development of embedded systems.
ASIX_OS
- 一个操作系统源代码 用于嵌入式设备 在Vc++环境下仿真 成功移植到多款处理器上-An operating system source code for embedded devices in Vc++ Environment simulation successfully transplanted to several processors
RTX51
- RTX51.rar,51单片机实时操作系统开发入门,含C程序和PROTEUS仿真-RTX51.rar
small-rtos-clock
- 这是基于small rtos操作系统的在51系列单片机上实现的一个数字钟,用proteus仿真实现,用原理图,可以在硬件上直接运行,但必须注意要用89S52或者更大ram的芯片。-This is based on small rtos operating system in the 51 series microcontroller implemented on a digital clock, with proteus simulation to achieve, with schematic
GNS3-0.7.1-src
- GNS3 是一个优秀的开源软件,对网络工程师、管理员和想要通过CCNA, CCNP, CCIP, CCIE, JNCIA, JNCIS, JNCIE.认证的人们来说,是一个很好的实际网络实验的辅助工具,可以使用IOS、JUNOS等真实的操作系统仿真路由器操作。-GNS3 is an excellent complementary tool to real labs for network engineers, administrators and people wanting to pass c
RTX51_Clock
- RTOS RTX51 嵌入式实时操作系统实例- 电子钟,Keil 开发环境,带Proteus仿真电路-RTOS RTX51 instance of embedded real-time operating system- Electronic clock, Keil development environment, with Proteus simulation circuit
Simplescalar_all
- SimpleScalar,功能很强的处理器级别仿真工具,可以对操作系统的进程线程功耗调度进行多方面仿真-SimpleScalar, features a strong processor-level simulation tool that can process the operating system thread scheduling for multidimensional simulation of power
filesystem
- C++编写的一个仿真二级文件系统,是操作系统课程设计的作业。-C++ written in a secondary file system simulation, the operating system course design work.
ucosII-51
- 这个一个微型操作系统在51MCU上移植--经PROTUES仿真通过-一切OK-This a mini operating system on the transplant 51MCU by PROTUES through simulation, all OK!
模拟页面置换算法Clock
- 采用CLOCK置换算法仿真请求分页系统 1、设计目的:用高级语言编写和调试一个内存分配程序,加深对内存分配算法的理解。 2、设计要求: 1) 实现请求分页存储管理方式的页面置换算法:CLOCK算法 2) 内存物理块数固定为15个,对多个作业采用可变分配全局置换的策略分配物理块 3) 作业数量与作业大小(10-20页)可在界面进行设置 4) 所有作业按RR算法进行调度,时间片长度为1秒 5) 可为每个作业随机产生引用的页面串,也可以人工输入引用的页面串,页面串引用长度30-50,要求
caozuoxitong123
- 自己写的操作系统仿真程序 还未完成不过只有一些小问题 仅做参考-Write your own operating system simulation program has not been completed, but only a few minor problems only for reference
ucos
- vs2010下的ucos操作系统仿真运行,已经调试通过-ucos OS Emulator runs under vs2010, debugging has been passed
进程同步与互斥
- 依据生产者-消费者模型,在Windows年环境下创建一个控制台进程,在该进程中创建n个线程模拟生产者和消费者,实现进程(线程)的同步与互斥,分析、熟悉生产者消费者问题仿真的原理和实现技术。