资源列表
zbxi
- 文件-进程关联演示程序 pjf(jfpan20000@sina.com) 1、首先使用ZwQuerySystemInformation查询所有进程句柄, 2、获取句柄所代表对象信息,查出目标文件。核心态程序相对简单,对于 用户态程序,使用ZwQueryInformationFile同时与GetFileInformationByHandle、 GetVolumeInformation二API搭配获得之(前者得文件除去卷的路径名,后二者 得卷名) 另外可用ZwQueryOb
mhk
- 测试Windows 2k中内存和外存的速度。 分别在内存中分配一片存储空间,和在硬盘上建立一个同样大小的空间,往这两个空间中用不同方式写入/读出数据。-testing Windows 2k memory and external memory speed. In memory allocated a storage space, and the drive to establish a space of the same size, to the space it used two differ
生产者与消费者
- 多线程的经典问题生产者和消费者程序 决无错误!-the classic problems of producers and consumers of strict procedures must!
MemoryFileMap
- 进程间的通讯技术之一——内存文件映射法。-inter-process communication technology, one -- memory document mapping method.
ThreadMigrate
- 封装win32和POSIX线程API。从而能够使得多线程程序能够方便在windows和linux平台移植。 压缩包中有两个文件:Thread.h和testMain.cpp。其中Thread.h是线程封装的实现,testMain.cpp是测试代码文件。 windows下使用VC7.0编译通过。Linux下用gcc3.2.3编译通过。 该版本只支持下列API: 线程创建,清除。 互斥量操作。 等待其他线程。-Packaging and POSIX threads API. I
作业调度算法实现
- 这是一个关于作业调度和进程调度的算法实现,操作系统的试验程序!-This is one of the job scheduling and process scheduling algorithm, the operating system of testing procedures!
vcdplay
- 一个完整我的数字硬盘录像机系统软件,包括视频数据采集与压缩录像;云台控制;接入报警与电子地图 我 。-integrity of a digital disk recorder system software, including video data acquisition and video compression; tilt control; Access Warning and Electronic Map I.
200qty5129181447900
- 共管理包含计算器、万年历、通讯簿、单位转算、邮编区号,个人管理包含计划、公文、档案、分析、资金管理,综合管理包含通告、计划、档案、商品、工资,去处管理包含厂商、客户、采购、销售、售后管理,分析管理包含采购、销售、利润、售后分析及其-managing contains calculators, hefty almanac, address book, turn to count, Zip code, including personal management, communications, ar
jincheng0914
- 详细介绍了进程,在里面你可以找到你所要知道的进程内容.-details of the process, you can try to find you have to know the process of content.
OSWORK01
- 第一次用MFC写进程同步与互斥,生产者与消费者问题 -the first to write MFC process synchronization and mutual exclusion, producer and consumer issues
pp_mutex
- 用MFC实现进程互斥,用的是MUTEX互斥信号量-with MFC contradict process, the signal is MUTEX contradict volume
多线程编程测试
- 1.对多个线程进行控制测试。 2.确定间隔方式对线程时间控制的影响。-1. Multiple threads to control testing. 2. Right way to determine spacing threads time control impact.