搜索资源列表
TLS_TEST
- 说明线程局部存储的应用,主要使用了2中局部存储的方法,大家可以下载来看看。-note thread local storage applications, the main use of which two local storage methods, we can download to see.
ProgressThreadTest
- 最简单的用工作线程控制有进程条的窗口,主窗口调用后,调用工作线程,并显示模式对话框,并可控制线程的进展——在对话框上有pause和stop按钮-most simple thread work with a process control of the window, the main window to call after call work thread, and displays the dialog, can control the progress of threads -- in a
数据库多线程储存
- 本代码主要是实现多线程存储数据到SQL Server数据库。-this is the main source multithreaded store data to SQL Server databases.
last_SIP
- 主要内容: 使用ADO连接数据库,并返回数据集 使用DLL对数据集进行操作 运用windows线程技术对数据进行输出 -main elements : # 61548 use ADO to connect to the database, and return to # 61,548 data sets that use the DLL to operate data sets # 61548 windows threadin
Windowsnetpro
- 关于windows 编程中的网络编程,主要是线程方面的-windows programming on the network programming, the main thread is the
jcmn
- 本程序包括先来先服务调度、短作业(进程)优先调度、优先权调度三种算法。用C语言实现,执行时先输入进程数(到达时间、运行时间、优先权由随机函数产生),在主界面选择算法(可用函数实现),执行,显示结果。-procedures including the first-come first-service scheduling, short operations (process), priority scheduling, priority scheduling algorithm three. C
OpenandShutDownSystem
- 利用vc++编写的操作win系统的程序,主要实现开关机程序.初次编写,希望能提供帮助-use vc prepared by the operating system win the procedures main switching machine procedures. The initial preparation, hope can help
func
- linux 下的进程同步 利用线程控制函数进行线程同步 主要利用信号-the use of thread synchronization process control function for the main thread synchronization signal
secThread
- 本代码主要实现了通过多线程来并行和多个时间服务器进行通信及同步-the main source of multi-threaded and parallel to a number of server time and synchronous communications
ProcessSpy
- 程序主要功能是查看进程下线程和堆栈的信息。-procedures main function is to process View Thread and stack information.
Jbc
- 公司用的考勤系統.主要收集數據及執行考勤. 用多線程使處理大數據時不會出現假死的現象/-company with the attendance system. The main data collection and implementation of attendance. Multi-threaded processing of large data will not emerge when the phenomenon of the writings /
PortCommunication
- 该代码的主要功能是:使得两台电脑能够通过串口进行网络通信。-The code is the main function : to make two computers to the network through the serial communications.
SynChronicCode
- usb接口线程读取usb接口设备的数据,然后将数据发送给主线程,主线程实时显示数据,并且将其保存到数据库中。(运行时需要usb数据采集卡的支持)-usb interface thread usb interface equipment to read the data and then send the data to the main thread. the main threads real-time display of data, and to the preservation of i
186057
- 我的一锅双星就是出不来,用138 主焦信噪9,146在其左上[面对锅]信噪0。用146主焦信噪11,138在其右下[面对锅]信噪0。 -my pot star is stuck with 138 main Ta noise 9, 146, in its upper left [the face of the pot] letter noise 0. Ta 146 with the main noise 11, 138 in his lower right [to face pot] let
EVC_SeriesSample
- 基于EVC的串口编程,应用了收和发还有主界面三个线程-based EVC serial programming, application of revenue and have made three main interface thread
MyTaskManager
- 这个是一个c#的任务管理器,使我从别的地方下载下来的,里面用了很多系统的dll文件,挺简单的,主要就是学习一下,-this a c # task manager, so I downloaded from somewhere else down, inside with a lot of system dll documents, they are simple, the main thing is to learn from this. Ha ha
main
- 多线程模拟柜员和顾客实现银行业务问题,基础的Windows内核实验,利用信号量、互斥变量等实现PV操作
Tasking
- 是一个多线程的例子,演示主线程和空闲辅助线程的使用方法-is a multithreaded example, the main demonstration supporting idle threads and the use of threads
单线程的使用
- 这是一个单线程的源代码单线程应该是除了主线程外的唯一的一个线程-This is a single-threaded the source code should be the main thread outside the only one thread
StressMark压力测试程序
- 简介 StressMark测试软件是一个使用Visual C++编写的,开放源代码的测试工具,可以完成服务程序及重要算法的功能和性能测试,其最主要的功能是模拟多线程或多客户端的自动化压力测试。 我们可以利用StressMark软件完成的典型测试任务包括: 1. 在多线程环境下测试一个软件模块、一段关键算法是否可以正确运行,即代码是否是多线程安全的。 2. 测试一个软件模块、一-brief StressMark test software is a Visual C prepared in the