-
MD5加密算法
MD5以512位分组来处理输入的信息,且每一分组又被划分为16个32位子分组,经过了一系列的处理后,算法的输出由四个32位分组组成,将这四个32位分组级联后将生成一个128位散列值。MD5中有四个32位被称作链接变量(Chaining Variable)的整数参数,他们分别为:A=0x67452301,B=0xefcdab89,C=0x98badcfe,D=0x10325476。当设置好这四个链接变量后,就开始进入算法的四轮循环运算。循环的次数是信息中512位信息分组的数目。
- 2022-03-21 16:38:05下载
- 积分:1
-
数值算法有原码,英文版
数值算法有原码,英文版-numerical algorithm code is the original English version
- 2023-02-09 14:05:04下载
- 积分:1
-
二维图像离散余弦变换:数字图像处理常用例程,可执行文件在Release中,具体说明见Readme。...
二维图像离散余弦变换:数字图像处理常用例程,可执行文件在Release中,具体说明见Readme。-two-dimensional discrete cosine transform image : Digital image processing routines used, in the Release executable file, specify see readme.
- 2022-02-04 16:46:14下载
- 积分:1
-
矩阵的各种算法
矩阵的各种算法-matrix algorithms
- 2022-01-22 10:41:30下载
- 积分:1
-
Jinming happy ACM mock examination papers are detailed in the annex to the subje...
ACM模拟试题 开心的金明
附件中有详细的题目要求和运行通过的源代码-Jinming happy ACM mock examination papers are detailed in the annex to the subject requirements and operating through the source code
- 2022-02-05 11:33:53下载
- 积分:1
-
最尺度法的C++算法程序,计算速度较快较精确
最尺度法的C++算法程序,计算速度较快较精确-The most scales of the C++ algorithm program to calculate a more accurate speed
- 2022-06-15 15:26:40下载
- 积分:1
-
识别拨电话号码
资源描述输入一段拨号码的语音,可以输出拨的号码的结果
- 2022-04-25 13:26:00下载
- 积分:1
-
数据挖掘统计方法与实践,主要讲述统计学在数据挖掘中的应用。...
数据挖掘统计方法与实践,主要讲述统计学在数据挖掘中的应用。-Data Mining and practice of statistical methods, mainly on the statistics in data mining applications.
- 2023-07-26 23:50:05下载
- 积分:1
-
下相当的问题说明:2个可装2个八个玻璃…
倒酒问题描述: 设有两个能装8两的酒杯(称为1号,2号)装满了酒, 和1个能装3两的空酒杯(称为3号), 问怎样用这3个酒杯向4个人 敬酒, 使得每个人都喝4两酒. 要求: 用程序计算出可行方案。 输入: 无 输出: 每一步决策.-down quite Problem description : two can be loaded with two of the eight glasses (known as 1, 2) filled with the wine, and one can hold three two empty glasses (known as the 3rd) and asked how to use it three to four glasses and toast the individual, so that each person maximum servings of both types 4 2 liquor. Request : procedures calculated options. Input : None output : each step of the decision-making.
- 2023-06-15 16:35:03下载
- 积分:1
-
有重复元素的排列问题
资源描述设集合R={r1,r2,...,rn}是要进行排列的n个元素,其中r1,r2,...,rn可能相同。
试着设计一个算法,列出R的所有不同排列。
即,给定n以及待排的n个可能重复的元素。计算输出n个元素的所有不同排列。
- 2022-06-15 12:23:57下载
- 积分:1