搜索资源列表
unix参考大全
- 介绍unix操作系统的书籍,比较详细介绍unix操作系统的原理和使用-on the books, more detailed unix operating system and the use of the principle
短进程优先算法
- 短进程优先算法,主要考虑完成时间短优先原则。如考虑到达时间,还需下载者自己加强。-short process priority algorithm, the main consideration to complete a short time priority principle. If a time of arrival, may also need to download strengthen themselves.
page.change
- 功能介绍: l 输入进程P总共有的页面数,l 并输入系统已经在内存中分配的页面数。当所分配的页面数大于进程P的页面数时,l 则不l 需要进行页面调度工作。 l 由进程P的页面数目,l 程序随机生成一些访问内存的页面号,l 为简化程序,l 这些页面号的数目同l 进程P的进程数目一致(这个缺陷也有待改进)。 l 由用户选择FIFO算法还是LRU算法对进程P的页面访问内存分配的页面进行分配,l 并输出具体的页面访问过程。 原理介绍: 请求页式管理中的置换算法:置换算法在内存中没有空
caozuoxtong-yuanli
- 操作系统——内核与设计原理.-operating system -- the kernel with the design principle .
MC145163PDDS
- MC145163P型锁相频率合成器的原理与应用-MC145163P - PLL frequency synthesizer and application of the principle
CPUScheduler
- 经典的CPU进程调度软件,可以了解CPU调度的原理.-classic CPU process scheduling software, CPU scheduling can understand the principle.
windowsosprinciple
- Windows操作系统原理》,这是国内第一本以Windows操作系统为例,全面讲述操作系统原理的教程。微软总裁比尔·盖茨先生亲自写来贺词,这是比尔·盖茨先生第一次为美国境外出版的图书写贺词。中国科学院院士杨芙清教授、微软亚洲研究院前任院长张亚勤先生亲自为本书作序,教育部高教司司长、著名的操作系统专家张尧学教授也给予本书极高的评价。-Windows Theory. " This is the first in the country to the Windows operating sy
process_attemper
- 1、 :编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对进程进行调度。 “最高优先数优先调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。尝试静态优先数与动态优先数两种方法: a) 静态优先数是指优先数在整个进程运行期间不再改变。优先数可以在数据输入时指定,也可以根据到达顺序、运行时间确定。 b) 动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。例如进程获得一次CPU后就将其优先数减少1。或者进程等待的时间超过某一时限
106330
- 编译原理课程小程序-compiler Principle small program
FireXOS的设计与实现
- FireXOS的设计与实现,主要介绍FireXOS系统的任务调度程序,图形设置的实现方法与原理!-FireXOS the design and implementation of major systems introduced FireXOS task scheduling procedures, graphic settings to achieve the method and principle!
用login二级目录的文件系统
- 这个程序是模拟采用二级目录结构的磁盘文件系统中的文件操作,它可以实现对文件的一些基本管理,如:读、写、删除文件等。通过这个程序可掌握文件子系统的原理,加深对二级目录结构的文件系统中用户管理、文件管理、目录管理的理解,并用程序实现对文件子系统的模拟。-the procedure is simulated using two disk directory structure of the file system file manipulation, it can be achieved on som
SMARTOS.rar
- 嵌入式操作系统 SMARTOS2.2,很好的原理说明,希望对大家有用,下载值得。,Embedded operating system SMARTOS2.2, the principle of good note, I hope useful for all of us to download is worth.
BiosHook.rar
- 方正畅听的3.0版可以通过Hook Bios信息破解,Xuanyue大侠发布了一个破解补丁,但是这个补丁在XP上会蓝屏,原因是SSDT Hook的时候没有关闭中断就直接修改系统SSDT表导致的。很多人反映了,大虾没有时间修正。于是小弟代劳一下。 没有源代码,IDA逆了下驱动,自己写一个,然后替换原来补丁的驱动资源。在此膜拜一下IDA F5的强大。原理很简单,就是Hook ZwMapViewOfSection函数,判断是读Bios信息的,就把伪造的方正Bios信息返回。,Founder Cheo
OS_DIY
- 自己动手写的操作系统文档,帮助初学操作系统原理的朋友掌握自己编写操作系统的技术-Operating system to write their own documents, the principle operating system to help novice friends to prepare their own operating system technology
FCFS
- 操作系统作业调度FCFS算法模拟程序。根据先来先服务原则对提交作业进行调度执行。-FCFS job scheduling algorithm operating system simulation program. According to the principle of first come first serve on the Executive to submit scheduling operations.
I2CdriverforLinux
- 详细介绍了基于AT91RM9200 I2C接口在linux操作系统下的驱动开发原理及结构-Described in detail based on the AT91RM9200 I2C interface in linux operating system-driven development under the principle and structure of
LetWINDOWSXPspeedup
- 笔者对硬件和操作系统的工作原理进行了更深一层的研究和学习后,陆陆续续地发现优化中有很多重要环节被我们忽视了。经反复实践对比后发现,这些环节对优化效果起这决定性的作用!总结起来大体上有九个环节,下面笔者就逐一道来。-The author of the hardware and operating system working principle deeper research and study, the land gradually optimization has found an impor
threepaperofOS
- 操作系统最经典的归纳,用于快速查询操作系统的原理-Operating system into the most classic, the operating system for fast query principle
compiler
- 计算机科学与技术专业课程编译原理的课程实验代码,值得下载。-Computer Science and Technology curriculum courses principle experimental compiler code, it is worth downloading.
WindowsPPT
- 华中科技大学操作系统原理的PPT,对操作系统初学者有帮助。-Operating principle of Huazhong University of Science and Technology of PPT, the operating system will help beginners.