资源列表

« 1 2 ... .16 .17 .18 .19 .20 1421.22 .23 .24 .25 .26 ... 9711 »

[Linux/Unix编程FaxRelay-1.6.2.1_Rel_260107.tar

说明:FAX RELAY实现代码,十分珍贵,希望对要实现传真的人有帮助-FAX RELAY
<yht> 在 2025-01-27 上传 | 大小:879kb | 下载:0

[Linux/Unix编程Administrator-Linux

说明:Administration Linux, this book describe how to administrate the linux
<waldek> 在 2025-01-27 上传 | 大小:2.09mb | 下载:0

[Linux/Unix编程mkdosfs

说明:fat分区格式化工具源代码,代码按照fat规范实现,特别适用于嵌入式系统的移植-format fat partition
<huangyonghua> 在 2025-01-27 上传 | 大小:17kb | 下载:0

[Linux/Unix编程100_linux_tips_and_tricks

说明:this book is about the popular tricks in linux.
<waldek> 在 2025-01-27 上传 | 大小:1.06mb | 下载:0

[Linux/Unix编程mkfatImage

说明:mkfatImage:linux 中制作fat 文件分区镜像的工具,通过linux loop 设备完成,同时也是学习linux下shell 命令调用的好范例-mkfatImage: wrap the busybox command to create fat partition image
<huangyonghua> 在 2025-01-27 上传 | 大小:3kb | 下载:0

[Linux/Unix编程testfs

说明:testfs: 文件系统测试代码,特别适合于嵌入式系统分区和文件系统性能测试,基于linux开发,对每个文件读写拷贝等操作都有精确时间统计-testfs: test tools for embeded file system
<huangyonghua> 在 2025-01-27 上传 | 大小:6kb | 下载:0

[Linux/Unix编程LINUXquestionBank

说明:houndred linux programming questions and answers
<sreekanth> 在 2025-01-27 上传 | 大小:33kb | 下载:0

[Linux/Unix编程linux

说明:linux and C programming example codes
<sreekanth> 在 2025-01-27 上传 | 大小:269kb | 下载:0

[Linux/Unix编程ex

说明:linux programming application Example which will discribe ipcs and system calls-linux programming application Example which will discribe ipcs and system calls
<sreekanth> 在 2025-01-27 上传 | 大小:11kb | 下载:0

[Linux/Unix编程LINUX_BA

说明:Linux commands: this document will show most of Linux commands and describe each of them briefly.
<Mustafa> 在 2025-01-27 上传 | 大小:71kb | 下载:0

[Linux/Unix编程vitural_port

说明:把一个普通串口改变成多个pts的源码,特别适合使用gprs,cdma模块的开发-To an ordinary serial port into a number of pts the source, and are particularly suited to use gprs, cdma module development
<李晨雨> 在 2025-01-27 上传 | 大小:225kb | 下载:0

[Linux/Unix编程Unix_fork_report

说明:进程的创建是通过fork调用完成的,fork调用又分成fork1、forkall和vfork三种不同的形式。这个实验将观察fork对其他系统函数的调用,并观察三种fork函数的不同之处。 在类Unix系统中,创建进程的途径就是fork。当一个进程调用fork函数时,内核会创建一个新的子进程,并把父进程的很多对象都复制一份到子进程中,例如地址空间、线程、文件描述符等。fork函数在父进程和子进程中的返回值是不同的,在父进程中它返回创建
<杨扬> 在 2025-01-27 上传 | 大小:20kb | 下载:0
« 1 2 ... .16 .17 .18 .19 .20 1421.22 .23 .24 .25 .26 ... 9711 »

源码中国 www.ymcn.org