资源列表
PiCalculator
- 这个算法是平方收敛的(每次迭代有效位数增加一倍), 这样要求到Q位有效数字,就至少要log2Q+1次迭代 显然,这种计算是要高精度表示的, 我所用的算法就是普通的高精度加减乘除 加减是O(n)的,时间花费很少。 乘除是O(n2)的,主要的时间花费都在这上面。 而由这个算法中可以看到,bn的计算需要开根号。 这里有两种开根号的办法: ①用初中教我们的方法,每次开两位根号,用除法减掉, 这样所需时间为n2·n/2=O(n3),不可忍受! ②用牛顿迭
cpair
- 用分治法求平面两点的最短距离,main函数用随机数生成n个随机数,然后求他们的最短距离-Plane with the Method of the shortest distance between two points, main function uses the random number generator random number n, and then find the shortest distance between them
026130-01
- 数值计算的一些常用算法 数值计算的一些常用算法-algorism
jiadianji
- 基于vc++6.0的佳点集遗传算法的编程,里面的各项参数均可由使用者自我调整!-Vc++6.0 based on the good point set genetic algorithm programming, which the parameters can be adjusted by the users themselves!
f2003_examples
- fortran 2003 一些算例文件-fortran2003
Fortranquqnweizhinan
- fortran权威指南 不错的fortran指导书-fortran quanweizhinan
Numerical
- 主要讲述matlab的数值计算方法,包括有限差分发,有限元法-Mainly about matlab numerical methods, including distribution of finite difference, finite element method
PARAMETER
- 根据试试数据 对变压器技术参数进行校核 利用的是最小二乘曲线拟合的方法-According to the data to try check technical parameters of the transformer is the least squares curve fitting using the method
analyze
- 在结构力学计算中,可以用来分析连续梁的内力-Calculations in structural mechanics, can be used to analyze the internal forces of continuous beam
CFD
- 用于流体力学计算,希望各位指教一二一二恶意-the calculation of the hydrodynamics ofoffo the the the that the that
FFT_bigint.cpp.tar
- FFT实现的nlogn复杂度的高精度乘法-big intege based on FFT, time cost O(nlogn)
kl
- 列主元消元法解非线性方程,中科大第五次作业-Out principal component elimination method for solving nonlinear equations, the fifth operation USTC
