搜索资源列表
shuxue_Function
- 这是MCS51的数学计算程序库,对于MCS51的编程者来说,这是他们的难点。能为大家提供数学运算中比较难以处理的程序,如:最小二乘,对数运算、指数运算、反三角函数运算等-MCS51 This is a mathematical calculation libraries, programming for MCS51 concerned, This is difficult. Able to provide a mathematical
stackexp
- 控制台下的一个表达式计算器,支持带符号小数+-*/以及指数运算,可以输入()来调整运算优先级,比如:输入1-2*(3+4^(1/2))=-9
quzhishu
- 图像取指数运算,很有帮助 很有帮助
大数运算类
- 1. 实现原理: * 任何一个数都可以表示成指数形式,如下所示: * * N=nEe (0=<n的绝对值<=1,e为10的指数幂) * * 例如100可以表示成1E2,1001可以表示成1.01E3 * * 类 CBigNumber的成员number为上述的n,exponent为上述的e * * 2. 如何使用这个类: * * 你可以把CBigNumber的头文件和实现函数加入你的工程,然后定义 * * 该类的实例,就可以对
快速指数算法
- 快速指数运算程序,可在DOS状态下极快速算出结果-rapid index Operational procedures in DOS under very rapid calculated results
大数运算类
- 1. 实现原理: * 任何一个数都可以表示成指数形式,如下所示: * * N=nEe (0=<n的绝对值<=1,e为10的指数幂) * * 例如100可以表示成1E2,1001可以表示成1.01E3 * * 类 CBigNumber的成员number为上述的n,exponent为上述的e * * 2. 如何使用这个类: * * 你可以把CBigNumber的头文件和实现函数加入你的工程,然后定义 * * 该类的实例,就可以对
快速指数算法
- 快速指数运算程序,可在DOS状态下极快速算出结果-rapid index Operational procedures in DOS under very rapid calculated results
shuxue_Function
- 这是MCS51的数学计算程序库,对于MCS51的编程者来说,这是他们的难点。能为大家提供数学运算中比较难以处理的程序,如:最小二乘,对数运算、指数运算、反三角函数运算等-MCS51 This is a mathematical calculation libraries, programming for MCS51 concerned, This is difficult. Able to provide a mathematical
stackexp
- 控制台下的一个表达式计算器,支持带符号小数+-*/以及指数运算,可以输入()来调整运算优先级,比如:输入1-2*(3+4^(1/2))=-9-Console expression under a calculator, a small number of support signed+-*/And index calculation, can enter () to adjust the priority operations, suc
ComplexCalculator
- ComplexCalculator包括各种复数运算。包括复数的乘法,除法,模,根,实幂指数,复幂指数,自然对数,三角函数-ComplexCalculator include a variety of complex calculations. Including plural multiplication, division, modulus, roots, it is exponential, complex exponential,
quzhishu
- 图像取指数运算,很有帮助 很有帮助 -Image check index calculation, helpful very helpful
pow_user
- 这是C++语言中pow函数的源代码,通过学习此代码,可以了解C语言中是如何实现指数运算的。-pow function for C/C++
MOD
- 模指数运算的求解 用VC++6.0编写的 包含所有代码-Solving the modular exponentiation using VC++6.0 prepared that contains all the code
Calculator
- 简单的计算器程序。 可以实现+、-、*、/、乘方、开方、指数运算的小型计算器。-a simple calculator. can do plus,diminish,multiply et.
M-mary
- 通过M-ary乘方原理和二进制算法原理实现模指数运算-By a power of M-ary principle and principle of achieving the binary modular exponentiation algorithm
Calculater
- DevC++ 实现 加减乘除指数运算 计算器-DevC++ to achieve operational Calculator Math Index
Modular_Exp.cpp
- mod同余方程的指数运算解有关x^e=bmod(n)型的指数同余运算-Solve the exp problem of modular
指数运算
- PLC编程指数运算,西门子smart 200指数编程(PLC programming exponential operation)
eetop.cn_利用FPGA实现浮点运算的verilog代码
- 计算机里整数和小数形式就是按普通格式进行存储,例如1024、3.1415926等等,这个没什么特点,但是这样的数精度不高,表达也不够全面,为了能够有一种数的通用表示法,就发明了浮点数。 浮点数的表示形式有点像科学计数法(*.*****×10^***),它的表示形式是0.*****×10^***,在计算机中的形式为 .***** e ±***),其中前面的星号代表定点小数,也就是整数部分为0的纯小数,后面的指数部分是定点整数。利用这样的
大整数的运算
- 大整数运算采用vc++6.0开发,采用链表这个数据结构(不使用标准模板类的链表类(list)和函数),大整数的长度不受限制 ,能进行加减乘除和指数运算。附加实验报告(The large integer operation uses the vc++6.0 development, uses the chain table data structure (without the use of standard template class