搜索资源列表
sameprocess
- 如果您对IE4.0熟悉的话,你将知道在Internet Settings高级设置中有一个选项:“在新的进程中浏览(英文:Browse in a New Process)”,如果你把它前面的对钩去掉,然后运行IE,并打开任务管理器查看所有进程,你将会发现没有新的IExplorer.exe进程出现。反之,则新的IExplorer.exe进程出现。 当我们需要许多数据在程序实例之间共享的时候,这种能使多个实例运行在同一个进程空间的程序是非常有用的。它的实现很简单,众所周知,启动任何一个应用程
sample
- 在VS2005环境下,使用MFC实现一个马赛克图片特技的多线程播放。将打开按钮的响应函数中屏蔽的代码打开可以看到串行程序的效果。通过二者的对比可以深刻体会串行程序与多线程程序的区别。这是我自己写的,在讲课中用的一个小示例程序。-In the VS2005 environment, the use of MFC stunt the realization of a mosaic picture of the multi-threaded playback. Button will open the
MultiThread
- 如果我们在一个MFC对话框程序里面,点击一个执行延时10秒的按钮,那么在这10秒延时过程中,对话框程序将无法做其他的事,不响应其他的消息,那么它就是一个单线程的程序,因为它本身就拥有一个主线程,主线程处于工作状态,将无法响应其他的消息。 因此,为了让程序更好的处理一些耗时的操作,所以将一些耗时的,并且不直接表现在界面上的一些工作,另开一个线程去操作,因此在这里有必要学习——多线程编程。-If we are in an MFC dialog program inside, click on a
MulitThreadtest
- vs2010 VC++演示mfc下单个线程暂停、启动、停止功能。演示了开启任意线程,并且区分线程ID和线程句柄的功能。演示了线程加锁、互斥的功能-vs2010 VC++ demonstrates the mfc single thread pause, start, stop function. Demonstrates open any thread, and the thread ID and thread handles distinguish features. Demonstrates
process-communicate
- 在vc6.0的mfc里面用c++开发的操作系统上机作业,打开父进程debug文件夹里面的父进程exe,即可点击创建子进程,发送消息,以管道方式通信。-In vc6.0 of mfc eyed on c++ operating system developed machine operation, open the parent folder inside debug the parent process exe, you can click create a child process, sen