搜索资源列表
多线程设计
- 一个很好的多线程设计思想,对学生学习这一块比较全面,很适合做课程设计的一个样本-a good multithreaded design ideas, the students learn a more comprehensive, and is very suitable for curriculum design a sample
process(source)
- 示例程序没有脱离编译环境,因此要想成功运行,你的机器上必须有VC-sample program from the compiler environment, in order to be successful, you must have a machine VC
2006021801
- 共四个演示。分别如下: 1:Sample 一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText 不用窗口子类化,而达到和发送自定义消息同样的效果。 3:SendFile 由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat 演示2和演示3使用的都是SendMessage来发放通知消息,所以不能异步通讯,SetWindowText不能跨进程使用,
vcthreads
- VC 多线程操作实例源代码 如何安全终止线程 如何创建UI线程 如何创建Worker线程 如何等待线程结束 如何挂起和恢复线程 如何获得线程的退出码 如何使用互斥量 如何使用临界区 如何使用事件 如何使用信号量 有此实例代码,多线程无忧!-VC multi-threaded operating source code examples how to safely terminate a thr
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
pThread
- 一个基于posix的并行程序示例!用pthread可以很方便的实现并行程序设计-A parallel procedure based on sample posix! Pthread can easily use the realization of parallel programming
scanport
- 本示例代码实现了多线程编程来扫描系统端口的功能,对多线程学习者有一定的帮助-The sample code implementation of the multi-threaded programming to the function of port scanning system for multi-threaded assist learners have a certain
t1
- 一个简单的进程注入实例,修改需要注入的进程ID号码即可,程序有注解-a sample for process inject
thread
- 一个在MFC里用多线程播放音乐的示例程序-MFC inside a music player with multi-threaded sample program
clsProcess
- 进程操作的类,可以从进程名枚举进程PID,也可以从窗口标题查找,打开进程,读取长整型,写入长整型,读取字节数组,写入字节数组.压缩包内包含有一个破解示例,破解掉一个判断密码是否正确的程序(仅在内存中进行,不破坏原文件)-Process operations class, you can enumerate the process name from the process PID, you can search for the title from the window, open the pr
CriticalTest
- 有关临界区使用的一个样例,主要为多线程控制使用-The critical use of a sample, the main use for the multi-threaded control
MutexTest
- 互斥体使用的一个样例,主要为多线程控制使用-Mutex using a sample, the main use for the multi-threaded control
SemaphoreTest
- 信号量使用的一个样例,主要为多线程控制使用-Use of a semaphore sample, the main use for the multi-threaded control
EventTest
- 事件使用的一个样例,主要为多线程控制使用-Events using a sample, the main use for the multi-threaded control
R3-debug.
- a. 项目名称:R3Dbg(调试器内核),Gravedigger(调用示例) b. 本项目的任务开发者:傅强。 c. 开发背景:科锐3阶段项目。 d. 运行环境:WIN2000,XP。 -a. Project Name: R3Dbg (kernel debugger), Gravedigger (called sample) b. The task of the project developers: Fu Qiang. c. Development Background:
MultiThread
- VC++ 分多个线程来同时进行多项任务,在本例中,每个线程完成的任务几乎是一样的,但是互不影响,各自执行各自的,是一个进度条的显示样例。每个独立线程分别发送消息进入各自的进度条控制指令。 -VC++ in several threads to carry out multiple tasks simultaneously, in this case, each thread is almost the same task, but independently of each other, t
FileTransSvr
- VC++多线程下载文件示例程序,一个网络下载程序,分服务端和客户端,可以分别执行多个下载例程-VC++ multi-threaded download sample program, a network download, sub-server and client, you can run multiple downloads were routine
Account
- 用JAVA中的多线程示例银行取款问题。有账户、银行卡、存折三个类,当用户 取款金额超过银行卡余额时则显示“余额不足”和银行卡所剩金额多少。 显示信 息:您所取金额为1000元! 对不起,余额不足! 余额为200 元! 余额为200元!-Used in multi-threaded JAVA sample bank teller problem. Have an account, bank cards, passbooks three classes, when a
Sample
- 在多线程中实现MFC成员函数的调用的程序源码,希望对大家有所帮助-Implemented in a multi-threaded MFC member function call program source code, we hope to help
Multi-threaded-sample-program
- 一个多线程示例程序及多线程常见问题介绍。实例程序,c++builder的精彩编程-Sample program of a multi-threaded and multi-threaded FAQs. Sample program, c++, the builder of the wonderful programming! !