资源列表
MultiThread
- 多线程的学习,在一个程序中,这些独立运行的程序片断叫作“线程”(Thread),利用它编程的概念就叫作“多线程处理”。多线程处理一个常见的例子就是用户界面。利用线程,用户可按下一个按钮,然后程序会立即作出响应,而不是让用户等待程序完成了当前任务以后才开始响应。 -Multithreaded learning, in a program, these stand-alone program fragment called " thread" (Thread), use it
thread
- 运行程序,单击“启动线程”按钮,程序将启动一个线程,线程将进行数值计算,并将结果发送给主窗口;单击“挂起线程”按钮,线程将挂起;单击“恢复线程”按钮,线程将恢复。-Run the program, click" start the thread" button, the program will start a thread, the thread will make numerical computation, and sends the result to the main window
ThreadCreat0
- 该程序通过创建两个线程分别实现连个小球(红色大球和蓝色小球)在固定区域里的运动。即单击启动按钮,开启两个线程,连个小球分别以不同的速度运动;单击停止按钮,蓝色小球线程被停止,红色小球继续运动。-The program achieved by creating two threads with a small ball (big red ball and blue ball) in a fixed area in the movement. That is, click the Start but
MutilThreadClass
- VC多线程入门必备。本代码展示了在VC下如何使用多线程的例子。绝对简单,入门必备。-VC Introduction to multithreading essential. This code shows how to use the VC multi-threaded example. Absolutely simple, entry necessary.
DelSelf
- 一个可执行文件在执行过程中,一般是不能删除其自己的,这段代码就是向你演示这个功能的-An executable file in the implementation process, generally can not remove its own, this code is to show you this feature
ned14-nedmalloc-v1.10_beta1-4
- 内存分配器,支持多线程,多heap,高效,稳定-Memory allocator to support multi-threaded, multi-heap, efficient, stable
threadmsg
- 自定义的一个类,向记录到该类对象的线程发送自定义消息.-Since the definition of a class, to record the thread to the class object to send custom messages.
PipeCalcServer
- 管道方式实现进程间通信,其实质也是共享内存。比较简单-Way to achieve inter-process communication pipe, and its essence is the shared memory. Relatively simple
duoxiancheng
- DELPHI写的简单的多线程例子,非常直观,对初学者非常有用。-DELPHI write a simple multi-threaded example, is very intuitive, very helpful for beginners.
dxcDown
- 用DELPHI写的多线程下载程序,HTTP方式。-DELPHI written with multi-threaded download, HTTP method.
04_Thread
- java中线程的学习,帮助我们掌握JAVA中得多线程-java threads in the study, much more to help us grasp the threads in JAVA
WANG
- 自己写的vc程序源码,实现dll注入,和自动发邮件等功能,看到这个好网站,和大家分享。exe文件工程没名字为WANGE,网站上可以下载。-Vc write their own source code, to achieve dll injection, and automatic email and other functions, see the good sites, and to share. exe file name for the project did not WANGE, the
