资源列表

« 1 2 ... .61 .62 .63 .64 .65 266.67 .68 .69 .70 .71 ... 1044 »

[进程与线程process

说明:#include <string.h> #include <fstream.h> #include <stdio.h> #include <stdlib.h> #define FINISH 0 //完成状态 #define RUNNING 1 //运行状态 #define READY 2 //就绪状态 #define WAITIO 3 //io等待状态
<鹰隼> 在 2025-02-14 上传 | 大小:2kb | 下载:0

[进程与线程Thread

说明:VB多线程图形演示,具体的看下就知道了,其实只不过是模拟一下,编译的时候请选择多线程模式-VB Multithread graphics presentations, specific facie know, in fact, just about simulation, the compiler when multi-threaded mode select
<burgess> 在 2025-02-14 上传 | 大小:60kb | 下载:0

[进程与线程GETWORD

说明:一个可以进行屏幕取词的小程序,核心部分进行了dll封装的-Screen can be a small program, the core parts of the dll package
<sss> 在 2025-02-14 上传 | 大小:105kb | 下载:1

[进程与线程thread

说明:一个VC的独立线程程序示例,用来理解线程的工作过程-An independent thread VC sample program to understand the work process thread
<Leo> 在 2025-02-14 上传 | 大小:1kb | 下载:0

[进程与线程ReaderAndWriter

说明:操作系统实验——pv操作,完成功能:读者写者问题-Experimental operating system- pv operation, complete function: readers to write the problem
<Hu Jiandong> 在 2025-02-14 上传 | 大小:45kb | 下载:0

[进程与线程CECPU

说明:一个测试CPU速度的小程序 不错的代码 C++编写-CPU speed of a test applet code good C++ Prepared
<likunzhou> 在 2025-02-14 上传 | 大小:182kb | 下载:0

[进程与线程OS_Traffics

说明:用MFC和DIRECTX开发的模拟十字路*通状况,完全用单线程模拟多线程的行为,使用了包括信号量,PV原语,就绪队列,等待队列等在内的操作系统的概念和数据结构。-DIRECTX using MFC and the development of simulation crossroads traffic conditions, complete with single-threaded simulation of multi-threa
<waleking> 在 2025-02-14 上传 | 大小:1.47mb | 下载:0

[进程与线程duanzuoyeyouxian

说明:用C语言实现的进程调度程序,采用短作业优先调度算法。 -Using C language to achieve the process of scheduling procedures, the use of shorter operating priority scheduling algorithm.
<杰儿> 在 2025-02-14 上传 | 大小:1kb | 下载:0

[进程与线程CopyFile1

说明:多线程编程 visual c++ win2000/xp-Multi-threaded programming visual c++ Win2000/xp
<xuandx> 在 2025-02-14 上传 | 大小:37kb | 下载:0

[进程与线程circles

说明:该程序实现多线程同步画圆的功能,每个线程的速度不同,通过此程序可以更深刻的体会进程的同步。-The program drawcircle multi-thread synchronization functions, the speed of each thread is different from the adoption of this procedure can be more profound understanding of
<houlichao> 在 2025-02-14 上传 | 大小:1kb | 下载:0

[进程与线程threadinWin32

说明:在编程过程中产生线程作了全面的分析,分析CriticalSection Mutex Semaphore Event在线程中的应用时各自优缺点作详细解说-In the programming process thread comprehensive analysis CriticalSection Mutex Semaphore Event in the thread of the application for a detailed e
<> 在 2025-02-14 上传 | 大小:21.4mb | 下载:0

[进程与线程shengchan

说明: 很多情况下我们需要多个线程互相协助,来完成同一个任务。但是线程很难从外部进行控制。 利用线程同步技术可以使线程彼此交互,从而避免了外部控制对与时间和资源的浪费。 在实际工作过程中我就遇到了类似的问题,需要对共享的缓冲区进行操作。-In many cases we need to assist each other to multiple threads, to complete the same task. But the t
<> 在 2025-02-14 上传 | 大小:2kb | 下载:0
« 1 2 ... .61 .62 .63 .64 .65 266.67 .68 .69 .70 .71 ... 1044 »

源码中国 www.ymcn.org