搜索资源列表
singleclass
- C++的单件类封装类,该类提供了共享单件类的线程之间的同步机制。-C + + in a single category Packaging categories, such sharing of a single type of thread synchronization mechanism between.
GetFileVersionInfo
- 封装文件版本获取的C++类,使用该类可以方便的获取一个可运行程序的属性信息。通过这个类可以方便的进行文件版本更新。-Packaging documents obtained C, the use of such convenient access to a procedure that can run the attribute information. Through this type can be conveniently updated versions of documents.
CPUDetect
- c++Builder6下实现的系统进程CPU使用率监控程序,当被监控程序CPU大于设置值时自动杀掉被监控进程。系统进程信息获取封装成C++Builder风格的类,可以实现系统进程列表获取;指定进程CPU使用率的获取;通过PID杀指定进程;通过程序名杀指定程序。
thread_pool
- windows线程池的实现,用c++封装了windows线程接口
ThreadModel
- 一个workhorsing线程的C++类封装,可以作为中间件方便地创建、启动、暂停、同步、释放一个线程。只需要在这个类上派生新的类,重载虚函数run(),这个函数包含需要被执行的代码
CNamedPipe_src
- 命名管道的封装MFC类。含客户端和服务器端- Names the pipeline the seal MFC kind. Contains the customer end and the server end
thread
- 标准C++写的线程池 以及封装的跨平台线程对象-Standard C++ Written in the thread pool, as well as cross-platform package thread object
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++项目中调用。 支持
ThreadBase
- 简单封装线程操作的C++类,需要派生才能使用。-Simple to operate package thread C++ class, the need to use derivatives.
ThreadSite
- C++多线程类,封装了线程控制的一般操作-Multi-threaded C++ class that encapsulates the general operation of the thread control
mfcThread
- 只是一个简单的WIN32下面线程的C++基类封装。在我自己的代码中已经使用N年了,在此稍作简化。因为功能很简单,所以就没有注释了。-A simple C++ base class wrapping thread functionalities under WIN32, which has been used in codes of my own for years. Make some simplification before uploading herewith. No comments s
linuxPC-threadpoll
- UNIX+C线程池开放源码封装,可以了解线程池的实现机制-UNIX+ C thread pool open source package, you can see the thread pool implementation mechanism
socket
- socket的举例,C#多线程计时器类,该例子是一个封装的计时器类-example for socket in C#
4-MFC-thread-class-
- MFC线程实现方法及其面向对象封装 线程是MFC编程中一个重要的概念。为了充分利用CPU,程序常采用多线程处理。操作系统与线程相关的函数皆为 C函数接口。直接使用API生成和使用线程,不符合面向对象的处理逻辑。通过面向对象封装,封装了与线程相关操作。将线程封装成类后,线程也具有了对象的概念。线程就更加容易理解和使用。 -MFC thread is an importrant concept in programming , 4 kinds of thread class are cons
2137364
- 用C++编写的封装有关注册表操作的函数,使你可以轻松添加,删除,修改主键或键值,()
