资源列表
testKFNotch
- kalman notch filter testing
initialize_plotting_parameters
- the fdtd source writed in matlab
Copy-of-3N
- 3N+1 The input will consist of a series of pairs of integers i and j, one pair of integers per line. All integers will be less than 1,000,000 and greater than 0. You should process all pairs of integers and for each pair determine the m
EX_5_NEWTON
- 用Newton法计算方程的根,参考,施吉林等编著《计算机数值方法》第三版,第六章第三节,3-3 Newton迭代算法。-Newton algorithm for roots of nonlinear equation
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
cpu-time-module
- 系统时间记录模块 只要将开始和结束的 模块放到相应的地方就可以了-System time recording module will begin and the end of the module into the appropriate place on
assignment3G11t
- 为了拟合高阶传递函数到一阶,时域方法。。。还有频域方法,但是效果并不理想-In order to fit the high-end pass function to order
16to8
- 输入一个任意长度的十六进制的数,自动计算产生所对应的八进制的数。-Enter a hexadecimal number of arbitrary length, corresponding to the octal number generated automatically calculated.