搜索资源列表
Elavotor
- 该程序采用可视化的面向对象语言Delphi采用多线程技术实现,其中定义了六个类,电梯TElevator、乘客Tperson、楼层Tfloor、系统TsystemControl、电梯运行线程TrunThread、系统监控TsystemMonitor;每条线程动态监控每个电梯的运行情况,以电梯为主要对象,系统以每秒的事件触发每个线程对象的动作。-The program visualization using object-oriented language Delphi Multi-thread t
SMailExpress
- 主要功能: 1. 完美支持单发和群体发送,内置邮件文本编辑器,用起来和WORD一样得心应手。 2. 可以自定义smtp 3. 邮件支持不同地区编码(简体、繁体、韩文、西欧、日文等); 4. 成功失败都有据可查; 5. 支持发布text、html格式邮件内容.发信人,签名随意更改 6. 加入自定义变量,每一封邮件都不相同; 7. 支持自定义图片发送,自带日志记录功能, 所有情况一目了然 8. 支持EXCEL,ACCESS等数据库格式 9.多线程发送,每天
dbg_new
- C++内存泄漏检测原理+实例源码下载,是一个跨平台的C++ 内存泄漏检测器的源程序,一个主要缺陷是不支持多线程。分配内存时不进行文件名复制,而只是保存其指针;效率较高(编译debug_new.cpp -Memory leak detection principle in C++ the+ instance of the source code download is a cross-platform source C++ memory leak detector, a main weakn
FProducerResumerQueue
- 1.可以设置队列中的最大长度; 2.线程安全; 3.多线程想向队列中放入数据时,可设置等待队列有空位的超时时间,当有空位时,等待线程会被唤醒并将数据加入队列。函数原型为:FTLThreadWaitType Append(const ELEMENT& element, DWORD dwTimeOut). 4.多线程从队列中取出数据时,可设置等待队列有数据的超时时间, 当有数据时等待线程会被唤醒。函数原型为:FTLThreadWaitType Remove(ELEMEN
MFC-Example
- 一些MFC的函数及使用方法:多线程操作变量时,锁定变量;将程序推送到最顶端(非置顶);将字符串按某字符或字符串进行分割;获取系统时间;获取程序运行目录。-Some MFC function and method of use: multi-threaded operating variables, the lock variable program pushed to the top (top) string according to a particular character or st
55
- linux下多线程结构体数组对文件进行读写操作,涉及一条线程打开文件,读取一个文件数据,入队到循环队列buffer;另一条线程循环队列buffer进行出队写入到另一个文件中。-Under Linux multithreaded structure array to the file to read and write operations, involving a thread to open the file, read a file data, the team to the circula
MultThreadComm3
- MFC下的多线程编程方法示例,包括MFC内置的多线程间通信、非MFC多线程间通信以及进程和线程之间的通信方法。(MFC multithreaded programming examples, including MFC built-in multi-threaded communication, non MFC multi thread communication, as well as the process and thread communication methods.)