资源列表
listkill
- 一个VB编写出的进程管理工具,类似与windows的进程消息管理器。还可以,请大家指点.-VB prepare a process management tools, and similar windows process information manager. Also, please guidance.
夜猫文章管理系统免费版)
- mArticleFree Version 2.0 (夜猫文章管理系统免费版) ymArticle 功能列表: 1. 可支持用户组功能, 可按不同用户组设定各类权限 2. 支持JS调用某类别或所有类别的最新/最热门文章 3. 支持手工分页, 分页只需在文章中插入 [page] 代码 4. 支持搜索功能 4. 支持相关文章功能 5. 后台WEB管理 6. 可统计今日浏览和总浏览数 7. 支持BB代码, HTML 8. 更多功能无法一一列出... -mArticleFree Version 2.0 (
windows functions api
- Windows API函数大全 作者 不详 关键字 Windows API函数大全 原作者姓名 不详 介绍 简要的Windows API函数大全-Windows API function Daquan author unknown keyword Windows API function Daquan original author unnamed briefly introduced the Windows API function Daquan
TerminateProcess
- program TerminateProcess {$APPTYPE CONSOLE} uses SysUtils, Windows var ProcessHwnd, WindowHwnd: THandle ProcessID: DWORD begin //得到记事本的主窗口句柄 WindowHwnd := FindWindow( Notepad , nil) if not isWindow(WindowHwnd) then ExitProcess(0) //得到记事本的进程标识 GetWind
VirtualMemory
- program VirtualMemory {$APPTYPE CONSOLE} uses SysUtils, Windows const PageSize = 4096 //定义页面大小 var VmAddress, CommitAddress: Pointer //存放虚拟内存基址 Text: Pchar begin //保留二页虚拟内存 VmAddress := VirtualAlloc(nil, PageSize * 2, MEM_RESERVE, PAGE_READWRITE) if
mutiplethread
- multiple thread演示,virtual系统的multiple thread,有助于教学用途-multiple thread demonstration of multiple virtual thread, and the teaching purposes
进程调度模拟
- 一个用vb编写的用来模拟进程调度的小程序!-with a vb prepared for the simulation process of scheduling small programs!
第6章 进程查看程序
- 第6章 进程查看程序 .rar-process procedures View View process procedures. Rar
第46章 消息循环重载实例
- 第46章 消息循环重载 消息循环重载实例.rar.rar-news cycle heavy news cycle heavy-duty case. Rar.rar
模拟进程管理
- 本程序模拟进程管理,类似windows里的进程管理界面,但是只是模拟各种状态的转换以及cpu的分配,有利于在学习os时对进程加深理解-the simulation process management, and similar windows Lane process management interface, but only to simulate a state of the allocation of cpu is conducive to the learning process ri
开远程telnet服务代码
- 打开远程telnet服务代码,在远程机器上运行,可打开对方机器的telent服务。-open remote telnet service code, the remote machines, machines can be opened to the plc services.
R_W2
- 本程序实现读者-写者问题.采用WINDOWS API实现.有比较详细的程序说明-readers of this program - writing problem. Using Windows API. A more detailed descr iption of the procedures