搜索资源列表
threadpool_doc
- 多线程编程中线程池的完整实现方案,线程池通过接口的方式,线程完成的任务可由自己实现。-thread pool to achieve the integrity of the program, thread pool through the interface, threaded completed their tasks could be achieved.
threadpool_src
- 多线程编程中线程池的完整实现方案,线程池通过接口的方式,线程完成的任务可由自己实现。-thread pool to achieve the integrity of the program, thread pool through the interface, threaded completed their tasks could be achieved.
thread_pool
- windows线程池的实现,用c++封装了windows线程接口
SSiFun-V1.3.0.1
- SSiFun通过设计一个通用、简便的数据接口,来封装Windows进程间函数调用的技术实现细节,提高开发效率。一个Dll同时适用于调用者和服务提供者(即客户端和服务端),避免了服务端、客户端的协议兼容和版本问题。SSiFun提供标准WIN32 API接口,适用于各类编程语言(包括VC++、Delphi、VB、C#等)调用。SSiFun.dll 采用VC++ 7.1(VS2003)编制,提供了 SSiFun.dll、SSiFun.lib、SSiFun.h,可直接加入到VC++项目中调用。 支持
20073131394675
- 实现了一个简洁易用的多线程串行通讯接口,可以切换查询和自动接收模式,进行对串口数据收发-To achieve a simple and easy-to-use multi-threaded serial communication interface, you can switch to receive queries and automatic mode, the data on the serial transceiver
fig16_09_10_synchronized
- 生产者消费者线程同步问题,运用了接口,以及抽象类,线程同步来实现。-consumer and producer
CommTest
- 1.使用多线程的串口类。有读线程和写线程,发送、接收缓冲区(默认2048字节),满足高性能的收发要求。 2.提供事件通知回调函数接口,可以实现接收的消息接口 3.可以监控Modem事件,提供流控接口。 4.调用接口简单。使用例程参考CommTest.dsw-1. Using multi-thread serial port class. Have read the thread and write threads, send, receive buffer (def
ticket
- 编程模拟售票系统,模拟多个窗口(至少4个)同时出售100张车票的情况;用实现Runnable接口的方法实现多线程。-Ticketing system simulation program to simulate multiple windows (at least 4) while the case of sale of 100 tickets the method that implements Runnable interface, multi-threading.
Java
- 掌握两种实现多线程的方法:继承Thread类和实现Runnable接口。以供初学者学习这两种方法-Learn two ways to implement multithreading: the Thread class inheritance and implement the Runnable interface. For beginners to learn the two methods
Telephone2
- java 实现多线程 模仿电信移动收费 是个不错的多线程和接口例子-java multi-threaded imitate Telecom mobile charges is a good multi-threading and interface example
4-MFC-thread-class-
- MFC线程实现方法及其面向对象封装 线程是MFC编程中一个重要的概念。为了充分利用CPU,程序常采用多线程处理。操作系统与线程相关的函数皆为 C函数接口。直接使用API生成和使用线程,不符合面向对象的处理逻辑。通过面向对象封装,封装了与线程相关操作。将线程封装成类后,线程也具有了对象的概念。线程就更加容易理解和使用。 -MFC thread is an importrant concept in programming , 4 kinds of thread class are cons
Message_IN_Dif_Process
- 主要实现了两个进程之间的信息相互传递! 主要通过三个不同的接口展现了进程之间的传递方法及参数的使用方法!-The main achievement of the transfer of information between the two processes from each other! Mainly through three different interfaces to show the use of the method and parameters passing betwe
Interfaces
- C接口与实现上的代码,包括内存处理、链表、等接口的实现-Realization and implementation of the code C interface, including memory handling, lists, and other interfaces
LioSVMwithLibSVM
- LibSVM工具箱,在matlab环境下实现,完整的与VC接口!-LibSVM toolbox in matlab environment, complete with VC interface!
tainoanencu
- LibSVM工具箱,在matlab环境下实现,完整的与VC接口!-LibSVM toolbox in matlab environment, complete with VC interface!
thete
- J2ME 消息传递应用程序 在该结构中,使用监听器模式实现了一个基础的框架,主要包括以下几个类和接口 1,HTTPThread()