-
哈夫曼树的源代码
这个代码是数据结构的练习册的习题,实现了哈夫曼树的创建,哈夫曼树的树形输出
- 2023-03-25 01:55:03下载
- 积分:1
-
信号傅立叶变换的幅度图和频谱图的示例
信号傅立叶变换的幅度图和频谱图的示例...
信号傅立叶变换的幅度图和频谱图的示例
信号傅立叶变换的幅度图和频谱图的示例-signal Fourier transform spectrum range map and the map of the signal sample rate Fourier Transform map and the map of the sample spectrum
- 2023-04-03 09:35:04下载
- 积分:1
-
矩阵求逆算法程序, c++ 编写
矩阵求逆算法程序, c++ 编写-matrix inversion algorithm, c prepared
- 2022-04-18 21:58:20下载
- 积分:1
-
FP-growth 算法
这是数据挖掘算法,基于FP-tree。适用于静态数据库中频繁项的挖掘。需要扫描两次数据库。并且不会产生候选项集。较Apriori算法效率较高。
- 2022-09-02 15:15:03下载
- 积分:1
-
rgb转yuv420sp
一个考题,参照网上一些算法,实现了3种算法,并做比较。
然后再看看还有没有更大的优化空间,比如汇编,最好用NEON。
- 2022-05-07 18:18:06下载
- 积分:1
-
有关图片转化格式
资源描述
这个是一个非常好的代码,踏实一个好的程序aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
- 2022-09-06 13:20:03下载
- 积分:1
-
Very fast calculation of Newton method algorithm for C++ programs, hoping to giv...
很好很快的计算Newton法的C++程序算法,希望能给大家带来帮助-Very fast calculation of Newton method algorithm for C++ programs, hoping to give us some help
- 2022-05-28 08:40:04下载
- 积分:1
-
The mathematic method K
The mathematic method K-Means with delphi, a smaal essay, with graphic representation-The mathematic method K-Means with delphi, a smaal essay, with graphic representation....
- 2022-03-19 12:03:28下载
- 积分:1
-
自己编写的,背包问题的各种近似算法以及动态规划算法,请多多指教...
自己编写的,背包问题的各种近似算法以及动态规划算法,请多多指教-I have written, knapsack problem, as well as a variety of approximate dynamic programming algorithm algorithm, please advice
- 2023-07-22 05:35:03下载
- 积分:1
-
数字三角
资源描述问题描述:给定一个由n行数字组成的数字三角形,如下图所示。试用动态规划算法,计算出从三角
顶部至底部的一条路径,使得该路径经过的数字总和最大。
注意每个数字只能走向下一行左边或右边的数字,而不能跳跃的走。
7
3 8
8 1 0
2 7 4 4
4 5 2 6 5
- 2023-01-28 04:05:04下载
- 积分:1