登录
首页 » 算法 » MD5、SHA

MD5、SHA

于 2023-04-13 发布 文件大小:43.29 kB
0 79
下载积分: 2 下载次数: 2

代码说明:

MD5/SHA-1摘要生成算法-MD5/SHA-1 Abstract Algorithm

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • 著名的BM字符串匹配
    著名的BM字符串匹配算法-famous BM string matching algorithm.
    2023-02-17 17:25:03下载
    积分:1
  • 几个c语言的程序,其中推荐快速傅丽叶变换
    几个c语言的程序,其中推荐快速傅丽叶变换-Several c language program, which recommended the rapid transformation傅丽叶
    2022-06-01 00:31:36下载
    积分:1
  • 关于计几何中的一些与多边行有关的,包括点线与多边形关系等等。...
    关于计算几何中的一些与多边行有关的算法,包括点线与多边形关系等等。-Computational geometry on some trip with multilateral algorithms, including the relationship between points, lines and polygons and so on.
    2022-01-28 13:47:38下载
    积分:1
  • 在许多情况下我们需要的如密码字典穷举组合..
    在许多情况下我们需要穷举组合的算法,比如密码词典。这个算法的关键是密码下标进位的问题。另外本例子中的写文件语句效率比较低,为了降低算法复杂度没有优化。如果要提高写文件的效率,可以使用缓冲区,分批写入。-in many cases we need exhaustive combination of algorithms such as password dictionary. The algorithm is the key indices into password-issue. Another example of this document written statement low efficiency, in order to reduce the complexity of the algorithm has not been optimized. If the document was to improve the efficiency, the use of buffer zones, into batches.
    2022-03-20 01:48:47下载
    积分:1
  • 大名鼎鼎的海洋数值计模型
    大名鼎鼎的海洋数值计算模型-pom模型源代码及说明书和示例,推荐一下,-famous marine numerical model-pom model specification and the source code and examples, recommended that huh
    2022-01-25 18:31:12下载
    积分:1
  • Runge
    Runge-Kutta-Fehlberg method
    2022-05-17 05:47:44下载
    积分:1
  • C++Primer第五版课本源代码
    C++Primer第五版课本源代码,与课本同步,尽可能的提高初学者学习C++的速度和深度 C+Primer+Plus +5th+Edition
    2023-03-08 16:30:03下载
    积分:1
  • 回溯解N后的C++源码(Visual Stdio2010环境测试通过)
    #include #include #include #include using namespace std;class Queen{ friend int nQueen(int);private: bool Place(int k); void Backtrack(int t); void Output(); int n,//皇后个数  *x;//当前解 long sum;//当前已找到的可行性方案数};bool Queen::Place(int k){ for (int j=1;jn) {  sum++;  Output(); } else {  for (int i=1;i
    2022-02-06 19:11:54下载
    积分:1
  • Kalman滤波【标准、常规】
    线性最小二乘估计算法是应用最广泛的参数估计方法,它在理论研究和I:程应用中都具有重要的作用。后续发展起来的卡尔曼滤波参数估计算法同样也在这两方面起到很重要的作用。本章中对目标的运动建立较为简单的数学模型,并用最小二乘和卡尔曼滤波对其参量进行估计,经过拟 合推出目标轨迹。通过大量的仿真实验,验证卡尔曼滤波估计在目标跟踪定位系统中的定位跟踪效果要好于最小二乘估计。
    2022-06-30 18:36:58下载
    积分:1
  • 大整数乘,实现两个大整数相乘的C++代码
    大整数乘法,实现两个大整数相乘的C++代码-Large integer multiplication
    2022-03-15 04:06:48下载
    积分:1
  • 696518资源总数
  • 104530会员总数
  • 46今日下载