搜索资源列表
截取程序消息的DLL和使用例子GetMSG getmsg
- 1)killtimer项目 是动态库getmsg的源代码工程 2)mpeg_play下 是利用getmsg.dll截获notepad.exe 中WM_COMMAND消息的例子, 测试的时候请打开notepad.exe,并在其中输入内容,mpeg_play程序将收到相应的消息 -a) killtimer project is a dynamic library getMsg the source code works 2) is used under mpeg_pl
进程创建
- 1 程序开发步骤 (1) 打开vc,选择菜单项file->new,选择projects选项卡并建立一个名为\"process\"的win32 console applicatoin工程;创建时注意指定创建该工程的目录; (2) 在工程中创建源文件\"process.cpp\":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是\"process.cpp\";接下来询问是否创建新文件时回答\"yes\";然后
ftp协议实现多线程断点续传
- ftp下载的好处我在这里就不多说了,许多工程会把ftp下载作为一个重要的功能来实现。微软提供的WinInet类可以利用下面这些函数: InternetOpen; InternetConnect; GetCurrentDirectory; SetCurrentDirectory; FtpGetFile; -ftp download the benefits here, I will not say more. many projects will ftp download a
VCgaojiyingyong
- 关于VC的应级应用,共有两部公,一是动态链接库,一个是在工程实践中的多任务机制-on VC should applications, a total of two public and First dynamic link library, one is the practice of multi-tasking mechanisms
MultithreadedJobQ
- 关于线程池的一些操作之列的一个工程 包括添加线程,删除之类的操作-threads on the pool operated out of a project, including adding threads, such as the deletion of the operation
RW
- 读者写者问题源码.包含我的注释. 没有加入工程文件. 只有一个R&W.cpp.在vc++6.0下编译成功. 在Windows 2000 环境下,创建一个包含n 个线程的控制台进程。用这n 个线程来表示n 个读者或写者。每个线程按相应测试数据文件的要求,进行读写操作。请用信号量机制实现读者-写者问题(读者优先)。 读者-写者问题的读写操作限制: 1)写-写互斥; 2)读-写互斥; 3)读-读允许; 读者优先的附加限制:如果一个读者申请进行读操作时已有另一读者正在进行
KillProcess
- 进程手术刀1.1版(在vc6.0下编译通过) 与原版只有很少的修改.重要的是自带了psapi.h和psapi.lib,而且修改了编译选项. 注意:这个工程只能在Release模式下编译, 如果谁知道怎样设置在Debug下编译,请告诉我.
XPButtonDemo
- 一个提取WINDOWS资源,做成的动态条,可以进行改进,多线程的工程.
ShotGun
- 这个版本是完整版的带命令的远程线程插入版本,是ShotGun的源码。用C++ 源码新建工程就可以了,这样的Exe文件应该体积会小一点
读者写者模拟
- 模拟操作系统里实现读者-写者问题的程序实例。用vc++编写,直接打开工程文件即可调试。-operating system simulation, achieving readers - who wrote the program examples. Vc with the preparation, direct project documents can be opened debugging.
MultThread.rar
- 利用VB6实现了真正的多线程,在VB中,创建一个Active EXE工程,并进行设置,就能实现.,Use VB6 achieve a true multi-threaded, in VB, create an Active EXE project and set up, we can achieve.
MFC_Thread
- 使用MFC进行线程编程的例子,本工程包含三个线程,演示了线程的创建、挂起和唤醒过程。-Thread programming with MFC for example, the project consists of three threads, demonstrates thread creation, suspend and resume the process.
loadEXE.rar
- 将非自身的EXE注入到其它进程控制中运行的代码。非常经典的东西。,of non-self-injected into the EXE other process control operation of the code. Very classic things.
multi-process-thread-sort
- 一个完整VC开发工程:实现用多进程和多线程进行快速排序-a complete VC project: accomplish fast sorting by using multi process and multi thread programming technique
123
- 一个反向后门实例是c++的工程。没什么好说的了。大家可以参考一下。-Example of a reverse backdoor c++ Project. To say nothing of the. Everyone can reference.
multiline
- 建立一个工程,主线程负责用户交互,界面上提供一个按钮,通过它用户建立一个新的线程处理复杂的计算。多个线程可以共享内存中的某些变量。线程可以中止,挂起。线程间需要同步-Set up a project, the main thread is responsible for user interaction, provide a button on the interface through which users set up a new thread to handle complex calc
DataACQ
- 电信97工程中话单采集模块 里面有很多使用的技术是学习VC+的好例子。-tihs is good!
threadpool
- 很经典的线程数源码了,只有头文件和源文件,可以自己建立工程调试-Classic threads source code, and only the header files and source files, it can do to establish engineering debugging
ZThread
- zthread线程库,方便线程各种操作,已经整理成VS2005静态工程,编译后即可使用。-zthread thread library to facilitate the threading of various operations, has been organized into a static VS2005 project, compiled to use.
multi_thread
- 一个不错的多线程工程代码,我自己学习就是利用这个的,希望对大家有用-A good multi-threaded project code, and my own education, the use of this, and hope for all of us