-
cs563_intro
Understand state-of-the-art techniques for
photorealistic rendering
Become conversant with cutting edge graphics
literature
Hands-on exploration of one (or more) of the
techniques encountered (a project).
Learning and using raytracing to generate amazing
pictures.
Possibly extend one of the studied techniques,
implement new ones
- 2012-01-05 22:36:15下载
- 积分:1
-
Siftdetect
c++&pcl,查找点云的SIFT特征点(Finding SIFT Feature Points of Point Cloud)
- 2019-05-20 16:31:01下载
- 积分:1
-
Svvehicle8i
汽车8自由度simulink模型,可乙乙进行各种汽车动力学控制及其仿真研究工作
(Automotive 8 degrees of freedom simulink model, B B a variety of vehicle dynamics control and simulation study of)
- 2012-07-16 17:29:20下载
- 积分:1
-
排班
说明: 应用此程序,可对文件进行排班。(With this program, files can be scheduled.)
- 2020-06-17 13:20:01下载
- 积分:1
-
3dsmax-md5importer
可以将md5格式的模型导入到3ds max中的一个插件(3dsmax-md5importer)
- 2010-10-01 03:54:27下载
- 积分:1
-
pwm
PWM调光,通过PWM(脉宽调制)调节LED的亮度(PWM dimming to adjust the brightness of the LED by PWM (Pulse Width Modulation))
- 2013-03-07 21:17:32下载
- 积分:1
-
UseAdo
在Microsoft Visual C++6.0环境下,应用ADO,编写的连接access数据库的简单程序(MFC ADO access)
- 2017-05-25 08:57:06下载
- 积分:1
-
Hospital_MIS
cs开发的一个医院管理系统,供学习和研究。(cs development of a hospital management system for learning and research.)
- 2009-09-29 11:01:16下载
- 积分: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
-
算法 ferma
费马分解算法 (保理业务) 奇数整数算法。
- 2022-01-26 07:06:29下载
- 积分:1