资源列表
Linux内核重编译常见故障介绍
- 收集整理了几个在Linux内核重编译中最常见的故障及其解决方法,如果您在编译内核过程中遇到了类似的故障,那么本文将会对您有所帮助。-collected several of the Linux kernel recompile the most common fault and the solution, if you are in the kernel process encountered a similar fault, then this will be of help to you.
迷你型的 linux 系统
- 构建一个迷你型的 linux 系统。它占用的硬盘空间远小于 16M 字节,但是却包括了 XFree86 的 X Window 窗口系统。-Construction of a mini - linux system. It occupied disk space is much less than 16M bytes, but does include the XFree86 X Window System window.
软盘可装下的linux
- 将Linux系统裁减到就像DOS一样只要一张软盘就能启动,是制作嵌入式Linux的基础。网络上有许多实现方法的介绍,但是在实践过程中都或多或少存在着一些问题或不方便之处。我结合自己在这方面的实践经验,详细介绍基于软盘Linux的制作过程-Linux systems like DOS cut the same as a floppy disk can be launched is the production of embedded Linux. Many networks have introd
sll
- 一种非线性流式加密算法,对称加密,它的加密和解密都是用同一把密钥完成。对称加密比不对称加密快得多,但缺点在于,它的安全性完全依赖于保持密码的机密性。 不对称加密,它要求使用两个密钥,一个是公共的(公钥),另一个是私有的(私钥)。每个密钥都要求使用另一个密钥来解密一条消息。它的复杂性提高,因此没有普及。 -a nonlinear flow encryption algorithms, symmetric encryption, the encryption and decryption a
INPUT.S
- 展开循环体调度的一个小程序,它所要完成的操作是对存储器中的一个指定向量加上一个标量值-started circulating body of a small scheduling procedures, it should complete the operation of the memory of a designated vector with a scalar values
The_Linux_Kernel_Module_Programming_Guide-2.6.0.ra
- 这是一本不错的关于linux内核模块编程的好书但是,是英文版-This is a good module of the Linux kernel programming books, however, is the English version
GCC-ASM
- 这是在linux下的,如何编写AT&T汇编语言程序的基本知识-under linux, how to prepare ATT assembler language basic knowledge of procedures
hide_module_2.6.tar
- 这个例子是用来隐藏linux系统中的模块的代码,挺有意思的-this example is used to conceal linux system modules of code, it's really fun
维吉尼亚密码的C语言源代码
- 自己编的一个维吉尼亚密码的C语言源代码,在密码分析中有一定参考价值,希望大家能够从中受益。-own series of the Virginia code in a C-language source code, the code analysis of a definite reference value, we hope to benefit from them.
信号
- 这是一个用信号实现父子进程之间简单通讯的程序,要求实现父子进程同步,用信号实现.可能还有待改进的地方-This is a signal achievement with his son communications process between simple procedure requires the synchronization process and his son, using signal achievement. There may be room for improvement
精灵进程
- 这是一个实现精灵进程的程序,虽然是一个小程序,但是据我所知本站上还没有,请高手指教.-This is a process to achieve the genie procedures, although it is a small program, but as far as I know there was no site, experts advise.
CipherAlgorithm
- 主要内容:DES加密算法,里面采用CBC和EBC两种加密结构,实行分组加密。-main elements : DES encryption algorithm, and they used EBC two CBC encryption, and carrying out the packet encryption.