搜索资源列表
vb_process
- VB进程编程原代码.本程序在Win98+VB6测试通过.-VB source code programming process. The Win98 VB6 procedures in the test.
exitw
- 定时关机程序,在9x,2k,xp测试通过,Dephi中定时器的演示,关机代码的演示,30秒提醒功能。窗口在最顶端,较为实用。-Mytob.BSNotes procedures, the 9x, 2k, xp test pass, Delphi timer demonstration, the demonstration code shutdown, 30 seconds to remind function. In the top of the window, a more practical.
mypipe
- 两个匿名管道通信的源代码,经通过测试,能在两个可执行文件之间获取数据。-two anonymous communication channel source code, the test in two executable files between data acquisition.
CommtestProGram
- 本代码是用VC++ 编写 能够测试PC机的串口收发数据,是学习的好资料!-this code is used to test the preparation of VC PC serial data transceiver study is a good information!
从NT服务启动Windows程序
- 它能够启动你指定的任意多个程序。被启动的程序将像 NT 服务一样运行(例如,不用用户登陆机器,它们便会在后台运行)。 ? 在没有合适特权情况下,用户不能终止由此服务启动的程序(除非机器关闭)。 ? 你可以在 NT 服务之外测试和调试你的程序。例如,你可以在 DevStudio 调试器中运行你的程序,单步进入源代码中查找错误等。当“调试无错”后,你将它配置成产品,从 NT 服务启动它。-it can start your designated arbitrary number of procedu
StressMark压力测试程序
- 简介 StressMark测试软件是一个使用Visual C++编写的,开放源代码的测试工具,可以完成服务程序及重要算法的功能和性能测试,其最主要的功能是模拟多线程或多客户端的自动化压力测试。 我们可以利用StressMark软件完成的典型测试任务包括: 1. 在多线程环境下测试一个软件模块、一段关键算法是否可以正确运行,即代码是否是多线程安全的。 2. 测试一个软件模块、一-brief StressMark test software is a Visual C prepared in the
semaphore
- linux下邮箱方式进行进程通信的代码和实验报告,用P.V原语实现通信中的同步问题。运用生产者与消费者模型设计实现一个简单的信箱。-approach to the process under linux mail communications code and test reports, using PV primitives to achieve communication in the synchronization problem. The use of producer and cons
nettest0827
- 可以测试网络站点延迟的一个代码.里面采用多线程方式,很实用.-Web site to test a code delay. Inside a multi-threaded manner, it is practical.
Windows_Thread_learn
- 多线程学习的很好的代码,里面有很多变成的实例,可以直接运动测试.-Learn a good multi-threaded code, which has become an example of many, can directly exercise test.
IOcomplex
- i/o多路复用+多线程服务器设计, 并附上测试代码-i/o multiplexer and multi threaded server design, with test code
Semaphore
- this a Semaphore Test program. Code is simple but easy to learn.-this is a Semaphore Test program. Code is simple but easy to learn.
CriticalSection
- this a Critical Section test program. code is simple but easy to learn.-this is a Critical Section test program. code is simple but easy to learn.
OS_2
- 操作系统实验代码 操作系统实验代码-Experimental operating system code-source operating system operating systems experimental test code
test
- 设计进程管理的部分代码,要求设计创建和撤销线程-Design process management part of the code, to design creation and revocation of a thread
createprocess
- 输入实验提供的代码后,可以输入createpc命令创建进程,输入showdetail显示每个进程及其子进程的信息,测试命令解释如下: 1) createpc 创建进程命令。 参数: 1 pid(进程id)、 2 ppid(父进程id)、3 prio(优先级)。 示例:createpc(2,1,2) 。创建一个进程,其进程号为2,父进程号为1,优先级为2。 2) showdetail 显示进程信息命令。 3) exit 退出命令行。 -Experiment to prov
crc32
- crc32磁盘文件完整性检验 计算的CRC32的起始位置是PE文件头开始处,结束位置在整个文件的尾部. 当然,没有软件会是绝对安全的,所以可以把CRC32值进行一些加密处理或者修改计算CRC32的范围.总之是可以先做点改变再写入判断. 附件带有计算写入CRC32的工具源码及一个测试的程序源码和一个做好的程序. -crc32 disk file integrity verification start position calculation of CRC32 is the beg
PThreadTest
- 多线程测试小代码。使用API多线程函数编程。-Small multi-threaded test code. Multithreaded programming functions using the API.
Java-Code
- java 多线程编程。及测试程序-java multi-threaded programming. And test procedures
test
- 进程管理控制代码实现进程的创建撤销阻塞唤醒转调度-Process management and control code
test
- 一个多线程同步的例子,源代码分享,VC6实现-Example of a multi-thread synchronization, source code sharing, VC6 achieve