搜索资源列表
compact3
- 自己写的高精度紧致差分格式,包括 Pade格式(FST) 二阶精度中心格式(SLW) 二阶精度迎风格式(MXD) 宽网格基二阶精度中心格式(SLW) 五阶精度迎风紧致格式(MXD) 写成C++类,使用VC6.0环境,计算数据文件可用tecplot画图。 -himself wrote the compact high-precision differential format including Pade format (FST) second order accurac
GJ
- 高精度计算的教案和程序 完全原创,自由下载
thesis2001_zhangyifei
- 高精度计算问题N!高精度计算问题的基本思想及一些实例
HighMul_M
- N的阶乘计算-高精度乘法,每个数据单元存4位,每次计算4位而非一位,比一般一位为单元的高精度算法约快4倍
High-precision
- 高精度计算C++类的算法-precision calculation algorithm C
高精度整数运算
- 练习程序,问题如下:进行高精度整数的加、减、乘运算。输入两个十进制大整数M和N(M、N最长可达50位),计算运算结果并输出。【输入形式】标准输入上依次分行输入以下内容:1.第一行输入第一个大整数M。M可能带有负号,后面是最长可达50位的数字序列。2.第二行只有一个字符,可以是“+”、“-”、“*”,分别代表加、减、乘三种运算符。3. 第三行输入大整数N,格式与M相同M、N均不带有前缀的多余的0【输出形式】在标准输出上打印运算结果,输出一行字符序列,是大整数M和N和运算结果。如果该运算结果是正数,
最小二乘的c++计算
- 最小二乘在工程中运用广泛,此c++程序能快速给出高精度的结果。
HighPrecision2
- 基于STL string的高精度计算 支持以string类为存放格式的整数的多精度运算(包括+、-、*、/(整除)、%(取余)、-(取负)、乘方、开平方),部分允许string式的“整型”与int型混合运算,支持正负号,结果一律用string 型存放(多精度对单精度取余(用int)除外!)-Based on STL string of high-precision calculation of support for string-type format for storing the mu
fct.tar
- FCT-通量修正输运,一种高精度数值计算格式,在CFD中应用广泛。这里给出的对于一维标量守恒方程的C语言程序,是该格式入门的绝好资料。-FCT-flux corrected transportation, is a a high order numerical scheme, which is wiedly usd in CFD field. Enclosed herewith is a C vesion for 1D scalar equation, and hope to be helpfu
gpfxsj
- 高精度射弹飞行时间计算,拟合曲线的分析算法。-Research on the Shell Flight-time Fit of Anti-aircraft
Exponentiation.tar
- 高精度幂计算,北京大学ACM OJ上的Exponetiation-Exponentiation
eHigh-precisionCalculation
- 自然数e的高精度计算,有两个算法一个可到1万位,一个可到2亿位,其中一个经过看雪网友验证和修改。-E of the high-precision calculation of natural numbers, there are two algorithms to 10,000 a, a to 200 million, one of the users through the snow to see verification and modification.
high-quality
- 高精度计算,实现任意精度的加减乘除的高精度算法。-High-precision calculations, arbitrary precision addition, subtraction of the high-precision algorithm.
High-Precision-Library
- C++语言高精度计算库 可以直接利用dll文件 也可以利用源代码内嵌入项目 国外开放源码资源 质量很高 许多部分利用汇编语言加速,实现精巧-C++ language using high-precision computation library dll file can also be used the source code open-source embedded projects abroad, many parts of resource quality hig
1001
- 计算大整数乘法,可用于汇率等高精度计算上,为C语言编码。-Large integer multiplication calculation can be used for calculating the exchange rate and other high-precision, for the C language code.
gaojingdujisuan
- 高精度计算,大数乘法运算,北京大学网上判题系统原题-High precision calculation, tarsus multiplication, Beijing university
lnx-Calculation
- 基于高精度计算自然对数,含有Taylor展开、Romberg、Runge-Kutta等不同数值计算方法。-Based on high-precision calculation of the natural logarithm containing The Taylor expansion Romberg, Runge-Kutta numerical method.
dsjc
- 利用高精度计算大数阶乘的c语言源代码及其解释,其中还包括一些在C语言中常用的简单编程习惯和技巧,非常适合C语言初学者借鉴,如果好好的把程序调试一遍会对初学者很大的启发。程序中没有用到指针,结构体,共用体等内容,但运用了预编译,头文件,数组等等知识,特别是对getchar()进行输入容错的运用,并有详细的解释!-The use of high-precision computing factorial of large numbers of c language source code and i
Seeking-precision-power
- 对数值很大、精度很高的数进行高精度计算是一类十分常见的问题。比如,对国债进行计算就是属于这类问题。 可以计算出R的n次方。-For great value, high precision the number of high-precision computing is a kind of very common problem. For example, the calculation of the national debt is part of this problem. R can ca
Bessel
- 用于计算两类修正贝塞尔函数,计算相对精度可达10的负7次方(Calculation of the two kinds of Modified Bessel Function with a precision to ten to the power of minus seven)