资源列表

« 1 2 ... .21 .22 .23 .24 .25 726.27 .28 .29 .30 .31 ... 3400 »

[数学计算/工程计算CH4

说明:4.1 求非线性方程实根的对分法ddhrt.c 4.2 求非线性方程一个实根的牛顿法dnewt.c 4.3 求非线性方程一个实根的埃特金迭代法datkn.c 4.4 求非线性方程一个实根的连分式解法dpqrt.c-4.1 The real roots of nonlinear equations of the pairs of sub-law ddhrt.c 4.2 real roots of nonlinear equations of a Newton' s Law of
<yangasdtat> 在 2025-06-10 上传 | 大小:14kb | 下载:0

[数学计算/工程计算CH8

说明:8.1 最小二乘曲线拟合hpir1.c 8.2 切比雪夫曲线拟合hchir.c 8.3 最佳一致逼近的里米兹法hremz.c 8.4 矩形域的最小二乘曲面拟合hpir2.c-8.1 Least-squares curve-fitting hpir1.c 8.2 Chebyshev curve fitting the best uniform approximation hchir.c 8.3 years Meeds law hremz.c 8.4 rectangular domain
<yangasdtat> 在 2025-06-10 上传 | 大小:5kb | 下载:0

[数学计算/工程计算CH9

说明:9.1 随机样本分析irhis.c 9.2 一元线性回归分析isqt1.c 9.3 多元线性回归分析isqt2.c 9.4 逐步回归分析isqt3.c 9.5 半对数数据相关ilog1.c 9.6 对数数据相关ilog2.c-9.1 random sample analysis irhis.c 9.2 linear regression analysis isqt1.c 9.3 Multiple Linear Regression Analysis isqt2.c 9.4 s
<yangasdtat> 在 2025-06-10 上传 | 大小:8kb | 下载:0

[数学计算/工程计算1

说明: 利用反控制法构造了1 个新的混沌系统,分析新系统的平衡点及在平衡点的特征值,分形维数,L yapunov 指数 等性质,设计1 个由2 个混沌系统组成的可切换的实际电路并进行实验,通过1 个开关选择器,电路可以实现2 个子系统 的功能,观察到2 个子系统在各个相平面的混沌吸引子。-Use of anti-control method to construct a new chaotic system to analyze the new system equilibrium point
<mumu> 在 2025-06-10 上传 | 大小:629kb | 下载:0

[数学计算/工程计算dualsimplex

说明:对偶单纯形法,用于线性规划的求解-dual simplex methods
<laixudong> 在 2025-06-10 上传 | 大小:2kb | 下载:0

[数学计算/工程计算libstfing.f

说明:3d fourier transforms
<jn> 在 2025-06-10 上传 | 大小:14kb | 下载:0

[数学计算/工程计算calcchecksum-1.6-pre1

说明:calcchecksum用于计算各种hash值,是一个开源软件。-calcchecksum is a tool for calculating various hashes (checksums)
<shepherd> 在 2025-06-10 上传 | 大小:747kb | 下载:0

[数学计算/工程计算moncoes_3.0.0

说明:用c语言实现的压缩软件,简单易用。支持最大超过2G的文件。-Bzip compression in C , very easy to use , MD5 checksum , has support to files larger than 2 gb, has additional features not available in the original bzip2 files , compression decompression progress , pause , resume and
<shepherd> 在 2025-06-10 上传 | 大小:76kb | 下载:0

[数学计算/工程计算Project1

说明:用VB编写的多项式拟合程序 Public Function funPolynomial(Num As Long, x() As Single, y() As Single, Degree As Integer, AA() As Single) As Long 多项式曲线拟合 y=a0+a1*x+a2*x^2+an*x^n Num为输入数据点个数 x()为输入数据点横坐标组成的数组 y()为输入数据点纵坐标组成的数组 Degree为要拟合的多项式曲线次数 A
<周伟> 在 2025-06-10 上传 | 大小:5kb | 下载:0

[数学计算/工程计算Project2

说明:对数曲线拟合 Public Function funLogarithm(Num As Long, x() As Single, y() As Single, a As Single, b As Single) As Long 对数曲线拟合,y=a*ln(x)+b Num为输入数据点个数 x()为输入数据点横坐标组成的数组 y()为输入数据点纵坐标组成的数组 a,b为待求系数,为输出项 -failed to translate
<周伟> 在 2025-06-10 上传 | 大小:8kb | 下载:0

[数学计算/工程计算Project3

说明:指数曲线拟合 Public Function funExponent(Num As Long, x() As Single, y() As Single, a As Single, b As Single) As Long 指数曲线拟合,y=a*exp(b*x) Num为输入数据点个数 x()为输入数据点横坐标组成的数组 y()为输入数据点纵坐标组成的数组 a,b为待求系数,为输出项 -failed to translate
<周伟> 在 2025-06-10 上传 | 大小:8kb | 下载:0

[数学计算/工程计算Project4

说明:乘幂曲线拟合 Public Function funPower(Num As Long, x() As Single, y() As Single, a As Single, b As Single) As Long 乘幂曲线拟合,y=a*(x^b) Num为输入数据点个数 x()为输入数据点横坐标组成的数组 y()为输入数据点纵坐标组成的数组 a,b为待求系数,为输出项-failed to translate
<周伟> 在 2025-06-10 上传 | 大小:8kb | 下载:0
« 1 2 ... .21 .22 .23 .24 .25 726.27 .28 .29 .30 .31 ... 3400 »

源码中国 www.ymcn.org