搜索资源列表
VB中实现多线程事例+VB源代码
- 本人做的双线程测试程序,因为有人说vb程序不能实现多线程,故才测试一下,可能有不足,多谢站长指教
利用临界区的多线程同步测试
- 利用临界区的多线程同步测试-critical of the use of multithreading synchronous test
多线程socket文件传输
- 多线程socket文件传输/支持断点续传/收发消息/点对多点 使用阻塞方式的socket,使用多线程,有较高的性能.在局域网中测试达到极限速度.支持断点续传.服务端可同时接收多个文件.传输文件的同时可以发送网络消息.-multi-threaded socket file transfer / support HTTP / transceiver news / obstruction use point-to-multipoint mod
传圣1.1(断点续传和多线程下载)
- 笔者一直想寻求一种简单有效,且具备多线程断点续传的方法来实现点与点之间的文件传送问题,经过大量的翻阅资料与测试,终于实现了,现把它共享出来,与大家分享。-I have always wanted to find a simple and effective, but with multithreading HTTP methods to achieve point-to-point transmission of documents b
Thread 多线程测试的源代码
- 多线程测试的源代码。
TestMachine
- c#编写的小代码,使用多线程重复执行代码,测试服务器的cpu使用情况及内存占用情况。 Program.cs RAMObject.cs Test.cs TestCPU.cs TestMachine.csproj TestRAM.cs
BeginthreadDemo
- 这是我写的Win32 console Application程序来测试_beginthread函数创建多线程程序的用法以及参数传递的程序。- This is Win32 console which I writes the Application procedure tests the _beginthread function foundation multithreading procedure the usage as wel
fibnum
- 这个程序是一个Win32程序,计算Fibonacci斐波纳契数列(一种整数数列, 其中每数等于前面两数之和)。其定义是f(1) = 1,f(2) = 2,并且当n>2时, f(n) = f(n-1) + f(n-2)。源代码种给出了三种计算方法。第一种方法用递归,第二种方法用大数组,第三种方法用小数组。此外,这个程序还具备多线程特性,所以在运算时可以做其它操作。代码用到了以前创建的Win32类。测试为发现bug和内存溢出。--Ca
利用临界区的多线程同步测试
- 利用临界区的多线程同步测试-critical of the use of multithreading synchronous test
多线程socket文件传输
- 多线程socket文件传输/支持断点续传/收发消息/点对多点 使用阻塞方式的socket,使用多线程,有较高的性能.在局域网中测试达到极限速度.支持断点续传.服务端可同时接收多个文件.传输文件的同时可以发送网络消息.-multi-threaded socket file transfer/support HTTP/transceiver news/obstruction use point-to-multipoint modes of
传圣1.1(断点续传和多线程下载)
- 笔者一直想寻求一种简单有效,且具备多线程断点续传的方法来实现点与点之间的文件传送问题,经过大量的翻阅资料与测试,终于实现了,现把它共享出来,与大家分享。-I have always wanted to find a simple and effective, but with multithreading HTTP methods to achieve point-to-point transmission of documents b
VB中实现多线程事例+VB源代码
- 本人做的双线程测试程序,因为有人说vb程序不能实现多线程,故才测试一下,可能有不足,多谢站长指教-I do double-threaded test procedure, because some people say that the procedure can not be achieved vb multi-threaded, so only a test, there may be inadequate, I would lik
压力测试程序
- StressMark测试软件是一个使用Visual C++编写的,开放源代码的测试工具,可以完成服务程序及重要算法的功能和性能测试,其最主要的功能是模拟多线程或多客户端的自动化压力测试。-StressMark test software is a prepared using Visual C, the open-source testing tools, procedures and services to complete the
多串口多线程工业控制实现
- 由于工作关系几个月没有接触Internet了,回来发现很多朋友给我写了信,其中很多一部分都是关于串口方面出现了问题。由于在以前的工程实施过程中关于串口通讯我有时用MSCOMM控件,有时自己用WIN32 API直接操作串口。后来还试验了网络上面很流行的SerialPort类。在工业控制过程中间我对SerialPort类进行了一些简单的修改,发现这个类确实是一个非常好的东西,其中封装了操作串口复杂的一些串口操作。我们使用的时候可以直接通过它
串口访问功能的小测试程序
- 一个含串口访问功能的小测试程序,含多线程,CRC校验 此程序包含了一个串口通讯的类,并能够实现简单的通讯功能,希望对要用API函数写串口通讯程序的朋友有帮助 -a serial access function with a small test program, including multithreading, CRC procedure contains a serial communications category, and t
多串口多线程工业控制实现(SerialPort类)
- 对SerialPort类进行了一些简单的修改,其中封装了操作串口复杂的一些串口操作。使用的时候可以直接通过它的一些简单的接口就可以完成各种外围设备的工作了。经测试,效果很好-right SerialPort category for some simple changes, packaged operating serial complexity of some serial operation. It can be used dire
5
- 多线程测试,演示程序,类VC界面实现,子窗口的形成等程序,请审查,-Multi-threaded test, demo program, type VC interface, sub-window for the formation of such procedures, please review
pthread-master
- 模拟多线程之间信号量交互,适用于linux平台,采用c语言(semaphore interaction between multiple threads)
多线压力测试工具
- 用于多线程测试,支持最大100万个连接,已经测试OK(For multithreaded testing, the maximum 1 million connections are supported, and OK has been tested)
基于LabWindows_CVI多线程编程的串口测试实现
- 基于LabWindows_CVI多线程编程的串口测试实现(Realization of serial port test based on LabWindows CVI multithreaded programming)