资源列表
12341234perciption
- 模式识别中基于神经网络或运算的C++源代码-Pattern recognition based on neural networks or computing the C++ source code
EX_5_NEWTON
- 用Newton法计算方程的根,参考,施吉林等编著《计算机数值方法》第三版,第六章第三节,3-3 Newton迭代算法。-Newton algorithm for roots of nonlinear equation
my_clustering
- 自编的聚类算法,基于最简单的粒子群聚类算法实现粒子分类-clustering algorithm programmed by myself
naive
- naive scaler discretization
x
- ★问题描述: 给出平面上的N 个二维点,求出距离最小的2 个点对。本题中距离定义为他们的直 线距离。例如(0,0) (3,4)的距离为5. ★数据输入: 有多组数据,对于每组数据,第一行是一个数字N 表示点的个数。N=0 的时候说明 输入结束。之后N 行,每行有2 个浮点数x_i,y_i 表示第i 个点的坐标。(1<=N<=10000 0,0<=|x_i|,|y_i|<=10^9) ★结果输出: 输出一个浮点数,表示最近点对的距离除以2,保
Gauss_Seidel
- Gauss_Seidel迭代法的一个主函数 -A main function of Gauss_Seidel iterative method
1
- 使用 冯 诺依曼 舍选法来生成球面上均匀分布的点。-Using the von Neumann rejection method to generate points uniformly distributed sphere.
10to16
- 输入一个十进制数,自动计算产生所对应的十六进制的数并且输出。-Enter a decimal number, automatic calculation of the hexadecimal number and output.
Aitken_speed
- 埃特金加速法,用于数据计算中收敛过程的加速-Aitken acceleration method for accelerating the convergence process data calculations
Type-2-code
- II型势函数分类算法代码,可以在MATLA编程环境下运行。-Type 2 potential function classification algorithm code, can run in MATLA programming environment.
Newton-iterative-method
- 牛顿迭代法解非线性函数的基本思路是通过曲线上任意点的切线来逼近函数的根-The basic ideas of Newton iterative method for solving nonlinear function is through the tangent at any point on the curve to approximate the function of root
test
- 常微分方程的数值解和精确解,数值解法包括Euler方法,改进的Euler方法,2阶R-K方法,4阶经典R-K方法-Numerical solution and exact solution of ordinary differential equations, numerical solutions include Euler method, the improved Euler method, 2 order R- K method, 4 order classical R- K method