-
C语言精彩编程很好的资料
C语言精彩编程很好的资料-C Programming Language wonderful good information
- 2023-03-27 01:55:04下载
- 积分:1
-
几十种导航菜单样式美化代码
几十种CSS导航菜单样式美化代码,一共有近30种吧,不看绝对后悔!各种各样风格的网站导航菜单样式,美工不好的WEB程序员,可不要错过!~有黑色、蓝色、带渐变的、纯色的、圆角菜单等等,每一款都十分漂亮美观,小巧漂亮的网页菜单。
- 2023-07-30 23:45:02下载
- 积分:1
-
MATLAB调用SAP2000
说明: matlab OAPI调用2000sap2000,修改Linear和 damper 的参数计算 的参数 sapsap 的安装目录下面有一 个‘ OAPI documention文件,里面有函数和例子照着结合我运行过没发现问题。 文件里面有函数和例子照着结合我运行过没发现问题。(Matlab OAPI calls 2000sap2000 to modify the parameters of linear and damper. There is an "OAPI document" under the installation directory of sapsap. There are functions and examples in it. I have run them and found no problems. There are functions and examples in the file. I have run them without any problems.)
- 2020-12-08 08:57:14下载
- 积分:1
-
点云的三维重建
常见点云数据网格重建 matlab语言程序(Common point cloud data grid reconstruction)
- 2018-07-05 11:58:32下载
- 积分:1
-
top
利用顶帽变换进行图像增强,能够提取图像细节,增强图像对比度(Using top hat transform to enhance image,which can extract image details and enhance image contrast.)
- 2021-04-29 12:18:43下载
- 积分:1
-
RapidIO-3.1-Specification
说明: RapidIO-3.1-Specification,用于rapido的规范的解读,可以更加深入的了解rapido的整个架构。(RapidIO-3.1-Specification, which is used to interpret the specifications of rapido, can provide a deeper understanding of the overall framework of rapido.)
- 2020-06-23 04:40:02下载
- 积分:1
-
b2_05_2002
光線覓跡是光學設計程式的重點,雖然像差理論提供許多光學系統行為之理解,但正確的數據可以讓透鏡設計者對於其設計是否可以如預期的情況提供進一步之確定。(Light ray tracing is the focus of the optical design program, although many of the optical aberration theory provides the understanding of system behavior, but the correct data to allow the lens designer for its design, as expected, the situation can further the OK.)
- 2010-07-05 19:20:45下载
- 积分:1
-
Laoy-v4.06-build20171024
老y文章管理系统是由老y基于Asp+Access/Mssql环境下开发的开源建站产品。在很大程度上满足了初级个人用户及企业、事业单位、团体、机构等的建站需求。(The old y article management system is an open source building product developed by old y based on the Asp+Access/Mssql environment. To a great extent, it meets the needs of the primary)
- 2018-03-14 07:29:50下载
- 积分:1
-
asd
stegnography papper pdf document
- 2009-10-17 05:31:58下载
- 积分: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