资源列表
[C#编程] p-c
说明:计算机操作系统的生产者与消费者问题 一组生产者向一组消费者提供消息,它们共享一个有界缓冲池,生产者向其中投放消息,消费者从中取得消息。生产者要不断将数据放入共享的缓冲,消费者要不断从缓冲取出数据。消费者必须等生产者取走数据后才能再放新数据(不覆盖数据),消费者必须等生产者放入新数据后才能去取(不重复)。-computer operating system, the producer and a consumer group to a group of producers to provide<紫水晶> 在 2008-10-13 上传 | 大小:1.62kb | 下载:0
[控制台(字符窗口)编程] circlecutting
说明:集装箱的装箱问题 给定一个集装箱,其长为L,宽为W和高为H,现有一批圆柱形木材,每根木材的长均为L,但是半径不同,设第i根木材半径为ri。问如何装箱,使得集装箱的空间利用率最高? 本程序要求用贪心算法解决: 贪心算法总是作出在当前看来是最好的选择。也就是说,不从整体最优上加以考虑,它所做出的仅是在某种意义上的局部最优解。 -problem given a container, its long-L, width W and H for high, the existing bat<林茜> 在 2008-10-13 上传 | 大小:1.63kb | 下载:0
[其它] shexiangtouqudong
说明:一个介绍jmf的摄象驱动代码介绍,当你在使用java连摄象头的时候,这些代码让你事半功倍.-one of the cameras on jmf-driven code introduced, when you use java in placing even when these codes allow you to success.<linbaowei> 在 2008-10-13 上传 | 大小:1.63kb | 下载:0
[其它] ADC_DAC_test_code
说明:These files are for testing the ADC (AD9240) and DAC THS8133 (DAC1). The ADC and DAC are tested in loop back. -These files are for testing the ADC (AD9240 ) and DAC THS8133 (Amp). The ADC and DAC are test ed in loop back.<dido wang> 在 2008-10-13 上传 | 大小:1.62kb | 下载:0
[GDI/图象编程] 将RGB转换为HSV空间的C程序
说明:此代码可将RGB色空间转换为HSV色空间-this code can be RGB color space conversion to HSV color space<周迎风> 在 2008-10-13 上传 | 大小:1.62kb | 下载:0