资源列表
caculation2
- 主要介绍逐步回归的方法,并介绍如何利用逐步回归建立最佳线性回归方程。-introduced stepwise regression method, and how to use stepwise regression to establish the best linear regression equation.
Fast_Fourier_transform_of_signal_and_system
- 信号与系统 快速傅里叶变换Fast Fourier transform of signal and system-Fast Fourier transform of signal and system
math_relative
- 计算偏相关系数(数值统计运算),基于 visual C++.-Partial correlation coefficients calculated
2dmintime
- 非均匀介质二维波动方程最短路径方法波场模拟-Inhomogeneous wave equation the shortest path method for wave field numerical simulation
C_Algorithm
- 用C语言实现的各种算法的程序集合,基本包含了实用的全部基础算法,内容相当全面。-Using C language implementation of the various set of algorithm, the basic foundation that contains all the practical algorithm, the content is very comprehensive.
gravity_tc_plouff
- 用fortran编写的观测重力数据固体潮改正程序-Fortran prepared using tidal gravity correction procedures
Mimo
- multi input multi out put
svm-matlabtoolbox
- 用于matlab环境下的支持向量机svm的工具箱,做这方面的朋友很需要哦
fortran-sheji-jiaocheng
- fortran语言的学习教程,零基础的可以下载,也有深度,搞数值计算的必须要看一下滴-fortran language learning tutorials, zero-based, available for download depth, engaging look at numerical calculation must drop
ANSYS
- 该文件为ansys计算时出现不收敛情况的解决办法,对初学者有一定帮助-The file for ansys calculation is convergence solution, it is helpful for beginners
SGTEditor_v1.2
- SGTEditor is a graphical editor for situation graph trees (SGTs), which allows the graphical creation, inspection and manipulation of SGTs. SGTs are graph-like structures modelling the behavior of agents. They were successfully used in terms of highl
000
- 求标准偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) > t=t+x(i)*x(i) > end > c=sqrt(t/(m*n-1)) function c=myfunction(x) [m,n]=size(x) t=0 for i=1:m for j=1:n t=
