资源列表

« 1 2 ... .14 .15 .16 .17 .18 519.20 .21 .22 .23 .24 ... 1044 »

[进程与线程ThreadCreate

说明:使用系统调用CreateThread()创建一个子线程,并在线程中显示:Thread is Running!。为了能让用户清楚地看到线程的运行情况,使用Sleep()使线程挂起5秒,之后使用ExitThread()撤销进程。-System call CreateThread () to create a child thread, the thread: Thread is the Running! . In order to allo
<slp> 在 2025-03-01 上传 | 大小:926kb | 下载:0

[进程与线程Semaphore

说明:主、子两个线程之间的同步,要求子线程先执行。在主线程中使用系统调用CreateThread()创建一个子线程。主线程创建子线程后进入阻塞状态,直到子线程运行完毕后唤醒主线程。-The main synchronization between two threads of the child requires the child thread is executed first. In the main thread using the
<slp> 在 2025-03-01 上传 | 大小:930kb | 下载:0

[进程与线程Mutex

说明:首先,在主线程中使用InitializeCriticalSection()初始化临界分区。然后建立两个子线程,在两个子线程中使用全局变量count的前、后分别使用 EnterCriticalSection()进入临界区及LeaveCriticalSection()退出临界区。等两个子线程运行完毕,主线程使用DeleteCriticalSection()删除临界区并撤销线程。-First of all, in the main threa
<slp> 在 2025-03-01 上传 | 大小:944kb | 下载:0

[进程与线程TXTWriteProcessMFC

说明:实现TXT文档的快捷打开与各种应用,利用进程的方式。-TXT files quick to open with a variety of applications, the use of the process.
<JinHaoRan> 在 2025-03-01 上传 | 大小:4.4mb | 下载:0

[进程与线程1

说明:用java编写的多线程程序,代码清晰,读者自学就可以明白多线程的实现-Multithreaded programs written in Java, the code is clear, self-study of readers can understand multi-threaded implementation of
<chen> 在 2025-03-01 上传 | 大小:4kb | 下载:0

[进程与线程os

说明:操作系统课设,编程实现模拟操作系统进程调度-Class set of operating system programmed to simulate the operating system process scheduling
<张三> 在 2025-03-01 上传 | 大小:28kb | 下载:0

[进程与线程Processor-scheduling-algorithm

说明:1.设定系统中有五个进程,每一个进程用一个进程控制块表示。 2. 输入每个进程的“优先数”和“要求运行时间”, 3.为了调度方便,将五个进程按给定的优先数从大到小连成就绪队列。用一单元指出队列首进程,用指针指出队列的连接情况。 4. 处理机调度总是选队首进程运行。采用动态优先数算法,进程每运行一次优先数就减“1”,同时将运行时间减“1”。 5.若要求运行时间为零,则将其状态置为“结束”,且退出队列。 6.运行所设计程
<> 在 2025-03-01 上传 | 大小:1kb | 下载:0

[进程与线程thread-VC

说明:这是用vc写的调用多线程的例子,已经测试通过,运行的很好,需要时大家可以下载进行参考-This is written in VC call multi-threaded example, has been tested, a good run, need you can download reference
<周开武> 在 2025-03-01 上传 | 大小:27kb | 下载:0

[进程与线程Classic-C-Sharp-multi-threaded-

说明:《C#多线程经典入门教程》,C#语言中的多线程程序设计-Classic Tutorial C# multi-threaded " , multi-threaded programming in C# language
<黄超> 在 2025-03-01 上传 | 大小:3.03mb | 下载:0

[进程与线程ThreadDllInjectModule

说明:ThreadDllInjectModule 线程注入 里面有EXE和DLL文件例子-ThreadDllInjectModule thread into the EXE and DLL files example
<baiyfcu> 在 2025-03-01 上传 | 大小:8kb | 下载:0

[进程与线程OpenMP01

说明:OpenMP入门程序,并行实现for循环,包括很多注释,指明了实现OpenMp并行程序时的注意事项-Parallel for statement implemented by c++ & OpenMP
<lixiang> 在 2025-03-01 上传 | 大小:635kb | 下载:0

[进程与线程line

说明:delphi基本的多线程实例,帮助理解多线程过程。和参数调用方法-delphi basic multi-threaded instance, to help understand the multi-threaded process. Call the method and parameters
<张山> 在 2025-03-01 上传 | 大小:320kb | 下载:0
« 1 2 ... .14 .15 .16 .17 .18 519.20 .21 .22 .23 .24 ... 1044 »

源码中国 www.ymcn.org