资源列表
[进程与线程] lesson-3
说明:多线程程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何采用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行。应用多线程编写网络聊天室程序。-The multi-thread programming, multi-threaded applications written easily appeared problems. Explain how the mutex object, using the mutex object to achieve the<hunter> 在 2025-06-11 上传 | 大小:56kb | 下载:0
[进程与线程] MulThread
说明:多线程编程实例,一个线程控制进度条,另一个线程控制小球运动。本例子是学习多线程编程很界面编程很好的例子-Multi-threaded programming examples, a thread of control progress bar, another thread of control ball movement. This example is multi-threaded programming is to learn good example of programming int<mengshiliang> 在 2025-06-11 上传 | 大小:48kb | 下载:0
[进程与线程] CreateThread
说明: 鼠标点击按钮,启动线程,马上开始计数, 在Edit中显示,一秒钟刷新一次。-Click the mouse button to start the thread, immediately began to count, in the Edit display, a second refresh.<idcomcn> 在 2025-06-11 上传 | 大小:14kb | 下载:0
[进程与线程] processinfo
说明:Windows系统下面获取进程的源代码,采用VC开发,可以获取进程的信息包括可执行程序的路径,进程ID等,可以用于进程监控和其他进程操作。-Windows system process to obtain the source code below, using VC++, you can get the process information includes the path of the executable program, process ID, etc., can be used f<anlin> 在 2025-06-11 上传 | 大小:13kb | 下载:0
[进程与线程] -M-Thread-TCP-Server
说明:一个基于多线程的TCP 服务器,使用VC++ 6.0进行开发,对初学者理解原理十分有用。-A Multi-threaded TCP server, using VC++ 6.0 for development, the principle is very useful for beginners to understand.<chengzhang> 在 2025-06-11 上传 | 大小:7.68mb | 下载:1
[进程与线程] MultiThread10
说明:多线程的一个例子,用于大家学习研究 -An example of multi-threaded, multi-threaded for them to learn from an example study, study and research for all<周明> 在 2025-06-11 上传 | 大小:25kb | 下载:0
[进程与线程] c_CMutex
说明:使用CMutex 类实现线程同步,将了解到声明线程函数,定义全局变量m_Sec,程序睡眠10秒,锁定临界区,对临界区进行解锁,输出变量等知识点。 -Use CMutex class implements thread synchronization, thread function declaration will learn to define global variables m_Sec, program sleep for 10 seconds, lock the critical a<祝伟> 在 2025-06-11 上传 | 大小:6kb | 下载:0
[进程与线程] Process-scheduling-algorithm-
说明:先来先服务调度算法(FCFS):每次调度都是从后备作业队列中,选择一个或多个最先进入该队列的作业,将它们调入内存,为它们分配资源、创建进程,然后放入就绪队列。在进程调度中采用FCFS算法时,这每次调度是从就绪队列中,选择一个最先进入该队列的进程,为之分配处理机,使之投入运行。该进程一直运行到完成或发生某事件阻赛后,才放弃处理机。 最短作业优先(SJF):每次从后备队列中选择一个或若干个估计运行时间最短的作业,将它们调入内存运行。 -FCFS scheduling algorithm (F<王泽宇> 在 2025-06-11 上传 | 大小:7kb | 下载:0