-
MD5文件签名算法的实现
MD5文件签名算法的实现-MD5 Algorithm Implementation
- 2022-02-26 21:55:42下载
- 积分:1
-
基数排序
资源描述在本资源中提供了基数排序的实现源码,并附有相应的注释,在vs2012中可以成功编译运行。
- 2023-08-27 19:30:03下载
- 积分:1
-
判断点是否在多面体之中
判断点是否在多面体之中- Sentences the break point whether in polyhedron
- 2022-03-31 04:33:18下载
- 积分:1
-
administrador PHP
应用背景078 9a7 9s879a8s7d897as89d7f89a7 897sd89 a79s7 897 89as7897asd897987df98as7 7 79 a7s9 7 77 as97 8 89 7 89s797 7 89 7 89s7d9 77 97 asd97 97 97 97 a89s7 987 897 7sd 97 897 897 897 7 97 9a789 789 79 7a97 987 789 7 97 d89 7 897 89789 a789 7 789789 df789 789 789 789 789 789 789 789 789 789 789 789f 789 789 789 789 789 789 789a789a 6767 8 687 78ad 78苑路甲 78 d6as78f687as6d8 sd 78af68as d678 6as786 s67f786sf asdfu asdf0s7dnf89asd798 89s789fab7sd89f7as98dfb79s7dbf98s asn sdn898f7a89sbb sb9b7f 9s8abf 89ab sb89 d8b7s9db89b b b898b7 89b 祁 b89 b ab89sbnbnasbnbns关键技术ASD F的DF的DF S D F S D F S S D F 4个DF S6 5 D 4 D 6 F 6 5A 4 5 F 4A 6 5 S D 4 F ;a5s4df654asf4 6a46f4as6d4 f65a4s5df74as65d4fa5s4df65a4 4 64 4 4 6464 4 64 a465d4as6446 4sd4464a 65a4s6f5 4as65d4f65a4465 46a4sd54564s4d f54a6sd54 654 4 654 654654 654 654 65a4sd654654654 654a 654as64 65 4654654654 4 654 654 654 65465 4654 654 654 4
- 2022-03-22 08:14:18下载
- 积分:1
-
sequence binary tree and the tree reproduction and Huffman coding
顺序二叉树和树的复制及哈夫曼编码-sequence binary tree and the tree reproduction and Huffman coding
- 2022-01-28 13:25:37下载
- 积分:1
-
优化设计中共轭梯度法,单纯形法等方法的matlab代码
《优化设计》这门课程中的优化方法的作业,代码思路清晰,运行后没问题。包括,powell法,共轭梯度法,牛顿法,阻尼牛顿法,单纯形法,变尺度法等等。梯度法在第二个目标函数优化时并没有达到理想的点,陷入局部最优,阻尼牛顿法在第二个目标
函数处也精度不高。 用共轭梯度法配合牛顿法一维搜索来第二个目标函数时出现了 NaN 的情况, 是因为牛顿法的代码中运行时出现了分母为0的情况, 但是我在分母加了一个很小的数0.000001之后还会出
现,而已开始用变尺度法和牛顿法优化的时候也出现的 NaN 问题就消失了
- 2022-02-07 22:58:22下载
- 积分:1
-
马氏距离
这是一种改编的马氏距离
这是一种改编的马氏距离
这是一种改编的马氏距离
这是一种改编的马氏距离
这是一种改编的马氏距离
可以用来分类
- 2022-05-30 18:30:58下载
- 积分:1
-
求逆矩阵的代码,可能不太好用。只是发上来看看而已。
求逆矩阵的代码,可能不太好用。只是发上来看看而已。-Inverse matrix of the code, may not be easy to use. Just made up just to see.
- 2022-03-30 16:09:52下载
- 积分:1
-
1。介绍这个程序是用C++语言编写的一系列的逗号…
1.简介 本程序是用C语言编的一个基于命令行的文件合并分割器。主要用于分割和合并文件,可以按大小分或者按个数等分。支持分割和合并的批处理。其中命令行以及批处理语句有一定的规则,需要用户学习后才能熟练使用。 2.功能 能够实现多个文件的合并功能 能够实现同一目录下的所有文件或所有具有相同属性(同后缀)的文件,按照文件名的顺序合并 能够实现对于一个文件的分割功能,可以按照两种要求进行分割:第一,按照用户给出的分割个数;第二,按照用户给出的每个文件大小 支持文件合并与分割功能的批处理-1. Introduction This procedure is used C language based on a series of the command line in the paper division for the merger. Mainly for segmentation and merger documents, in accordance with the size of sub-sub or by number. Support split and merger of the batch. These command line and batch statements to certain rules, requiring the user to learn the use of skilled before. 2. Function# 61548 can be achieved by merging multiple files functional# 61,548 to achieve the same directory of all documents or all of the same attributes (with extensions) of the document, according to documents from the merger order to achieve# 61,548 for a separate function of the document, according to two separate requirements : First, the
- 2023-04-25 00:35:03下载
- 积分:1
-
操作系统作业调度算法的实现,页面置换算法实现
1.用“先来先服务(FCFS)”算法和“最短作业优先(SJF)”算法模拟作业调度。 要求:按作业的到达顺序输入各作业需要的运行时间,按算法调度输出平均周转时间。 例如(FCFS),输入:8(到达时间0), 5(到达时间2),7(到达时间3),1(到达时间6)
- 2023-05-19 01:45:03下载
- 积分:1