搜索资源列表
ucosv251源代码
- *** *** *** *** *** *** *** *** *** *** RELEASE NOTES *** *** ***** *** *** *** *** *** *** *** 1) RELEASE NOTES: --- ---- The release notes are now provided in PDF format in the file: \\SOFTWARE\\uCOS-II\\DOC\\RelV251.PDF
短进程优先算法
- 短进程优先算法,主要考虑完成时间短优先原则。如考虑到达时间,还需下载者自己加强。-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.
Linux内存管理模拟器
- Linux下使用c语言实现的内存管理模拟器 假设有台计算机物理内存大小为4MB,每个内存页大小为4k。采用分页机制,使用二级页表,第一级为页目录,共有1024项,每个页目录项指向一个页表,每个页表项指向一个实际的物理页面,每个页表共有1024个页表项。假设页目录和页表不占用内存空间。 系统中还有一个交换设备,采用分块管理机制,每块大小为4K,共1024个。有一系列内存访问指令,系统根据内存访问指令的内存虚地址访问内存。如果页目录项为空,则分配一个页表,并将相关值存入页目录项,如果页表项为空,
PwDump4
- This program dump password hashes from local or remote Windows NT/2000 machines. It prints them onto the screen in l0phtcrack format, or will write them to a file if desired. -This program dump password hashes from loc al Windows NT/2000 or remote
ARM_00_OS
- 看看ARM菜鸟在ARM7上写的操作系统——ARM圈圈操作系统 最近在ADuC7027上写了一个ARM_00_OS,头都写晕了,发上来给大家一起来看看。 任务按优先级调度,如果处于就绪态且优先级最高的任务有两个或更多,则按时间片轮循调度。 支持任务创建、任务删除、内存分配、简单的消息、简单的设备管理、CPU及内存等使用统计等功能。 任务可处于ARM模式或THUMB模式,在创建任务时,要指定任务所处于的模式。 从这里下载整个文件包:http
源代码转换工具_SourceTo
- SourceTo概述 SourceTo是一个源代码转换工具。它对于需要将源代码转成其他文本格式(比如HTML,RTF)的人来说将是一个好帮手。如果你有在网站上发表技术文章的习惯,赶快获得一个SourceTo,它将为你的文章增色不少... -SourceTo outlined SourceTo is a source code conversion tools. It will require the source code into the other text format (such as
doitbymyselfprocess
- 自己编写的,如果有什么不对的地方,大家多多指出哈!-themselves prepared, if there is something wrong with it, you lot that Ha!
pracising_while_learning_linux_kernel.tar
- 如果您在研究linux内核,相信您一定听说过李善平老师的《边干边学——linux内核指导》这本书,这本书内容详尽实用,但是您是不是在因为即使照敲那些书上的代码也不能work而烦恼呢?这是该书所有章节的完整代码,本人尝试过其中的大部分,如shell,公平调度,文件系统,统计缺页率等,都能work!-If you study linux kernel, I believe you will definitely heard PDM teachers "learn by doing -- l
SearchReplace
- 如果要查找替换一个文件夹里所有的文件,一个一个打开去查找替换是不是太慢了.这个程序就是给定一个文件夹,就能将所有文件夹下的文件都查找替换.-If you replace a file folder of all documents, open to a search for a replacement is not too slow. This procedure is given a folder, All documents will be able to folder of documen
MyIE_Code
- 1.MyIE开源工程协议 MyIE开源工程遵循GNU通用公共许可证GPL(GNU General Public License)开发,任何人都可以永久免费安装使用,在你下载和使用MyIE源代码前,请阅读并同意这个许可(http://www.gnu.org/copyleft/gpl.html),中文版本(http://www.morequick.com/down/gpl_chs.htm). 2.工程编译提示 如果你使用的是VC++6,你需要更新2个头文件,请从这里下载: http
bankSys
- 题目:银行家算法 具体要求:屏幕提示:输入申请资源的进程和各资源数目,程序通过对预先输入的资源的矩阵分析。给出当前系统是否安全的提示,若安全,给出安全序列。 -topics : bankers algorithm specific requirements : screen Tip : resources for the importation of the process and the number of resources, procedures for the importati
wenbenyueduqi
- 用delphi实现的文本阅读器的开发,如windows里的记事本有相似的地方,希望对大家会有所帮助-with the text reading achievement of development, If the windows Lane is similar to the notebook in the hope that the right people will help
28104055398
- shell 程序要求实现的shell支持以下内部命令: 1. Batch Processing 如果shell启动带有一个文件名作为参数,打开该文件并执行文件里所有命令。待所有进程全部结束退出shell。 2. Debugging 提供-v选项,shell启动时打开此选项将在运行过程中输出若干调试信息。在该模式下,shell应该显示所有被创建了的进程的PID号,通报已结束的子进程和传递给子进程的参数等。 3. Prompt (命令行提示符) 解释器打印$PS2作为提示符。 4.
BSexam2[1].0
- 本考试系统考试题题型均为单选题,考生分数为:考生答题正确题数/总题数*100分 本考试系统如有考生登陆过,就视为已经考试,并限制不能再考,若要恢复考生考试需要 进入后台后点补考后才能继续考试. 考生在考试中不能刷新考试页面,如果刷新就视为作弊,若需要补考,需要等所有考有考生考试完毕后 重起IIS后,清空该生考试记录后才能考试. 后台地址:admin/login.asp 后台用户名:admin 密码:admin-the examination system
THREAD_lasting
- This example will show how you can determine if the specified thread is the last thread in the process or not. -This example will show how you can determin e if the specified thread is the last thread in th e process or not.
multipulateindex
- 多级目录管理的详细实验报告,包括试验用源代码,即使眼详细说明-multi-level directory management experiment detailed report, including the source code used in the experiments, even if the eyes details
use_rawapi
- 如果你把LwIP移植到无操作系统的平台,写应用程序参考这个就行了。-if you put Implementation of LwIP transplant without operating system platform, application procedures, write this way.
HeyCacher 高性能缓存方案
- HeyCacher 高性能缓存方案(带源码) 1. 文件的所有权益归上传用户所有 2. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途 3. CSDN下载频道仅提供交流平台,并不能对任何下载内容负责 4. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。 5. 本站不保证本站提供的下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。 -HeyCacher high performance cac
ucos280
- ucOS_ii,source from disk,Maybe it s useful for you if you would studt ucosii.
FSCopyObject
- Contains source to demonstrate how to copy/delete files and folders with HFS+ APIs. It also demonstrates a technique to rename an object if an object of the same name exists in the destination. This sample shows how to perform these operations i