-
应用密码学:协议、算法与C源程序 DES 源码
应用密码学:协议、算法与C源程序 DES 源码
Additional functions not in the MIT library are:
des_dea - Identical to des_ecb_encrypt.
des_key - Same as des_set_key without any parity
or weak-key test.
des_ecb2_encrypt - The Electronic Code Book mode of
encryption/decryption on
- 2022-02-22 06:23:36下载
- 积分:1
-
已知一个单链表L编写一个删除L中值为x结点的直接前驱结点的程序。
#include
#include
#include
typedef int ElemType; // 定义数据结构元素的数据类型
#define LIST_INIT_SIZE 10 // 线性表存储空间的初始分配量
#define LISTINCREMENT 5 // 线性表存储空间的分配增量
// 线性表的动态分配顺序存储结构
ty
- 2022-03-13 17:25:00下载
- 积分:1
-
上面的矩阵算法库的Borland编译文件
上面的矩阵算法库的Borland编译文件- Above matrix algorithm storehouse Borland translation document
- 2022-04-22 15:01:43下载
- 积分:1
-
的牛顿插值的数值计算,包括matlab代码…
数值计算之牛顿插值,包含matlab代码实现!-Numerical calculation of the Newton interpolation, including the matlab code to achieve!
- 2022-10-26 20:50:03下载
- 积分:1
-
简单的随机数组产生方法源码
简单的随机数组产生方法源码-simple random array of source selection
- 2023-04-18 00:55:03下载
- 积分:1
-
PHP QR Code QR编码库
概述
PHP QR 码是用于生成 QR 码,二维条形码的开放源码 (LGPL) 库。基于 libqrencode C 库,提供 API 创建条码图像 (PNG、 JPEG 多亏了 GD2) 的 QR 码。实施纯粹在 PHP 中,没有外部的依赖关系 (除了 GD2 如果需要的话)。
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-04-26 16:04:21下载
- 积分:1
-
近百个c程序,包括多个常用算法
近百个c程序,包括多个常用算法-nearly 100 procedures, including a number of commonly used algorithm
- 2022-07-01 12:00:49下载
- 积分:1
-
蒙特卡罗法 很适合学习 数学建模 和 数学应用的人
蒙特卡罗法 很适合学习 数学建模 和 数学应用的人-Monte Carlo method is very suitable for application of mathematics and mathematical modeling of the person
- 2022-06-14 11:13:24下载
- 积分:1
-
球散射程序和表
sphere scattering program and statment
- 2022-04-21 18:55:07下载
- 积分:1
-
利用Java实现的基本PSO
利用Java实现的基本PSO,读者要懂得基本的java语句,实现不难,供入门级学习参考使用
- 2022-03-11 15:43:29下载
- 积分:1