资源列表

« 1 2 ... .41 .42 .43 .44 .45 146.47 .48 .49 .50 .51 ... 1044 »

[进程与线程VirtualMemory

说明:program VirtualMemory {$APPTYPE CONSOLE} uses SysUtils, Windows const PageSize = 4096 //定义页面大小 var VmAddress, CommitAddress: Pointer //存放虚拟内存基址 Text: Pchar begin //保留二页虚拟内存 VmAddress := VirtualAlloc(nil, PageSize * 2, ME
<黄春标> 在 2008-10-13 上传 | 大小:23.04kb | 下载:0

[进程与线程mutiplethread

说明:multiple thread演示,virtual系统的multiple thread,有助于教学用途-multiple thread demonstration of multiple virtual thread, and the teaching purposes
<莫斯韦> 在 2008-10-13 上传 | 大小:27.08kb | 下载:0

[进程与线程进程调度模拟

说明:一个用vb编写的用来模拟进程调度的小程序!-with a vb prepared for the simulation process of scheduling small programs!
<路加> 在 2008-10-13 上传 | 大小:28.83kb | 下载:0

[进程与线程第6章 进程查看程序

说明:第6章 进程查看程序 .rar-process procedures View View process procedures. Rar
<> 在 2008-10-13 上传 | 大小:93.68kb | 下载:0

[进程与线程第46章 消息循环重载实例

说明:第46章 消息循环重载 消息循环重载实例.rar.rar-news cycle heavy news cycle heavy-duty case. Rar.rar
<> 在 2008-10-13 上传 | 大小:268.64kb | 下载:0

[进程与线程模拟进程管理

说明:本程序模拟进程管理,类似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 conduc
<刘凯> 在 2008-10-13 上传 | 大小:12.52kb | 下载:0

[进程与线程开远程telnet服务代码

说明:打开远程telnet服务代码,在远程机器上运行,可打开对方机器的telent服务。-open remote telnet service code, the remote machines, machines can be opened to the plc services.
<钟馗> 在 2008-10-13 上传 | 大小:5.99kb | 下载:0

[进程与线程R_W2

说明:本程序实现读者-写者问题.采用WINDOWS API实现.有比较详细的程序说明-readers of this program - writing problem. Using Windows API. A more detailed descr iption of the procedures
<lyh> 在 2008-10-13 上传 | 大小:9kb | 下载:0

[进程与线程生产者与消费者

说明:程序用C++模拟了操作系统中的三种最典型的简单的静态进程调度算法;先由用户动态输入生成模拟进程,使用了26种可供用户选择的典型语句(包括循环、选择结构),可处理整型、布尔型与字符型三种数据与表达式计算;程序编制时主要采用的编程技术是:用语句链表记录进程语句,并用PCB链表,就绪队列链表,阻塞队列链表,执行队列链表,结束队列链表等数据表示进程处理过程中的相互关系,由于静态数据结构不适合处理数据量大小不定的数据,而动态队列结构适合于处理数据
<石大浪> 在 2008-10-13 上传 | 大小:30.32kb | 下载:0

[进程与线程进程-1

说明:在VC6.0下利用消息实现内部进程通讯--VC设计。-VC6.0 in using information to achieve internal communication process -- VC design.
<贾炜> 在 2008-10-13 上传 | 大小:2.89kb | 下载:0

[进程与线程自动更新软件系统

说明:对新系统自动更新,用户一打开机器就可以直接更新数据 -the new system to automatically update, a user can open the machine directly update data
<章孝炎> 在 2008-10-13 上传 | 大小:470.49kb | 下载:0

[进程与线程多线程HTTP服务器源代码

说明:很好的学习进程和线程的好资料,是专业人士的必备资料,也是处学者的好东东,一定会得到你想要的知识-good learning process and the good threads, the information professional's essential information, as well as a good scholar Department Dongdong, will be the knowledge t
<suncg520> 在 2008-10-13 上传 | 大小:41.3kb | 下载:0
« 1 2 ... .41 .42 .43 .44 .45 146.47 .48 .49 .50 .51 ... 1044 »

源码中国 www.ymcn.org