资源列表
det
- 用全选主元高斯(Gauss)消去法计算n阶方阵的行列式值。
4tower
- 本文对递归问题的典型代表汉诺塔问题进行推广——四塔问题。
raytracing
- 最优化法射线追踪,拟牛顿法解方程, 泰勒展开,雅克比矩阵近似
MODELING_AND_SIMULATION
- Coaxial feed structures are widely used in ultra-wide band antennas . This paper modeled the characteristic of the monopole antenna feeded by coaxial line by FDTD in the time-domiain,which showes that . Firstly, it introduced the theory of the arithm
FourierTransform
- 这是一个非常经典的FourierTransform 算法比较有新意,应该是很有用的
NewtonInterpolateExperiment
- 这是牛顿插值的算法…… 是用于数值计算的 是很不错的 大家可以借鉴一下
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=
111
- 求标准偏差 > 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=
jiajianchengchusizeyunsuan
- 加减乘除四则运算 对用户输入的一个包含两个十进制的操作数的加减乘除表达式求出结果并输出,对用户的输入需要进行有效性判断。
GraphAlgori
- 图论算法中dijkstra、Floy、和最小生成树算法的实现,使用类进行封装
CRM
- 基于聚类的数据挖掘技术在CRM中的研究与应用
fft
- 离散傅立叶dft和快速傅立叶fft编码实现及绘图
