-
fft
一个短时傅里叶变换的C语言实现,对3万个数据进行加窗、FFT处理(A short time Fourier transform of C language, for 30,000 data windowing, FFT processing)
- 2020-08-15 18:58:26下载
- 积分:1
-
zuixiaofa
最小二乘法数据处理软件,翻遍计算的程序,应用于各种优化算法(math caculateor)
- 2013-12-04 14:39:11下载
- 积分:1
-
air-age
计算流体力学软件FLUENT计算空气龄的udf文件(FLUENT CFD software udf file to calculate the air age )
- 2015-10-14 15:32:41下载
- 积分:1
-
PQ decomposition method
说明: 进行PQ分解,计算电力系统潮流的有效方法,应用广泛(PQ decomposition is an effective method for calculating power flow in power system.)
- 2019-04-23 21:34:16下载
- 积分:1
-
21
说明: 用C语言编写多元线性回归方程,写得不好的地方请指教!(Using C language multiple linear regression equation, where poorly written, please advice!)
- 2010-06-06 17:04:50下载
- 积分:1
-
Penalty-Function-Method-
惩罚函数法C语言相关程序
它将有约束最优化问题转化为求解无约束最优化问题:其中M为足够大的正数, 起"惩罚"作用, 称之为罚因子,F(x, M )称为罚函数。(Penalty Function Method C language-related program it would have constrained optimization problem is transformed into solving unconstrained optimization problem: where M is a sufficiently large positive number, from the " punishment" effect, called the penalty factor, F (x, M) called the penalty function.)
- 2020-12-02 01:39:26下载
- 积分:1
-
基于傅立叶变换FFT的大规模海面的实现方法
基于傅立叶变换FFT的大规模海面的实现方法(Realization of Large-scale Sea Surface Based on Fourier Transform FFT)
- 2019-02-15 12:53:25下载
- 积分:1
-
code
用C++编写的大整数计算的模板,可实现加、减、乘、除、取模等运算,可以通过此源码学习高精度的实现。(Written with C++ template large integer can be realized addition, subtraction, multiplication, division, modulus and other operations, you can achieve high-precision study of this source.)
- 2011-06-05 17:19:32下载
- 积分:1
-
constantDeqn
常微分方程及其方程组的求解. 运用数值计算方法进行计算的完整函数,可以方便的调用.编程语言C-C(Ordinary Differential Equations and their equations. The use of numerical method to calculate the complete function, can easily call. Programming language CC)
- 2008-01-01 13:47:38下载
- 积分:1
-
矩阵链乘算法
说明: 距阵链乘问题:
找出矩阵链乘A(35*40) A(40*20) A(20*10)
A(10*15)的最佳相乘次序。
算法来自:计算机算法导引(matrix chain by : identify matrix chain by A (35* 40) A (40* 20) A (20* 10) A (10* 15) concludes the best order. Algorithm from : computer algorithm Seeker)
- 2005-11-17 09:23:42下载
- 积分:1