资源列表
[Linux/Unix编程] os_3_1
说明:linu系统编程基础知识,很重要,强烈推荐!-Linu basic knowledge of system programming, it is important to strongly recommend!<jay> 在 2025-11-14 上传 | 大小:3.67mb | 下载:0
[加密解密] MAXIM_LICENCE
说明:Protues7注册表 正版注册机,轻松获取。-Genuine registry Protues7 Zhuceji easy access.<孔令栋> 在 2025-11-14 上传 | 大小:6kb | 下载:0
[Linux/Unix编程] asterisk-1.6.0.6.tar
说明:asterisk 是一个很有知名度开源软件,读了以后感觉颇深,最新1.6稳定版本,为大家学习提供参考-asterisk is a very well-known open source software, read after deep feeling, the latest stable version of 1.6 for the U.S. study to provide reference<黄文> 在 2025-11-14 上传 | 大小:12.79mb | 下载:1
[Linux/Unix编程] TouchSerial
说明:Linux下触摸屏的驱动程序,支持的接口的串口。-Touch Panel under Linux driver to support serial interface.<越大为> 在 2025-11-14 上传 | 大小:12kb | 下载:0
[Linux/Unix编程] memtool
说明:linux 内存修改工具,可以用来查看并修改内存-a tool for memory displayer and modifly on linux<butterfly> 在 2025-11-14 上传 | 大小:1kb | 下载:0
[系统编程] BackTrack_intr_for_install_V1.0
说明:backtrack 是一个目前非常流行的网络安全综合平台,主要用于对网络安全以及应用程序安全的测试。-backtrack is a currently very popular network security platform, mainly for network security and application security testing.<zhanguoce> 在 2025-11-14 上传 | 大小:3.07mb | 下载:0
[Linux/Unix编程] testlcd
说明:在移植有linux的开发板上实现LCD驱动后,然后编写相应的测试程序来验证驱动的功能,本程序即为验证程序。-At transplantation there is linux implementation of the development of on-board LCD driver after, and then the preparation of the corresponding test procedures to verify the function-driven, this<lifeng> 在 2025-11-14 上传 | 大小:193kb | 下载:0
[系统编程] duizhanqubie
说明:文章主要讲了堆栈的区别,非常容易了解.不可多得的好文章-The main article talked about the difference between the stack, very easy to understand. Rare good article<刘德> 在 2025-11-14 上传 | 大小:3kb | 下载:1
[Linux/Unix编程] Unix
说明:两个字符串连接程序 进程管理的四个设计 概要 -两个字符串连接程序 #include "stdio.h" main() {char a[]="acegikm" char b[]="bdfhjlnpq" char c[80],*p int i=0,j=0,k=0 while(a[i]!= \0 &&b[j]!= \0 ) {if (a[i] { c[k]=a[i] i++ } else c[k]=b[j++] k++ } c<asdasdasd123> 在 2025-11-14 上传 | 大小:24kb | 下载:0