搜索资源列表
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.
HidenProc_dll
- dll 为功能实现模块,exe为测试程序,调用dll后exe进程将消失,除非用驱动级的软件才能看到该进程-dll function modules for the test procedure exe, dll called after exe process will disappear. Driver-unless the software can see the process
StressMark压力测试程序
- 简介 StressMark测试软件是一个使用Visual C++编写的,开放源代码的测试工具,可以完成服务程序及重要算法的功能和性能测试,其最主要的功能是模拟多线程或多客户端的自动化压力测试。 我们可以利用StressMark软件完成的典型测试任务包括: 1. 在多线程环境下测试一个软件模块、一段关键算法是否可以正确运行,即代码是否是多线程安全的。 2. 测试一个软件模块、一-brief StressMark test software is a Visual C prepared in the
csexamsys
- 实现一个客户端和服务器端通讯以对学生考试的功能,需要用到数据库,使用了WIN32多线程技术-The realization of a client and server communications in order to test the function of the students need to use databases, the use of multi-threading technology WIN32
MultiThread4
- 一个简单的windows多线程实例,其功能为测试在Windows下最多可创建线程的数目-A simple multi-threaded windows instance, to test its function under Windows can create up to the number of threads
StressMark
- StressMark测试软件是一个使用Visual C++编写的,开放源代码的测试工具,可以完成服务程序及重要算法的功能和性能测试,其最主要的功能是模拟多线程或多客户端的自动化压力测试。-The StressMark testing software is one uses Visual C++ the compilation, the open source code s testing tool, may complete the service routine and the import
multi_thread_test
- 此源码是使用VC开发的多线程测试源码,对多线程做了很好的解释!-multi threads function test source code
pipe-for-cPPbuilder
- C++builder编写的管道数据读取功能,其中ADD是测试程序,具体应用时把builder程序中子程序的位置需要改成ADD程序所在位置-Data read function C++builder written pipeline, including ADD test program, the specific application builder program subroutine strcpy (command, " F: \ \ Research \ \ pipe \ \ ADD \
tongyongdongtiankutiaoshi
- 通用动态库调试工具,在测试动态库时,不用通过开发语言环境,定义函数调用过程,再去调用测试,而是直接在本工具程序中直接调用。程序支持几乎所有的动态库函数。-Universal dynamic library debugging tool when testing the dynamic library, not the environment through the development of language, the definition of a function call, go cal
Glis
- 该压缩包包含一些虚函数的测试程序,为下载程序-This package contains some virtual function test procedures, procedures for download
BCB多线程
- 程序的执行原理是这样的,一个多线程里面包含了读和写test.txt记事本的功能。 因为读写记事本的消耗时间很短,在写记事本里面故意加了2s延时以造成多线程的明显冲突。本多线程是使用的临界区:CRITICAL_SECTION。按下按钮,通知线程要写入一串字符(线程执行完需要2s以上),延时20ms后通知线程再写入一串字符,跟第一次写入造成“冲突”,延时20ms后,在两个写都没完成时再通知线程要读同一个记事本。 因此造成线程中三个事件“打架”。(Procedures for the implem