资源列表

« 1 2 ... .10 .11 .12 .13 .14 2315.16 .17 .18 .19 .20 ... 9710 »

[Linux/Unix编程shc-3.8.6

说明:shc是一个加密shell脚本的工具.它的作用是把shell脚本转换为一个可执行的二进制文件. 用shell脚本对系统进行自动化维护,简单,便捷而且可移植性好. 但shell脚本是可读写的,很有可能会泄露敏感信息,如用户名,密码,路径,IP等. 同样,在shell脚本运行时会也泄露敏感信息. shc是一个加密shell脚本的工具.它的作用是把shell脚本转换为一个可执行的二进制文件. 这就很好的解决了上述问题.
<> 在 2025-06-15 上传 | 大小:34kb | 下载:0

[Linux/Unix编程net

说明:关于s3c2440之bootloader的源代码-On the S3C2440 s bootloader source code
<胡枫> 在 2025-06-15 上传 | 大小:34kb | 下载:0

[Linux/Unix编程ubuntulinuxhontkey

说明:ubuntu是目前做得最好的linux系统,本文是针对入门新手。有兴趣可以下来-ubuntu is the best linux systems, this article is aimed at novice entry. Are interested in can be down
<程纪超> 在 2025-06-15 上传 | 大小:34kb | 下载:0

[Linux/Unix编程linux-kenel-interupt-guide

说明:讲解linux内核 系统中断 部分经典讲义,通俗易懂,不得多得 优秀 的内核学习资料-Linux kernel system on part of classic lectures interrupted, user-friendly, may not be more excellent core learning materials
<小鸟> 在 2025-06-15 上传 | 大小:34kb | 下载:0

[Linux/Unix编程kbuildsystem

说明:介绍Linux的命令工具make及其所操作的makefile,它负责将源代码编译成可执行文件;然后介绍kbuild makefile对makefile做了哪些扩充,以及kbuild makefile的工作原理。-Introduced Linux tools make the order and the operation of makefile, it is responsible for compiling the source code into executable files kbui
<焦扬> 在 2025-06-15 上传 | 大小:34kb | 下载:0

[Linux/Unix编程uthash

说明:在LINUX下实现对哈希表的操作,例如添加记录,查找,删除等-LINUX realize in the next operation on the hash table, such as adding records, search, delete, etc.
<madeng> 在 2025-06-15 上传 | 大小:34kb | 下载:0

[Linux/Unix编程armlinux-uda1341

说明:此程序uda1341驱动程序分析,其中加入了源码注释,有对驱动感兴趣的,看看吧,-This procedure uda1341 driver analysis, which joined the source notes, there is interest on the drive to see it,
<孙胜全> 在 2025-06-15 上传 | 大小:34kb | 下载:0

[Linux/Unix编程bfe2

说明:给予GTK开发的调试工具,能够通过图形界面使用both调试。-Give GTK development debugging tools, graphical interface through the use of both debugging.
<> 在 2025-06-15 上传 | 大小:34kb | 下载:0

[Linux/Unix编程jail.tar

说明:主要实现锁定用户工作目录功能,实装环境:linux-The main working directory to achieve user lock functions, the environment it is installed: linux
<hillwu> 在 2025-06-15 上传 | 大小:34kb | 下载:0

[Linux/Unix编程servfoxdriver

说明:serverfox驱动的代码,对服务器/客户端模式感兴趣的可以看看!-serverfox-driven code, on the server/client model can be of interest to look at!
<吕明洲> 在 2025-06-15 上传 | 大小:34kb | 下载:0

[Linux/Unix编程10

说明:程序代码使用说明: (1)所有源代码目录下都提供了Makefile(非Qt),或者.pro(Qt),或者更详细的说明(第7章)。作为对比,也可以参考在书中的对应章节采用直接gcc命令的编译方法,来学习如何编写Makefile。 (2)Makefile中默认情况下采用“CC=gcc”或者“CPP=g++”的设置,交叉编译时请使用“ make CC=arm-linux-gcc CPP=arm-linux-g++”(假设你使用的是光盘中提供的arm-linux-gcc交叉编译工具链)或类似
<> 在 2025-06-15 上传 | 大小:34kb | 下载:0

[Linux/Unix编程LinuxProcessCommunication

说明:创建两个生产者进程和两个消费者进程,生产者进程a需要生成10000个整数,每次都将自己的进程号(用getpid()函数获得)和生成的整数放入共享内存中(共享内存大小为64Byte)。生产者b每次从26个英文字母中选一个,并将自己的进程号和选中的字母放入共享内存中,直到26个字母全部都选中。消费者进程c负责从共享内存中读取数据生产者进程a的数据并且将这些数据写入文件a.out。消费者进程d从共享内存读取进程b的数据后写入b.out中。-The process of the creation of
<ZHANG> 在 2025-06-15 上传 | 大小:34kb | 下载:6
« 1 2 ... .10 .11 .12 .13 .14 2315.16 .17 .18 .19 .20 ... 9710 »

源码中国 www.ymcn.org