资源列表

« 1 2 ... .19 .20 .21 .22 .23 3224.25 .26 .27 .28 .29 ... 16274 »

[加密解密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
<rojeck> 在 2025-06-24 上传 | 大小:9kb | 下载:0

[Linux/Unix编程MakeLinux_kernel

说明:在Linux环境下编译内核,源码编译和二进制编译两种方法,及遇到一些问题的解决方法-In the Linux kernel environment, source code and binary compiler to compile the two methods, and some solution to the problem
<jennycai> 在 2025-06-24 上传 | 大小:175kb | 下载:0

[Linux/Unix编程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
<曾一> 在 2025-06-24 上传 | 大小:2kb | 下载:0

[加密解密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)
<lijq> 在 2025-06-24 上传 | 大小:6kb | 下载:0

[加密解密SCB2testdata

说明:SCB2(已成为国家SM1算法)(密钥128比特)验证实例,包括原始参数,通用参数,专业参数 -SCB2 (has become a national SM1 algorithm) (a 128-bit keys) to verify examples, including the original parameters, generic parameters, professional parameters
<zhuxinjie> 在 2025-06-24 上传 | 大小:6kb | 下载:0

[加密解密Vigenère

说明:维吉尼亚算法的实现,构成 明文:每个字符惟一对应一个0~25间的数字。 密钥:一个字符串,其中每个字符同明文一样对应一个数字,代表位移值,如a 表示位移 0,b 表示位移 1,c 表示位移 2,...... )。 加密过程: 将明文数字串依据密钥长度分段,并逐一与密钥数字串相加(模26),得到密文数字串; 最后,将密文数字串转换为字母串。 -Virginia algorithm constitutes explicit: Each character correspon
<rock> 在 2025-06-24 上传 | 大小:2kb | 下载:0

[系统编程1_3

说明:仍然是游戏初级编程,实现运动图案,哈哈,不错-Is still the primary game programming, the realization of movement patterns, ha ha, yes
<john> 在 2025-06-24 上传 | 大小:35kb | 下载:0

[Linux/Unix编程fileMadify

说明:将window上的C源程序格式化成低版本的gcc格式.-The window on the C source code format into a lower version of gcc format.
<gaoqingyu> 在 2025-06-24 上传 | 大小:52kb | 下载:0

[系统编程Delphizyprint

说明:Windows随意打印软件,可以设计成各种方式打印、-Windows can print software, can be designed in various ways to print,
<netangels> 在 2025-06-24 上传 | 大小:1.3mb | 下载:0

[Linux/Unix编程LinuxC

说明:介绍了在linux环境下开发c程序的知识,感觉还不错,值得-Introduced in the linux environment c procedures developed under the knowledge, feeling good, it is worth
<张宁> 在 2025-06-24 上传 | 大小:8kb | 下载:0

[Linux/Unix编程uva

说明:这是一支完整的uva球队,包含所有基本模块,初者可在上修改得到自己的球队-This is a complete uva team, including all the basic modules, the beginning may have been modified in their team
<lxl> 在 2025-06-24 上传 | 大小:2.77mb | 下载:0

[Linux/Unix编程leds

说明:linux下的资料,led点灯的程序,实例代码。-under linux information, led lighting procedures, examples of code.
<xzs> 在 2025-06-24 上传 | 大小:1kb | 下载:0
« 1 2 ... .19 .20 .21 .22 .23 3224.25 .26 .27 .28 .29 ... 16274 »

源码中国 www.ymcn.org