资源列表

« 1 2 ... .92 .93 .94 .95 .96 2597.98 .99 .00 .01 .02 ... 16281 »

[系统编程43546356

说明:因为有多个缓冲区,所以生产者线程没有必要在生成新的数据之前等待最后一个数据被消费者线程处理完毕。同样,消费者线程并不一定每次只能处理一个数据。在多缓冲区机制下,线程之间不必互相等待形成死锁,因而提高了效率。-Because there are a number of the buffer zone, so the producer thread is not necessary in the generation of new data
<wang shao hua > 在 2025-04-09 上传 | 大小:2kb | 下载:0

[系统编程65gfhfdh

说明:课本上的算法是有信号量机制实现的(不要问我什么是信号量,课本上没讲)。声明一个int变量mutex(信号量),调用wait() signal()方法 。 wait(mutex) // if(mutex==0) { 阻塞当前进程 } else ( mutex-- } signal(mutex) // mutex++ 唤醒wait进程 -Textbooks on algorithms is a semaphore mechan
<wang shao hua > 在 2025-04-09 上传 | 大小:1kb | 下载:0

[系统编程ahha

说明:实现批处理 一、基本信息 实践题目:实现批处理 二、实践内容简要描述 实践目标: (1)了解Windows2000操作系统的基本结构 (2)学会在Win32环境下,通过函数 BOOL CreateProce-The realization of a batch, the practice of basic information Title: to achieve a batch II, the practice
<wang shao hua > 在 2025-04-09 上传 | 大小:1kb | 下载:0

[系统编程2345

说明:算法介绍: **数据结构: 1.可利用资源向量Available 2.最大需求矩阵Max 3.分配矩阵Allocation 4.需求矩阵Need **功能介绍: 模拟实现Dijkstra的银行家算法以避免死锁的出现.分两部分组成: 第一部分:银行家算法(扫描) 1.如果Request<=Need,则转向2 否则,出错 2.如果Request<=Available,则转向3,否则等待
<wang shao hua > 在 2025-04-09 上传 | 大小:1kb | 下载:0

[系统编程dfdfg

说明:分区管理是应用较广泛的一种存储管理技术。本实验要求用一种结构化高级语言构造分区描述器,编制动态分区分配算法和回收算法模拟程序,并讨论不同分配算法的特点。 -Divisional management is the application of a broader storage management techniques. This experiment requires a structured high-level language
<wang shao hua > 在 2025-04-09 上传 | 大小:1kb | 下载:0

[加密解密jiami

说明:用c编写的简单的文件加密代码,值得一看。存在缺陷请指教-C prepared with simple file encryption code, worth a visit. Please flawed advice
<费道花> 在 2025-04-09 上传 | 大小:44kb | 下载:0

[加密解密RSA

说明:实现RSA公钥算法,1978年就出现了这种算法,它是第一个既能用于数据加密也能用于数字签名的算法。 它易于理解和操作,也很流行。算法的名字以发明者的名字命名:Ron Rivest, AdiShamir 和 Leonard Adleman。但RSA的安全性一直未能得到理论上的证明。-The realization of RSA public key algorithm, in 1978 appeared in the algori
<lin> 在 2025-04-09 上传 | 大小:4kb | 下载:0

[Linux/Unix编程Linuxzhushi

说明:linux内核完全注释 对应Linux0.95-Notes corresponding linux kernel completely Linux0.95
<zhouzhou> 在 2025-04-09 上传 | 大小:5.84mb | 下载:0

[Linux/Unix编程pool

说明:通用 linux 线程池, 使用 C++ 编写, 具有良好的扩展性.-General linux thread pool, use the C++ Prepared, have good scalability.
<朱建国> 在 2025-04-09 上传 | 大小:6kb | 下载:0

[Linux/Unix编程071222@52RD_makefile

说明:linux 环境下的make file 教程-linux environment make file tutorial
<zhouzhou> 在 2025-04-09 上传 | 大小:498kb | 下载:0

[系统编程SCR_OPEN_OR_CLOSE.ZIP

说明:dos下打开或关闭显示器的图像的代码演示。-dos to open or close the image display code demo.
<小文> 在 2025-04-09 上传 | 大小:1kb | 下载:0

[系统编程2005525570313

说明:headerctrl重华listctrl-headerctrl Chonghua listctrl
<hanyilok> 在 2025-04-09 上传 | 大小:19kb | 下载:0
« 1 2 ... .92 .93 .94 .95 .96 2597.98 .99 .00 .01 .02 ... 16281 »

源码中国 www.ymcn.org