资源列表

« 1 2 ... .48 .49 .50 .51 .52 2853.54 .55 .56 .57 .58 ... 16274 »

[加密解密rsaref

说明:私家珍藏的RSA Laborary有关加密的函数库,提供了最基础的DES/RSA等密码算法源代码。-RSA Laborary private collection of the relevant encryption library provides the most basic DES/RSA cryptographic algorithm, such as source code.
<Robin> 在 2025-06-03 上传 | 大小:100kb | 下载:0

[系统编程ThinkInJava4thcode

说明:Thinking in Java 第四版 源码 是最新版本的 陆续上载中-Thinking in Java Fourth Edition is the latest version of the source being uploaded in
<Jin Lizheng> 在 2025-06-03 上传 | 大小:527kb | 下载:0

[Linux/Unix编程drive

说明:详细介绍linux下 模块化编写驱动的方法,里面有完整的lcd驱动-Detailed modular introduction to prepare the next linux-driven approach, which has complete lcd driver
<wangyao> 在 2025-06-03 上传 | 大小:758kb | 下载:0

[Linux/Unix编程concurrent_heap

说明:是一个linux下面实现的非阻塞的堆,作者比较牛,是国外的非阻塞算法专家。-Linux realize the following is a non-blocking of the reactor, the authors compare cattle, is a non-blocking algorithm experts abroad.
<anzhihun> 在 2025-06-03 上传 | 大小:29kb | 下载:0

[Linux/Unix编程recive

说明:此代码为Linux下RTP协议的数据接收程序,包括Makefile文件和主函数,但在开发前需要添加jrtplib-2.9库。-This code for Linux under the RTP protocol data receiving process, including the Makefile file and the main function, but in the development of the former ne
<张瑛瑛> 在 2025-06-03 上传 | 大小:24kb | 下载:0

[Linux/Unix编程send

说明:此代码为linux下,RTP协议数据发送程序,已近调试通过,包括Makefile文件和主函数,但运行前需要安装jrtplib-2.9库-This code for linux under, RTP protocol data sent procedures, nearly debug through, including the Makefile file and the main function, but need to insta
<张瑛瑛> 在 2025-06-03 上传 | 大小:2kb | 下载:0

[Linux/Unix编程jrtplib-2.9

说明:此代码为jrtplib-2.9库文件,用于开发RTP协议数据传输十分有效,已经用此库编写出recive和send函数,并验证成功,适用于linux和vc开发。内有linux的Makefile文件和VC工程文件,可直接使用。-This code for jrtplib-2.9 library files for the development of RTP data transfer protocol is very effective,
<张瑛瑛> 在 2025-06-03 上传 | 大小:150kb | 下载:0

[Linux/Unix编程G723-1

说明:此代码为G.723.1语音压缩源代码,该代码经优化后压缩时间缩短到原来的1/5,可用于语音数据的无线传输。-This code for G.723.1 voice compression source code, the code by optimizing the time after the compression to the original 1/5, can be used for wireless transmission
<张瑛瑛> 在 2025-06-03 上传 | 大小:60kb | 下载:0

[加密解密x917generator

说明:利用ANSI X9.17标准模拟了一个伪随机数发生器,内核加密算法调用3DES算法,能够按照标准要求产生64位伪随机数和64位种子值。-Use of ANSI X9.17 standard simulation of a pseudo-random number generator, called the kernel encryption algorithm 3DES algorithm, in accordance with the
<wildkaede> 在 2025-06-03 上传 | 大小:188kb | 下载:0

[加密解密Hill

说明:Hill加密算法的基本思想是将l个明文字母通过线性变换将它们转换为k个密文字母。脱密只要做一次逆变换就可以了。密钥就是变换矩阵本身。即 M=m1m2……ml Ek(M)=c1c2……cl 其中 c1=k11m1+k12m2+……+k1lml c2=k21m1+k22m2+……+k2lml …… cl=kl1m1+kl2m2+……+kllml 通常对于字母加解密,使用mod 26的方法。 以上线性方程可
<wildkaede> 在 2025-06-03 上传 | 大小:140kb | 下载:0

[加密解密DES

说明:Des算法是一种标准的对称加密算法,其精华就是明文经过一系列的复杂变化后,一般在不知密码的情况下要把它的恢复很难。 算法可以由四个部分描述: 1.获取16个子密钥 2.初始置换置换函数ip 3.加密函数f 4.末置换函数 -Des Algorithm is a standard symmetric encryption algorithm, and its essence is clear
<wildkaede> 在 2025-06-03 上传 | 大小:176kb | 下载:0

[加密解密SHA512

说明: 本算法的输入时最大长度小于2128比特的消息串,输出是512比特的消息摘要,输入消息以1024比特的分组为单位进行处理。真实地模拟了SHA512散列函数发生器-The algorithm input is less than the maximum length of 2128-bit message string, the output is 512-bit message digest, enter the message t
<wildkaede> 在 2025-06-03 上传 | 大小:67kb | 下载:0
« 1 2 ... .48 .49 .50 .51 .52 2853.54 .55 .56 .57 .58 ... 16274 »

源码中国 www.ymcn.org