资源列表
Filesearch
- 主要是一个C++方面的小项目,使用了多线程的方式和MFC的界面,程序读取文件夹中的文本文件,然后判断文件中是否有指定字符串。使用信号量来维持线程间的通信,用临界区来保护资源。-Is a C++ aspects of small items, use the text file on multiple threads, and the MFC interface, the program reads the file in the folder, and then determine whethe
PatternMatch
- 该程序利用SSE对模板匹配算法进行了优化-The program utilizes the SSE on template matching algorithm has been optimized
Communication
- 利用管道进行进程间通信 设有二元自然数变量函数F(m,n)、f (m) g(n) 请编程建立3个并发协作进程或线程,它们分别完成计算F(m,n)、f (m)和g(n)。-Programming to establish three concurrent collaborative processes or threads, respectively, to complete the calculation of F (m, n), f (m) and g (n).
OmniThreadLibrary-2.2
- 一个很棒的线程库,解决了很多的delphi自带的线程的问题,真正体验到什么叫做多线程。很爽. 此为 2.2 版本-。-A great thread library to solve a lot of delphi
RCF-2.0.0.2675
- 远程调用框架(RCF)是一个专为C ++应用程序的IPC / RPC框架。 IPC和RPC技术的范围广。 C ++应用程序的无缝集成。 便携,高效和可扩展性。 用于在世界各地的主流应用软件。-Remote Call Framework (RCF) is a IPC/RPC framework tailored for C++ applications. Wide range of IPC and RPC techniques. Seam
PROCESS.RAR
- 可以保护进程不被结束可以完美保护哦 好东西啊 -Can protect the process is the end can not perfect protection Oh good thing
MultiThreadModelLessDialog
- 这是使用AfxBeginThread写的两个对话框通信的程序,分别是主框和一个非模态对话框,通信方式是SendMessage,代码有一定注释量,适合初学者-This is a program of the two dialog boxes using AfxBeginThread written communication are the main frame and a non-modal dialog, means of communication SendMessage code anno
vc-plugin
- 用ATL实现VC插件,很多软件都是通过插件的形式作为开发,这里用插件的形式做了一个实例。-With ATL VC plug-in, a lot of software in the form of plug-ins as developed here in the form of plug-in one instance.
Prodet
- 利用了多种检测方法检测隐藏进程的驱动程序。-Using a variety of detection methods to detect hidden process driver.
MyThread
- Qt多线程示例,对于初学者比较适合用来学习练手-Qt Thread program
filefind
- 用MFC的多线程技术 实现了文件查找器的功能-With MFC multithreading technology to achieve the function of File Finder
Process_control
- 设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。 在Windows下实现: • 使用CreateProcess()来创建进程 • 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步 • 调用GetSystemTime()来获取时间 -Design and implementation of the Unix
