资源列表
数字信号处理理论、算法与实现
- 利用MATLAB理解数字信号处理理论和算法(Understanding Digital Signal Processing Theory and Algorithms with MATLAB)
Visual+Basic+常用数值算法集
- 常用vb数值计算过程近200个,包括:解线代方程组、插值、数值积分、特殊函数、函数逼近、随机数、排序等等,每个子过程都包括功能、方法、使用说明、过程和例子(There are nearly 200 commonly used VB numerical calculation processes, including solving linear equations, interpolation, numerical integration, special functions, function
多元统计分析—基于R-课件ppt
- 多元统计分析—基于R- 课件ppt,讲解多元统计在R中如何实现,对于多元统计软件入门,是很实用的课程(Multivariate Statistical Analysis-Based on R-language ppt)
顺序查找代码
- 顺序查找适合于存储结构为顺序存储或链接存储的线性表。 基本思想:顺序查找也称为线形查找,属于无序查找算法。从数据结构线形表的一端开始,顺序扫描,依次将扫描到的结点关键字与给定值k相比较,若相等则表示查找成功;若扫描结束仍没有找到关键字等于k的结点,表示查找失败。
fft
- 用DFT 函数计算电压u, 电流i的基波(f1=50 Hz)的有效值和相位; 用FFT函数分别计算电压u和电流i 所包含的直流,基波和谐波的有效值和初相角; 可计算基波(f1=50 Hz)和各次谐波的功率p和功率因数con?.(The effective value and phase of fundamental wave (f1 = 50 Hz) of voltage U and current I are calculated by DFT function. The effect
混合基FFT
- 混合基FFT,基60/660/20460 FFT(Mixed base FFT, base 60/660/20460 FFT)
logistic-regression-in-c---master
- 曲线拟合的带有界面的代码,包含详细的计算过程(Code with interface for curve fitting)
multigrid poisson 2d
- 多重网格法解二维泊松方程,多重网格法重要的学习资料。
Abaqus+VS+fortran
- abaqus子程序学习资料,欢迎大家下载学习,共同讨论~(ABAQUS subroutine learning materials)
boussinesq3d
- freefem++是基于C++开发的一种汇编语言,专门用于有限元方法求解偏微分方程,但是比C++编程容易许多(Freefem++ is an assembly language developed on the basis of C++. It is specially used to solve partial differential equations by finite element method, but it is much easier than C++ programming.
ADAM
- ADAM (Adaptive Moment Estimation)是另外一种自适应学习率算法,它结合动量梯度 下降法,在不同参数方向上采用不同学习率,保留前几次迭代的梯度,能够很好 的适应于稀疏数据。(ADAM (Adaptive Moment Estimation) is another adaptive learning rate algorithm, which combines momentum gradient. The descent method, which uses di
最速下降法求解方程组
- 最速下降法就是梯度下降法,可以用于求解最小二乘问题(线性和非线性都可以)。可以说是求解机器算法的最古老、最经典的模型,另一种常用的方法是最小二乘法。(The steepest descent method is the gradient descent method, which can be used to solve the least squares problem (both linear and non-linear). It can be said that it is the ol
