资源列表
[进程与线程] multitreadsrc1112
说明: 一般而言,应用程序中的一个次要线程总是为主线程执行特定的任务,这样,主线程和次要线程间必定有一个信息传递的渠道,也就是主线程和次要线程间要进行通信。这种线程间的通信不但是难以避免的,而且在多线程编程中也是复杂和频繁的,下面将进行说明。-Generally speaking, the application of a secondary thread is always the main thread to perform a specific task, so that main thread<> 在 2025-06-10 上传 | 大小:23kb | 下载:0
[进程与线程] threadpooldemosrc1
说明:包含DEMO(ThreadPoolDemo.rar),源代码 thread_pool.rar(只有一个HPP文件)及经过裁减的Boost1.32库;之后以用Boost是因为ThreadPool中用到了 Boost库的线程组件。-Contains the DEMO (ThreadPoolDemo.rar), the source code thread_pool.rar (there is only one HPP files) and after reduction of Boost1.32 d<> 在 2025-06-10 上传 | 大小:1.92mb | 下载:0
[进程与线程] killprccode
说明:本代码穷举系统进程,然后可以*进程,用到了 CreateToolhelp32Snapshot 和一些排序操作,-Exhaustive system process the code, and then kill the process, use the CreateToolhelp32Snapshot and some sort operation,<> 在 2025-06-10 上传 | 大小:14kb | 下载:0
[进程与线程] producerconsumer
说明:很多情况下我们需要多个线程互相协助,来完成同一个任务。但是线程很难从外部进行控制。利用线程同步技术可以使线程彼此交互,从而避免了外部控制对与时间和资源的浪费。-Many cases we need to assist each other to multiple threads in order to accomplish the same mission. But the thread is difficult to control from outside. The use of threa<> 在 2025-06-10 上传 | 大小:24kb | 下载:0
[进程与线程] Lesson15Code
说明:孙鑫老师Lesson15多线程与聊天室程序的创建的源代码-SUN Xin Lesson15 teacher chat rooms and multi-threaded process to create the source code<彭斌> 在 2025-06-10 上传 | 大小:35kb | 下载:0
[进程与线程] MultiThread
说明:建立一个包含四个窗口的多任务仿真程序。第一个窗口必须显示一系列的递增数,第二个必须显示一系列的递增质数,而第三个必须显示Fibonacci数列(Fibonacci数列以数字0和1开始,后头每一个数都是其前两个数的和-即0、1、1、2、3、5、8等等)。这三个窗口应该在数字达到窗口底部时或者进行滚动,或者自行清除窗口内容。第四个窗口必须显示任意半径的圆,而程序必须在按下一个Escape键时终止。-The establishment of a window contains four multi-t<段昌偉> 在 2025-06-10 上传 | 大小:1.18mb | 下载:0
[进程与线程] InternetDownload
说明:一个非常容易入门的多线程程序,实现步骤写在文件里,一步一步,就可以了解.-A very easy entry of multi-threaded process, the realization of the steps in the document, step by step, we can understand.<wangfang> 在 2025-06-10 上传 | 大小:39kb | 下载:0