搜索资源列表
process_attemper
- 1、 :编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对进程进行调度。 “最高优先数优先调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。尝试静态优先数与动态优先数两种方法: a) 静态优先数是指优先数在整个进程运行期间不再改变。优先数可以在数据输入时指定,也可以根据到达顺序、运行时间确定。 b) 动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。例如进程获得一次CPU后就将其优先数减少1。或者进程等待的时间超过某一时限
Hidefile
- 在win2000sp4 + VM6基本稳定。 原理不多说了,自己看代码吧,我也早就发过了驱动的代码了,现在的就是一个完整的应用。希望能够对大家有一点帮助,但是不要用在不该用的场所。 使用方法将: dd1压缩包里面是驱动源码 console压缩包里面是控制台源码 hide.exe是最终产品 使用方法: 1、将hide.exe复制到系统目录 2、运行cmd 3、hide -h 查看帮助 hide -i 安装驱动 hide -u 卸载驱动 hide
rtx51
- rtx51小型实时操作系统详解 具体分析rtx51的使用方法
uCOS-II
- uCOS-II源码详解,介绍了uCOS-II的功能和架构,还有使用方法-uCOS-II source code explain, uCOS-II function and structure, as well as use
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
TQdjyos
- 天嵌开发板附带的都江堰操作系统,包含了都江堰操作系统的源码和使用方法,内附天嵌2440开发板原理图-Days embedded development board with the Dujiangyan operating system, includes the operating system source code and the use of Dujiangyan methods included days embedded 2440 development board schemati
3
- 实现嵌入式实时操作系统µ C/OS-II中消息队列机制的基本原理和使用方法-Implementation of embedded real-time operating system μC/OS-II in the message queue mechanism and use the basic principles
helppc21
- HelpPC 2.10是x86架構下對程序員來說一個"非常完整"的即時參考手冊. 其中載明所有x86的慣用硬體週邊的位址/暫存器及其使用方法. 對初學開發BIOS/OS的朋友有相當大的幫助. 主要的內容分類為: 1.Assembler指令快查 2.C函數快查 3.硬體資料與規格(所有x86的慣用硬體週邊的位址/暫存器及其使用方法) 4.BIOS/DOS軟體中斷 5.BIOS/DOS使用的表格與格式 6.其他未分類主題-HelpPC 2.10 Quick Refe
ucore-lab2
- Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是ucore的实验2:内存管理。实验目的:理解内存地址的转换和保护;理解页表的建立和使用方法;了解物理内存的管理方法;了解常用的减少碎片的方法;了解虚拟内存的管理方法。文件中包括源代码、实验指导书和实验报告。-Ucore is a small operating system fo
jibenfenyecuchu
- 通过内存查询结果确定分页存储管理的原理和使用方法,并能通过内存回收,完成内存的有效使用,为了能支持虚拟存储器功能而增加了请求调页功能和页面置换功能,而请求分页是目前最常用的一种实验虚拟存储器的方式。实验中运用页表机制确定占用内存情况。-Memory paging through query results to determine the use of storage management principles and methods, and through memory recovery,
DemoCheck
- c++写的一个DOS程序,主要列举了VECTOR和SORT的使用方法-c++ to write a DOS program, the main cited use of VECTOR and SORT
MCB11C14
- 包括canbus通讯程序和rtx操作系统演示程序,对学习canbus通讯rtx的使用方法很有用!-Including canbus communications programs and demonstration program operating system rtx, rtx learning canbus communication is useful to use!
1
- 掌握系统调用fork()的使用方法及其功能; 利用系统调用sleep()调整父进程及各子进程的并发执行过程; 认真查看和比较每次执行结果,分析原因。 -Use to master the system call fork () function use system calls the sleep () to adjust the parent process and child process concurrent execution of process seriously
2
- 掌握系统调用pipe()的使用方法及其功能,理解管道通信原理; (2)掌握利用系统调用exit()和wait()实现父进程与子进程之间的同步,理解同步的含义。 -Master the system call pipe () to use its functions, to understand the pipeline communication theory (2) master system call exit () and wait () synchronization betw
4
- 掌握系统调用msgget()、msgsnd()、msgrevmsgctl()的使用方法及其功能,理解消息通信原理; 系统理解linux 的三种通信机制。 -Master the system call msgget, msgsnd (), msgrevmsgctl () to use its functions, to understand the message communication theory system to understand the linux three com
5
- 掌握系统调用shmget()、shmat()、shmdtshmctl()的使用方法及其功能,理解共享存储区通信原理; 系统理解linux 的三种通信机制。 -Master the system call shmget (), shmat (), shmdtshmctl () to use its functions, understanding, communication principle of shared storage area system to understand th
i2c-of-the-dm642
- dm642的i2C的使用方法,和注意事项,自己收藏的网页,大家可以下载-dm642' s i2C of use, and precautions, his collection of web pages, you can download to see
ucore-lab1-lab8
- Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是ucore的实验2:内存管理。实验目的:理解内存地址的转换和保护;理解页表的建立和使用方法;了解物理内存的管理方法;了解常用的减少碎片的方法;了解虚拟内存的管理方法。--Ucore is a small operating system for learning, the " Spa
zabbix_locale_zh_CN
- zabbix中文界面汉化修正补丁 使用方法详见压缩包内说明-zabbix Chinese locale fix patch. check readme in package before use it.
hex转换成bin文件
- 1.把HEX2BIN.EXE 复制到c盘根目录下 2.hex转换成bin文件使用方法直接把hex文件拖到HEX2BIN.EXE软件上自动生成bin文件(Hex conversion to bin file)