-
牛顿插值
#include#include"String.h"#include#define ROW 6void read(float x[],float y[])//文件读取方便测试{ FILE *fp=fopen("num.txt","r"); rewind(fp); for(int i=0;i
- 2022-10-06 17:00:02下载
- 积分:1
-
功能:返回双精度参数的反全余弦的三角函数值 返回返回双精度参数y和x的数值由公式y/x计算的反正切三角函数值...
功能:返回双精度参数的反全余弦的三角函数值 返回返回双精度参数y和x的数值由公式y/x计算的反正切三角函数值-function : to return to double-precision parameters of the whole anti-cosine value of the trigonometric function to return to double-precision parameters x and y values from the formula y/x calculating the arc tangent trigonometry value
- 2022-02-07 09:17:04下载
- 积分:1
-
埃尔米特插值算法 ;
数值计算算法:Hermite插值算法为了获得HERMITE内插系数 多项式关系H的第(N +1)不同的数X(0),...,X(N)的 对于函数F: 输入:号码X(0),X(1),...,X(N);值f(x(0)),F(x(1)), ...,F(X(N))和F"(x(0)),F"(x(1)),...,F"(x(N))。 输出:数字Q(0,0),Q(1,1),...,Q(2N+1,2N+1),其中 H(X)= Q(0,0)+ Q(1,1)*(X - X(0))+ Q(2,2)* (X - X(0))**2 + Q(3,3)*(X - X(0))**2 * (X - X(1))+ Q(4,4)*(X - X(0))**2 * (X - X(1))** 2+ ...+ Q(2N +1,2N+ 1)* (X - X(0))**2 *(X - X(1))** 2*
- 2022-06-21 02:49:01下载
- 积分:1
-
矩阵得基本运算(数组实现)
矩阵得基本运算(数组实现)-matrix in the basic operations (Array achieved)
- 2022-09-12 21:30:03下载
- 积分:1
-
该程序是作者编写的程序,实现了图和树中的部分算法。
该程序是作者编写的程序,实现了图和树中的部分算法。-that the procedure was prepared by the author of procedures, a map and part of the tree algorithm.
- 2022-03-05 11:00:37下载
- 积分:1
-
Visual C++常微分方程解法(转载)
Visual C++常微分方程解法(转载)-Visual C Ordinary Differential Equations Solution (reproduced)
- 2022-02-04 07:31:54下载
- 积分:1
-
运筹学很有用的程序,线性规划课本里的习题答案,求解线性规划问题...
运筹学很有用的程序,线性规划课本里的习题答案,求解线性规划问题-Useful operational research procedures, linear programming exercises in the textbook answer for solving linear programming problems
- 2023-07-12 17:00:03下载
- 积分:1
-
用JAVA实现钟表,来设计一款属于你的钟表界面
这个程序可以实现钟表的运行,有基本的功能,可以获取当前时间,可以分秒不差。这是我属于你的钟表。你可以自己设置一个你喜欢的钟面,完全个性化。是java初学者练手的程序之一。
- 2023-05-27 21:35:04下载
- 积分:1
-
先设定随机数发生公式的种子值,根据这个产生一个随机的数组,然后通过插入排序进行排序,并计算运行时间...
先设定随机数发生公式的种子值,根据这个产生一个随机的数组,然后通过插入排序进行排序,并计算运行时间-First occurrence of the formula set random number seed value, the basis of this result in a random array, and then sort through the insertion sort, and calculate the running time
- 2022-08-12 10:12:19下载
- 积分:1
-
MMSE 信道估计分析均衡 ofdm 信道容量分析
这是真正好的代码的 MMSE 信道估计你可以享受的 ofdm 信道容量分析,这是比别人更好的信道估计技术
- 2023-08-15 04:00:03下载
- 积分:1