资源列表
check_process
- 监控系统进程,管理系统进程,包括停,起,kill等-process control system, management system process, including the stop, kill, etc.
callup
- 通讯录系统shell脚本;可以用来添加、删除、编辑和查询等功能-directory system shell scr ipts; Can be used to add, delete, edit and query capabilities
OpenFolderAndSelectItem
- 实现快捷图标属性对话框中的查找目标的功能。利用shell函数实现打开浏览器并选中文件,主要函数SHOpenFolderAndSelectItems。-achieve efficient icon attribute dialog goal of the search function. The use of shell Function open the browser and selected documents, the main function SHOpenFolderAndSelect
字符驱动程序
- linux下字符驱动器的实现。其中包括源代码和实现的方法。希望对大家有帮助-characters drives realized. Including source code and the realization method. We hope to help
目录列举
- SHGetFolderLocation SHGetDesktopFolder BindToObject EnumObjects
重定向exe的流程
- 当exe文件执行时,重定向其流程到自己添加的代码,询问用户是否要执行原来的程序.
进程调度管理
- 调度的实质是操作系统按照某种预定的策略来分配资源。进程调度的目的是分配CPU资源。由于进程调度程序执行的频率很高,因此调度算法的好坏直接影响到操作系统的性能。本实验的目的是编程模拟实现几种常用的进程调度算法,通过对几组进程分别使用不同的调度算法,计算进程的平均周转时间和平均带权周转时间,比较各种算法的性能优劣。
delhpi 1K下载者
- 一个下载者,运行那个BAT就可以下载了
toolband
- IE 浏览器 工具条
mymalloc
- The usual implementation of malloc and free are unforgiving to errors in their callers' code, including cases where the programmer overflows an array, forgets to free memory, or frees a memory block twice. This often does not affect the program immed