-
a matrix type of source
一个矩阵类的源码-a matrix type of source
- 2023-08-13 21:20:02下载
- 积分:1
-
使用的谱分析C语言代码
该代码用于进行谱分析,是用C语言描述的,很实用的一段代码,对此有需要求的可以看看
- 2022-07-16 16:57:58下载
- 积分:1
-
一些关于素数和因数分解的文章。
一些关于素数和因数分解的文章。-some of the prime factor decomposition and articles.
- 2023-09-07 20:05:03下载
- 积分:1
-
树AVL C语言
在计算机科学中,二叉树 (阿德尔森 Velskii 和 Landis" 树,发明者的名字命名) 是一个自平衡的二叉查找树。它是第一个被发明这种数据结构。[1] 在 AVL 树的两个孩子的任何节点的子树的高度不同最多之一 ;如果在任何时候他们相差不止一个,再平衡是为了还原此属性。查找、 插入和删除在平均和最坏情况下,所有的猛男 (logn) 时间,其中 n 是在手术前树中节点的数目。插入和删除可能需要树来重新平衡由一个或多个树轮换。
- 2022-03-19 19:53:37下载
- 积分:1
-
我自己改写的Remez,FIR滤波器参数计算程序
我自己改写的Remez,FIR滤波器参数计算程序-I write in Remez, FIR filter parameter calculation procedures
- 2022-01-21 04:19:19下载
- 积分:1
-
基于matlab的kalman滤波源程序,实现基本的卡尔曼滤波。
基于matlab的kalman滤波源程序,实现基本的卡尔曼滤波。-The kalman filter matlab-based source to achieve the basic Kalman filtering.
- 2022-01-25 22:40:42下载
- 积分:1
-
粒子群优化算法(c++版)
粒子群优化算法(c++版)-PSO algorithm (c version)
- 2022-08-18 10:22:14下载
- 积分:1
-
在分形几何里面,非常重要的一部分内容就是分形演化算法。这个模块提供的是用DLA模型模拟植物生长的算法。...
在分形几何里面,非常重要的一部分内容就是分形演化算法。这个模块提供的是用DLA模型模拟植物生长的算法。-Fractal geometry in the inside, a very important part of the content is the evolutionary algorithm fractal. The module is provided by DLA model simulation of plant growth algorithms.
- 2022-03-07 12:03:20下载
- 积分:1
-
本程序为图象处理,可将八位图转换为二十四位图
本程序为图象处理,可将八位图转换为二十四位图-the procedures for image processing, can be converted to 8 Figure 24 Figure
- 2022-01-25 21:25:05下载
- 积分:1
-
ROMBERG ALGORITHM
* * To approximate I = integral ( ( f(x) dx ) ) from a to b:* * INPUT: endpoints a, b; integer n.** OUTPUT: an array R. ( R(2,n) is the approximation to I. )** R is computed by rows; only 2 rows saved in storage
- 2022-08-09 17:55:35下载
- 积分:1