-
largreance插值 迭代法 迭代改善法
largreance插值 迭代法 迭代改善法-largreance interpolation Iterative Improvement Act
- 2022-09-26 12:55:02下载
- 积分:1
-
动态规则解数字三角问题给定一个由n行数字组成的数字三角形如下图所示。试设计一个算法,计算出从三角形的顶至底的一条路径,使该路径经过的数字总和最大。...
动态规则解数字三角问题给定一个由n行数字组成的数字三角形如下图所示。试设计一个算法,计算出从三角形的顶至底的一条路径,使该路径经过的数字总和最大。-Digital triangle Issue Description : given an OK by the number n of triangular figures shown in the diagram below. Design of a test algorithm, calculated from the top of the triangle to the end of a path, the path through the largest sum of the figures.
- 2022-12-23 12:15:03下载
- 积分:1
-
计算超短脉冲非线性传输的一个比较成熟的M文件
计算超短脉冲非线性传输的一个比较成熟的M文件-Calculation of nonlinear transmission of ultrashort pulse of a more mature M documents
- 2022-03-12 11:16:19下载
- 积分:1
-
NEWTON_ 插值
若要获取划分差异系数的插值
多项式 P (N + 1) 在不同的数字 X(0),X(1),......,X(N)
为函数 F:
输入的号码 X(0),X(1),...,X(N) ;值 F(X(0)),F(X(1)),......,
F(X(N)) 作为 Q 的第一列 Q(0,0),Q(1,0),...,Q(N,0)。
输出数字 Q(0,0),Q(1,1),...,Q(N,N) 哪里
P(X) = Q(0,0)+Q(1,1)*(X-X(0))+Q(2,2)*(X-X(0))*(X-X(1)) +
...+ Q(N,N)*(X-X(0))*(X-X(1))*...*(X-X(N-1))。
- 2022-01-26 18:02:24下载
- 积分:1
-
3D FDTD code for electromagnetic simulation
In the pFDTD, pre-defined, a number of functions helps you to input complex dielectric/metallic
structures by the repeated use of rather simple geometric structures. For example, the later
use of input object functions will take over the overlapped region with the previously defined
structures. In the present pFDTD version, only metals that can be described by simple Drude
model can be handled.
- 2022-04-18 00:45:50下载
- 积分:1
-
DCT算法实现C++
DCT 离散傅立叶变换(Discrete Fourier Transform),c + +源码实现。简单高效。
- 2023-06-11 00:25:02下载
- 积分:1
-
基于MATLAB编程的图像融合代码
应用背景属于模式识别范畴,在图像处理中,图像融合技术是当前的热门研究领域,虽出现了很多的方法,选用的图像特征也不尽相同,比如曲率、傅里叶变换等等,处理效果也较为理想,但是仍有可研究空间,时间计算复杂度的降低以及融合效果的提高和匹配精度的提高等都是先阶段研究的主要方向。关键技术基于角点检测,图像特征选择形状上下文特征,用于图像融合与配准,代码中包括了实验过程中所有的小程序和图片,下载后可直接运行。
- 2022-01-21 21:24:54下载
- 积分:1
-
一个用c语言编写的存储管理模拟程序
一个用c语言编写的存储管理模拟程序- The memory management simulator which compiles with the c
language
- 2022-04-20 11:50:14下载
- 积分:1
-
java计算tfidf写入txt中
java统计总词数,特征词出现的次数,出现的文本次数,分别计算tf,idf,得到tfidf值,对文本进行向量化,写入txt文本中,方便以后做文本聚类。
- 2022-02-05 04:18:23下载
- 积分:1
-
使用插值算法,实现折线的平滑.这是一个比较简单的算法.
使用插值算法,实现折线的平滑.这是一个比较简单的算法.-use interpolation algorithm to achieve a smooth dogleg. This is a relatively simple algorithm.
- 2023-08-16 01:00:03下载
- 积分:1