-
fibnacci数列
斐波那契数列:0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, ...如果设F(n)为该数列的第n项(n∈N*),那么这句话可以写成如下形式:显然这是一个线性递推数列。
- 2023-04-15 07:55:10下载
- 积分:1
-
仿VB的InputBox
仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox
- 2022-05-13 03:43:50下载
- 积分:1
-
本程序用于有限元方法中空间8节点单元刚度矩阵的计算,并通过文本文件实现数据间的传输,在VB中通过shell函数来调用fortran的程序,实现二者的混合编程。...
本程序用于有限元方法中空间8节点单元刚度矩阵的计算,并通过文本文件实现数据间的传输,在VB中通过shell函数来调用fortran的程序,实现二者的混合编程。
-This procedure for the finite element method in space for 8-node element stiffness matrix calculation, and through text files between data transmission, in VB through shell function to call fortran procedure, the two realize mixed language programming.
- 2022-08-04 01:29:32下载
- 积分:1
-
近似熵
近似法主要用于测量图像中的无条件细节数据.he伪最近邻法是一种获得相空间重构最佳嵌入维数的方法。通过检查嵌入在增维投影流形中的点的邻域,该算法消除了“假邻域”:这意味着由于投影而明显靠在一起的点在较高的嵌入维中被分离。
- 2022-08-07 11:55:30下载
- 积分:1
-
ViBe背景检测算法、前景检测、运动检测
对源代码做了少量修改,源代码来源忘记了;
代码为ViBe背景检测算法,也可用来做前景检测或者运动检测相关的内容;
检测效果较好,可通过参数进行调节 样本更新率等。
- 2022-01-22 08:38:17下载
- 积分:1
-
最小二乘法
综合了最优化中最小二乘问题的基本经典解法,用C++分别实现了拟牛顿、高斯牛顿、LM三种非线性问题的最小二乘解法,以及基于SVD分解的线性问题的最小二乘解法。
- 2023-04-14 20:10:04下载
- 积分:1
-
energy center, two pairs of split
用能量重心法,对基2分裂的FFT算法进行校正,在整周期采样的条件下,幅值,相位,频率等可以达到很高的精度
-energy center, two pairs of split-the FFT algorithm for correction, in the whole cycle of sampling conditions, the amplitude, phase, frequency, etc., may achieve high accuracy
- 2022-04-20 19:20:20下载
- 积分:1
-
哈夫曼编码
哈夫曼编码是一种数据压缩技术,采用了二叉树和优先级队列两种数据结构。它的基本原理是,对数据重新编码,每个字符的编码的长度和它的出现频率呈反比,也就是出现次数多的字符它的编码要短。从而达到压缩数据的目的。
- 2022-07-06 23:48:43下载
- 积分:1
-
用经典RK方法和四阶ADAMS预测校正算法求解微分方程
用经典RK方法和四阶ADAMS预测校正算法求解微分方程-Classical RK method and fourth-order predictor-corrector algorithm for solving differential equations ADAMS
- 2022-07-23 00:35:19下载
- 积分:1
-
决策树ID3算法预测鲍鱼年龄
用了abalone 数据集,是通过鲍鱼的性别,大小,总量等等来判断鲍鱼的年龄。作业用了ID3决策树算法C++
- 2022-07-06 22:57:19下载
- 积分:1