资源列表
[进程与线程] 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<黄春标> 在 2025-07-04 上传 | 大小:23kb | 下载:0
[进程与线程] mutiplethread
说明:multiple thread演示,virtual系统的multiple thread,有助于教学用途-multiple thread demonstration of multiple virtual thread, and the teaching purposes<莫斯韦> 在 2025-07-04 上传 | 大小:27kb | 下载:0
[进程与线程] 第46章 消息循环重载实例
说明:第46章 消息循环重载 消息循环重载实例.rar.rar-news cycle heavy news cycle heavy-duty case. Rar.rar<重> 在 2025-07-04 上传 | 大小:268kb | 下载: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 conducive to the learning process ri<刘凯> 在 2025-07-04 上传 | 大小:46kb | 下载:0
[进程与线程] 开远程telnet服务代码
说明:打开远程telnet服务代码,在远程机器上运行,可打开对方机器的telent服务。-open remote telnet service code, the remote machines, machines can be opened to the plc services.<钟馗> 在 2025-07-04 上传 | 大小:6kb | 下载:0
[进程与线程] 生产者与消费者
说明:程序用C++模拟了操作系统中的三种最典型的简单的静态进程调度算法;先由用户动态输入生成模拟进程,使用了26种可供用户选择的典型语句(包括循环、选择结构),可处理整型、布尔型与字符型三种数据与表达式计算;程序编制时主要采用的编程技术是:用语句链表记录进程语句,并用PCB链表,就绪队列链表,阻塞队列链表,执行队列链表,结束队列链表等数据表示进程处理过程中的相互关系,由于静态数据结构不适合处理数据量大小不定的数据,而动态队列结构适合于处理数据量大小可变数据的处理,因此在程序中采用动态链表对这些数据进行<石大浪> 在 2025-07-04 上传 | 大小:30kb | 下载: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 that you want<suncg520> 在 2025-07-04 上传 | 大小:41kb | 下载:0