资源列表
[系统编程] OSshengchanzhexiaofeizhe
说明:“生产者-消费者”的问题是进程互斥中一个著名的案例。 抽象背景:生产者和消费者共享一个缓冲区: 当生产者快时,保证不会有数据遗漏消费; 当消费者快时,保证不会有数据未产生就被消费; 此问题要求解决如下并发需求: 互斥:任一时刻仅有一个生产者或消费者访问缓冲区 同步:缓冲区满时生产者等待,缓冲区空时消费者等待 大概意思是:有一个有限缓冲区和两类线程,它们是生产者和消费者,生产者把产品放入缓冲区,相反消费者便是从缓冲区中拿走产品。 生产者在缓冲区满时必须等待,直到缓冲区有<高建功> 在 2025-06-19 上传 | 大小:2kb | 下载:0
[Linux/Unix编程] webspheremqforlinux
说明:LINUX平台下MQ消息中间件的开发、维护手册-LINUX platform middleware MQ message development, maintenance manuals<ss> 在 2025-06-19 上传 | 大小:103kb | 下载:0
[Linux/Unix编程] UbuntuLinux
说明:UBUNTU命令大全,很详细的,也很实用-UBUNTU order Daquan, very detailed and very practical<jason> 在 2025-06-19 上传 | 大小:8kb | 下载:0
[Linux/Unix编程] qt
说明:QT designer的一些入门书籍,初学者使用,快速入门-QT designer some entry-books, for beginners to use, Quick Start<jason> 在 2025-06-19 上传 | 大小:3.2mb | 下载:0
[Linux/Unix编程] i2cdriver_test.tar
说明:Linux 2.6.24通过SMBUS总线(也类似于i2c总线)读写内存上的SPD信息。里面包含驱动和测试程序。再PC机上反复测试过,使用OK!本人2个星期的工作量。-Linux 2.6.24 through SMbus bus (also similar to i2c Bus) memory read and write information on the SPD. Which contains drivers and test procedures. PC, and then repeat<wanglin> 在 2025-06-19 上传 | 大小:105kb | 下载:0
[加密解密] Change_Decode
说明:简单的置换算法示例,帮助大家更好的理解密码学的知识,也方便引用-Examples of simple replacement algorithm to help us better understand the knowledge of cryptography, but also convenient to quote<孤飞弋> 在 2025-06-19 上传 | 大小:901kb | 下载:0
[Linux/Unix编程] uclinux_mplayer
说明:uclinux下mplayer的源码,解压后可看到详细的源码,但是没有详细说明,偶正在研究,有兴趣者可加QQ27639563,一起探讨-mplayer under uClinux source, after extracting the source can be seen in detail, but did not elaborate, even are studying Interested parties may increase QQ27639563, to explore<不走> 在 2025-06-19 上传 | 大小:8.17mb | 下载:0
[Linux/Unix编程] demo
说明:LInux BootLoader的说明文档,来自Linux2.6源代码的说明文档-LInux BootLoader of documentation, from Linux2.6 source code documentation<gav> 在 2025-06-19 上传 | 大小:35kb | 下载:0
[加密解密] WindowsApplication2
说明:通过调用动态链接库(dll)实现DES加密解密的程序,可以实现不同语言下数据传输的加密解密的一致性问题-By calling the dynamic-link library (dll) to achieve DES encryption and decryption process can be achieved in different languages under the encryption and decryption of data consistency problem<zhb> 在 2025-06-19 上传 | 大小:52kb | 下载:0