搜索资源列表
汇编写的Dos操作系统的源码
- 操作系统实习报告编写一段程序,使用系统调用FORK()创建两个子进程-operating system internship to write a report, the use of system calls FORK () to create two child process
汇编写的Dos操作系统的源码
- 操作系统实习报告编写一段程序,使用系统调用FORK()创建两个子进程-operating system internship to write a report, the use of system calls FORK () to create two child process
first
- 进程创建、并发执行;是操作系统第一个实验报告,包涵源码;如果想在windows 下运行可以用c软件-The process of creation, concurrent implementation is the first experimental report of the operating system, includes source If you want to run windows software can be
mytime
- 创建进程 此源码为操作系统设计与实践的实验作业-Create a process for the operating system of this source of experimental design and operating practice
uCOS-II_Source_Analyse
- uC/OS-II源码分析 在这里我不想分模块来慢慢分析这个OS的行为,我们从CPU的执行顺序来看吧,这样也许清晰一些,并且我们暂时抛弃那些Event/MailBox、信号量等元素,还是先看看作为一个OS核心的Task Schedule部分内容吧。 首先从main函数开始,下面是uC/OS-II main函数的大致流程: main(){ OSInit() TaskCreate(...) OSStart()
system
- 该资源主要是测试在某操作系统的条件下,测试进程创建的所耗资源和所需时间,当然,还有系统的性能。-The resources are mainly tested under the conditions of the operating system in a test process to create the resources and time consumed, of course, the system performance.
os_shiyan
- 操作系统课程所有的试验的源码,包括处理及调度与死锁,可变分区存储管理,设备管理,文件管理,进程创建与撤销,进程同步,还有相关的报告。对于计算机专业操作系统学习很有用处的!-All of the tests the operating system source program, including processing and scheduling and deadlock, variable partition storage man
ProcessViewer
- Java写的一个进程管理器附有源码 很好用户 很好的描述了操作系统中进程的创建于撤销 -It s a processer writed by Java languge
uCOS-IIsorcelearning
- uC/OS-II源码分析(总体思路 一) 首先从main函数开始,下面是uC/OS-II main函数的大致流程: main() { OSInit() TaskCreate(...) OSStart() } 首先是调用OSInit进行初始化,然后使用TaskCreate创建几个进程/Task,最后调用OSStart,操作系统就开始运行了。-uC/OS-II source code analysis (gene