-
bp-yichaunsuanfa
说明: 该代码为基于遗传算法神经网络的预测代码,适合初学者(This code is the prediction code based on the genetic algorithm neural network)
- 2019-04-25 23:39:20下载
- 积分:1
-
Hslogic算法仿真,就MATLAB的管道运输与订购优化模型的文档-78658715guandaopushe
Hslogic算法仿真,就MATLAB的管道运输与订购优化模型的文档。(Hslogic algorithm simulation, on the MATLAB pipeline transportation and ordering optimization model documents.)
- 2020-06-22 02:20:01下载
- 积分:1
-
nlm去噪
用于图像、信号的去噪,提高图像或信号的信噪比。(For image and signal denoising, to improve the image or signal to noise ratio.)
- 2017-11-10 13:48:47下载
- 积分:1
-
windrose
说明: 利用matlab绘制风玫瑰图,含实例三个(draw windrose by matlab)
- 2019-11-14 12:59:14下载
- 积分:1
-
visual c++ to write a small program of Sokoban.
visual c++写的推箱子的小程序。-visual c++ to write a small program of Sokoban.
- 2022-07-16 07:34:59下载
- 积分:1
-
读者写者问题
说明: 1、定义一个数据缓存buffer及用于实现同步互斥的信号量。
2、定义一个读者函数:
?当有写者在占用buffer时,读者应该等待,直到写者不再使用该buffer。
?当有其他读者在占用buffer时,读者可对buffer进行读取操作。
?当buffer中有数据时,则从其中读取一个数据,并显示然后退出。
?当buffer中没有数据时,应等待,直到buffer中有数据可读。
3、定义一个写者函数
?当有读者在占用buffer时,写者应该等待,直到所有的读者都退出为止。
?当有其他写者占用buffer时,该写者应该等待,直到占用buffer的写者退出为止。
?当buffer有空闲时,写者应该在buffer中写入一个数据并退出。
?当buffer满时,写者应该等待,直到buffer有空闲为止。
4、定义主函数,在其中可以任意创建读者与写者。
可根据用户输入创建读者或写者进程(线程)。(1. Define a data buffer and semaphores for synchronization and mutual exclusion.
2. Define a reader function:
When a writer is occupying the buffer, the reader should wait until the writer no longer uses the buffer.
When other readers occupy the buffer, they can read the buffer.
When there is data in the buffer, read a data from it, display and exit.
When there is no data in the buffer, wait until the data in the buffer is readable.
3. Define a writer function
When a reader is occupying the buffer, the writer should wait until all readers quit.
When other writers occupy the buffer, the writer should wait until the writer who occupies the buffer exits.)
- 2019-12-27 18:49:46下载
- 积分:1
-
calc24
C++递归调用,4个整数用四则运算算24(C++ Recursive calls, with four integer arithmetic operator 24)
- 2008-06-13 17:44:25下载
- 积分:1
-
nndl-codes-master
说明: 神经网络与深度学习案列代码,神经网络与深度学习教程例题代码(Neural Network and Deep Learning Case Code, Neural Network and Deep Learning Course Case Code)
- 2019-04-17 11:37:01下载
- 积分:1
-
HTML 个人介绍网页源代码(4套)
说明: 个人介绍网页源码4套
Personal introduction page source code 4 sets(Personal introduction page source code 4 sets)
- 2020-06-24 05:00:01下载
- 积分:1
-
一个卷轴动画的小例子,实现很简单。希望对有志于游戏事业的新手同学有少少帮助就好了."A,D,W,S" 实现 左,右,上,下 移动...
一个卷轴动画的小例子,实现很简单。希望对有志于游戏事业的新手同学有少少帮助就好了."A,D,W,S" 实现 左,右,上,下 移动-a small example of animation to achieve is very simple. Hope interested in the game on the cause of the students have some newcomers to help me. "A, D, W, S" Achieving left, right, upper and lower mobile
- 2023-01-22 05:25:04下载
- 积分:1