资源列表
[Linux/Unix编程] RTPandRTCP
说明:RTP,RTCP网络封装包,网络QQ、视频会议等开发,一个源码包-RTP, RTCP Network Encapsulation packet, network QQ, video conferencing and other development, a source package<tian> 在 2024-11-13 上传 | 大小:628kb | 下载:0
[Linux/Unix编程] futex-2.2.tar
说明:Linux 快速用户态互斥锁例程。 linux2.5以上内核,支持Futex,对于刚接触的用户,使用起来非常麻烦,这部分源码,详尽的利用futex基础原理,进行了封装,并且给出了几个测试例子。-Fast User Mode Linux mutex locking routines. linux2.5 above kernel, support Futex, for the new to the user, is very cumbe<studio> 在 2024-11-13 上传 | 大小:6kb | 下载:0
[Linux/Unix编程] ffmpeg_0.5.1.orig.tar
说明:ffmpeg 源码包。包含各种库文件,libavcodec 、libavformat和libavutil-ffmpeg code。including libavcodec,libavformat and libavutil<wang huhang> 在 2024-11-13 上传 | 大小:3.17mb | 下载:0
[Linux/Unix编程] huiwen
说明:回文判断,编写一个算法,判断依次读入的一个以@为结束符的字母序列,是否形如‘序列1&系列2 ’的字母序列。-Palindrome judge, write an algorithm to determine an order read to the letters @ the end of the symbol sequence, is shaped like a ' series 1 & series 2' of<崔传磊> 在 2024-11-13 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] solaris.shell
说明:solaris下shell 编程,各位有兴趣的可以下去-solaris.shell Programming<慕容火月> 在 2024-11-13 上传 | 大小:28.2mb | 下载:0
[Linux/Unix编程] LINUXprogramming
说明:linux高级编程以及内核编程的有效工具书籍-for advanced programming in linux environment and linux kernl programming<welly gu> 在 2024-11-13 上传 | 大小:12.29mb | 下载:0
[Linux/Unix编程] MRICP2.0.tar
说明:This the MRICP driver for player/stage. This Driver is used as a localizer and Occupancy Grid Map Builder using simple Bayesian Probability Update. It uses Iterative closest Point method to allign laser scans and estimat<Mohsen> 在 2024-11-13 上传 | 大小:114kb | 下载:0
[Linux/Unix编程] fb_test.tar
说明:测试三原色 此程序用于在linux刚开机时测试lcd 使用三种颜色进行测试-test the tricolor<卡卡西> 在 2024-11-13 上传 | 大小:4kb | 下载:0
[Linux/Unix编程] 071017080947
说明:vivi启动代码 专门用于Linux -vivi bootloader<陈宇翔> 在 2024-11-13 上传 | 大小:309kb | 下载:0
[Linux/Unix编程] pctl
说明:父进程每隔三秒钟创建两个子进程,并令其执行不同的任务。-Every three seconds, the parent process creates two child processes, and ordered to perform different tasks.<jeremy> 在 2024-11-13 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] ppipe
说明:父进程创建两个子进程,并通过管道向两个子进程分别传递数据,子进程得到数据后进行计算,并将结果传回给父进程。-Parent process creates two child processes, and through pipes to the two sub-processes to transfer data, respectively, after the child process data are calculated, an<jeremy> 在 2024-11-13 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] read-write
说明:实验程序模拟多个生产/消费者在有界缓冲上正确的操作。它利用N个字节的共享内存作为有界循环缓冲区,利用写一字符模拟放一个产品,利用读一字符模拟消费一个产品。当缓冲区空时消费者应阻塞睡眠,而当缓冲区满时生产者应当阻塞睡眠。一旦缓冲区中有空单元,生产者进程就向空单元中入写字符, 并报告写的内容和位置。一旦缓冲区中有未读过的字符,消费者进程就从该单元中 读出字符,并报告读取位置。生产者不能向同一单元中连续写两次以上相同的字 符,消费<jeremy> 在 2024-11-13 上传 | 大小:4kb | 下载:0