资源列表

« 1 2 ... .19 .20 .21 .22 .23 624.25 .26 .27 .28 .29 ... 1044 »

[进程与线程banker

说明:可运行 #define W 10 //最大进程数W=10 #define R 20 //最大资源总数=20 int AVAILABLE[R] //可利用资源向量 int MAX[W][R] //最大需求矩阵 int ALLOCATION[W][R] //分配矩阵 int NEED[W][R] //需求矩阵 int Request[R] //进程请求向量 -Can run#define W 10 // m
<toy> 在 2025-02-27 上传 | 大小:91kb | 下载:0

[进程与线程File-Transferwinsock

说明:用于文件的传输与断点续传,有控制台和应用台。-Transmission and HTTP for file, there are console and application sets.
<韩绪言> 在 2025-02-27 上传 | 大小:1.05mb | 下载:0

[进程与线程Operating-System-B-test-reports

说明:开发一个仿真操作系统,要求具备进程调度、存储器管理、文件及设备管理等基本功能-The development of a simulation operating system, requires scheduling process, the basic functions of memory management, file and device management
<杨开达 > 在 2025-02-27 上传 | 大小:222kb | 下载:0

[进程与线程win32_timer

说明:基于网上很多定时器都是用MFC写的,而用win32方面比较少,项目用到定时器这块,所以顺便上传一份. 是在VS2010 > VC++ > Win32控制台建的工程.里面涉及线程/定时器,简单易用,下载完可直接运行.-Based on the Internet many timers are written in MFC, but less use win32 aspect, project use the timer, so
<李伟> 在 2025-02-27 上传 | 大小:7.71mb | 下载:0

[进程与线程AppVentas

说明:App ventas en java, utilizando conceptos y buenas practicas de varios marcos de trabajo. Basado en Spring
<chl007> 在 2025-02-27 上传 | 大小:141kb | 下载:0

[进程与线程the-use-of-multiple-processes

说明:介绍多进程的使用,让初学者以最简单的方式接受多线程这个方法-Introduction the use of multiple processes。For beginners in the simplest way to accept a multithreaded this method
<tongchao> 在 2025-02-27 上传 | 大小:3.2mb | 下载:0

[进程与线程RndRctMT

说明:介绍多线程的使用,让初学者更快的学习怎样使用多线程-Introduction the use of multiple thread.For beginners in the simplest way to accept a multithreaded this method
<tongchao> 在 2025-02-27 上传 | 大小:3.16mb | 下载:0

[进程与线程Thread

说明:一个简单的QT 线程例子,对初学者很有帮助。-A simple example of QT thread, is very helpful for beginners.
<jz> 在 2025-02-27 上传 | 大小:6kb | 下载:0

[进程与线程SimpleIPC

说明:进程间通信DEMO fifo filemapping-IPC DEMO fifo filemapping...
<xu> 在 2025-02-27 上传 | 大小:17kb | 下载:0

[进程与线程BoostThreadpool

说明:使用boost开发的线程池,使用方便,接口简单,可设置线程数目等-boost thread pool
<dowhile1> 在 2025-02-27 上传 | 大小:1kb | 下载:0

[进程与线程readerAndwriter

说明:读者与写者问题的解决(包括读者优先与写者优先)-The solution to the reader and the writer (including the reader first and the priority)
<刘波> 在 2025-02-27 上传 | 大小:1.13mb | 下载:0

[进程与线程2

说明:设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。 在Windows下实现: • 使用CreateProcess()来创建进程 • 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步 • 调用GetSystemTime()来获取时间 在Linux下实
<王光杰> 在 2025-02-27 上传 | 大小:21.22mb | 下载:0
« 1 2 ... .19 .20 .21 .22 .23 624.25 .26 .27 .28 .29 ... 1044 »

源码中国 www.ymcn.org