资源列表
DES
- 位输入的DES 加密解密算法实现 单一CPP实现,其中1.txt用于明文输入,key2.txt用于密钥输入,out2.txt为加密后的密文 与解密后的明文输出-Enter the DES encryption and decryption algorithm to achieve a single CPP, which expressly 1.txt for input, key2.txt for key input, out2.txt for encrypted and decrypted
MakeLinux_kernel
- 在Linux环境下编译内核,源码编译和二进制编译两种方法,及遇到一些问题的解决方法-In the Linux kernel environment, source code and binary compiler to compile the two methods, and some solution to the problem
Linux_kernel
- 浅谈Linux的内核。从技术上讲 , Linux只是内核。它与诸如编译器、编辑器、窗口管理器等程序一起,组成了发布版 。因此,虽然有不同的发布版,但其内核是相同的。-On the Linux kernel. Technically, Linux is the kernel. It is such as compiler, editor, window manager, such as procedures to form a release. Thus, although there a
CRC
- 通过对于模2除法的研究 可以得到如下方法: 1. 把信息码后面加上p-1位的0,这个试验中p是6位,即在输入的信息码后面加上“00000”。把这个17位的被除数放入input中。 2. 在得到被除数input之后,设计一个在被除数上移动的数据滑块变量d,把input中的最高位开始逐次复制给变量d。 3. 如果d的最高位为1,由变量d和变量p做异或运算;如果d的最高位为0则不运算或者做多余的异或‘0’的运算。 4. 把滑块变量d往后滑动一位。 5. 循环步骤(3,4)
VB
- VB软件防破解设计技术初探 蛮好的东西-VB anti-cracking software design technology of fine things
Vigenère
- 维吉尼亚算法的实现,构成 明文:每个字符惟一对应一个0~25间的数字。 密钥:一个字符串,其中每个字符同明文一样对应一个数字,代表位移值,如a 表示位移 0,b 表示位移 1,c 表示位移 2,...... )。 加密过程: 将明文数字串依据密钥长度分段,并逐一与密钥数字串相加(模26),得到密文数字串; 最后,将密文数字串转换为字母串。 -Virginia algorithm constitutes explicit: Each character correspon
1_3
- 仍然是游戏初级编程,实现运动图案,哈哈,不错-Is still the primary game programming, the realization of movement patterns, ha ha, yes
fileMadify
- 将window上的C源程序格式化成低版本的gcc格式.-The window on the C source code format into a lower version of gcc format.
Delphizyprint
- Windows随意打印软件,可以设计成各种方式打印、-Windows can print software, can be designed in various ways to print,
LinuxC
- 介绍了在linux环境下开发c程序的知识,感觉还不错,值得-Introduced in the linux environment c procedures developed under the knowledge, feeling good, it is worth
uva
- 这是一支完整的uva球队,包含所有基本模块,初者可在上修改得到自己的球队-This is a complete uva team, including all the basic modules, the beginning may have been modified in their team
leds
- linux下的资料,led点灯的程序,实例代码。-under linux information, led lighting procedures, examples of code.
