搜索资源列表
《运用多线程技术实现文件的快速搜索》配套代码
- 《运用多线程技术实现文件的快速搜索》配套代码-"use multithreading technology to achieve the document Fast Search" complementary code
MultiThreadsforpandc
- 用VC6编写的,采用了多线程技术的,解决生产者消费者算法的代码-VC6 prepared with the use of the multithreading technology, and solutions to producers and consumers algorithm code
Thread_Reset
- 采用多线程技术实现系统的自动关机启动功能,安全性能高。-use multithreading technology to achieve the automatic shutdown system-function, high-performance security.
vc++
- 多线程技术及其在VC++串口通信程序中的应用.pdf -multithreading technology and the VC Serial Communication Program application. Pdf multithreading technology and the VC Serial Communication Program application. pdf
Windowsmutithread
- 《Windows多线程技术实例》一书的配套代码,大家可自由取其源代码做学习,研究之用
FILEFIND
- 多线程文件搜索工具,使用多线程技术,C++语言开发。具有良好的界面。
18163353558
- 一个IM软件,利用JAVA多线程技术实现,此软件的源代码通俗易懂
VC++6.0多线程技术在端口扫描程序中的应用
- VC++6.0多线程技术在端口扫描程序中的应用-VC + +6.0 multithreading technology in port scanning procedures for the application
多线程实例
- 展示VC中多线程的编程方法,如线程创建、事件触发、结束线程、线程同步等多种技术-display VC multithreaded programming methods, such as thread creation, event trigger, the end of threads, thread synchronization techniques
电梯仿真系统设计
- 1.设计任务 某国际贸易中心共40层,设有载客电梯10部(用E0~E9标识)。利用多线程技术实现个电梯载客的仿真情况。
基于CVI的多线程技术程序实例
- 基于CVI的多线程技术程序实例,供大家学习交流-CVI-based multi-threading program example for all to study exchange
MutexesDlg
- 编写多线程应用程序的最重要问题就是线程之间的资源同步访问。因为多个线程共享资源时如果发生访问冲突通常会产生不正确的结果。本程序主要实现线程间的同步技术-The preparation of multi-threaded applications the most important problem is the thread synchronization between the resources to visit. Because the shared resource when multi
whbRapidFinder
- 文件快速查找!利用MFC,多线程技术实现文件的快速查找,vs2008编译!-Documents quickly find! The use of MFC, multi-threading technology to quickly find documents, vs2008 compiler!
threadpool
- VC++环境下线程池技术的经典例子。从事多线程技术开发者的必备模板。-VC++ environment, a classic example of thread pool technology. Engaged in multi-threading technology developers must-template.
vcthreads
- 10个vc++多线程源代码,c++多线程技术-10 vc++ source code for multi-threaded, multi-threaded
muutethreading-document
- 电梯仿真系统设计包含设计文档和源代码,利用多线程技术实现个电梯载客的仿真情况,(Elevator simulation system design includes the design document and source code, using multi-threading technology realize the simulation of a passenger elevator,)
clncs
- 电梯仿真系统设计包含设计文档和源代码,利用多线程技术实现个电梯载客的仿真情况,()
多线程压缩
- 多线程压缩是指从软件或者硬件上实现多个线程并发执行的技术。具有多线程能力的计算机因有硬件支持而能够在同一时间执行多于一个线程,进而提升整体处理性能。(duo xian cheng ya suo Multithreading compression)
双向链表的多线程安全读写
- C++实现了双向链表的操作 使用线程同步技术实现了线程的安全读写 提供了4种链表操作(插入、查询、替换、删除)的测试用例