资源列表

« 1 2 ... .20 .21 .22 .23 .24 157625.26 .27 .28 .29 .30 ... 216392 »

[进程与线程Reader-Writer

说明:创建一个控制台进程,此进程包含n个线程,用这n个线程来表示n个读者或写者,每个线程按相应测试数据文件(后面有介绍)的要求进行读写操作,用信号量机制分别实现读者优先和写者优先的读者-写者问题。 读者-写者问题的读写操作限制(包括读者优先和写者优先): 写-写互斥,即不能有两个写者同时进行写操作。 读-写互斥,即不能同时有一个线程在读,而另一个线程在写。 读-读允许,即可以有一个或多个读者在读。 读者优先的附加限制:如果一个读者申请进行读操作时已有另一个读者正在进行读操作,则该
<何必> 在 2025-10-22 上传 | 大小:7kb | 下载:0

[Windows编程integrated-DC-power-supply

说明:The design of the integrated DC power supply thank-The design of the integrated DC power supply
<龙道源> 在 2025-10-22 上传 | 大小:7kb | 下载:0

[图形图像处理(光照,映射..)background

说明:对于给定一个类标矩阵(假定label大小145*145 ),矩阵中0代表背景点,非0代表非背景点。 现在给定一个point矩阵(每一列存放的是点的坐标),表示在图像中的位置,但是未必是整数值即可能并不与像素点位置重合。 要求判断出point中哪些点位于背景区域,输出点的索引index位置矩阵。-for an label matrix(eg.label of a 145*145 matrix),the 0 stands for the background,and non-zero sta
<袁永福> 在 2025-10-22 上传 | 大小:7kb | 下载:0

[C#编程ledForm

说明:C# 做LED效果,使用C#语言环境制作的LED显示屏效果,根据srcBitmap绘制desBitmap,获取源图的bmdata。定义时钟事件,设置文字样式等。-C# to do the LED effect, use the C# language environment produced by the LED display effect, according to srcBitmap to draw desBitmap access to the source map bmdata. De
<韩建玲> 在 2025-10-22 上传 | 大小:7kb | 下载:0

[人工智能/神经网络/遗传算法xiangguanjihui

说明:该算法是用随机模拟,遗传算法和神经网络相结合的混合算法求解随机相关机会模型的。-The algorithm is a hybrid algorithm combining stochastic simulation, genetic algorithms and neural networks to solve the random opportunity to model.
<高建炳> 在 2025-10-22 上传 | 大小:7kb | 下载:0

[GIS编程AE--code

说明:AE开发中一些常用的代码,包括AE缓冲区代码,arcengine开发Statistics代码,ArcEngine连接表join。-AE develop some common code, including the AE buffer code arcengine Development Statistics code on ArcEngine connection table join.
<王长喜> 在 2025-10-22 上传 | 大小:7kb | 下载:0

[matlab例程fuzzyy

说明:此程序为在MATLAB环境下编写的模糊控制模块,通过模糊判断改变PID控制的参数,实现模糊PID控制。-This program is written in the MATLAB environment, fuzzy control module to change the PID control parameters, the fuzzy PID control, fuzzy judgment.
<lxz> 在 2025-10-22 上传 | 大小:7kb | 下载:0

[其他游戏7794652

说明:贪吃蛇源码,为初学者设计使用,如果有好的建议,可以上传。-Snake source, designed for beginners to use, if there are good suggestions, you can upload.
<王庆建> 在 2025-10-22 上传 | 大小:7kb | 下载:0

[单片机(51,AVR,MSP430等)51-Relay-control-c-C-source-

说明:51 Relay control c C source,51单片机C程序————-继电器控制C语言源码,很好,很实用~~~用杜邦线把继电器输入端口和P1.1连接起来 按键s1吸合 s2释放继电器 sbit key1=P3^0 //定义按键位置 sbit key2=P3^1 //定义按键位置 sbit RELAY = P1^1 -51 Relay control c C source,
<> 在 2025-10-22 上传 | 大小:7kb | 下载:0

[通讯/手机编程ds-simulation

说明:直接序列扩频的扩频仿真-Direct sequence spread spectrum spread spectrum simulation
<张一> 在 2025-10-22 上传 | 大小:7kb | 下载:0

[matlab例程xbzqqz

说明:利用小波变换进行图像灰度增强,其中与直方图,中值滤波图像处理进行了对比-Using wavelet transform image gray enhanced, including histograms, median filter image processing were compared
<李小玉> 在 2025-10-22 上传 | 大小:7kb | 下载:0

[matlab例程fengliji

说明:自建的风力机模型,估计是垃圾,大家可以-Self-built wind turbine model was estimated to be garbage
<ajia> 在 2025-10-22 上传 | 大小:7kb | 下载:0
« 1 2 ... .20 .21 .22 .23 .24 157625.26 .27 .28 .29 .30 ... 216392 »

源码中国 www.ymcn.org