搜索资源列表
vcfloat
- 定点数实现浮点数的运算,可输入两定点数或两个浮点数。浮点数格式为12.3E8(12.3e8) -float arithmetic, the importation of two set points, or 2 float. Float format to 12.3 E8 (12.3e8)
Ex-05
- MATLAB小程序:关于MATLAB中整数\\浮点数\\复数的运算-small MATLAB : MATLAB on integer \\ float \\ complex arithmetic
Counter(C++)
- 计算机组成原理的一个浮点数运算器。 C++编写,可输入阶码位数,尾数位数。完整实现浮点数的运算。-Computer principle of a floating point arithmetic unit. C, the code can be imported bands, the median mantissa median. Achieve complete float arithmetic.
PID-c-source-code
- 在使用单片机作为控制cpu时,请稍作简化,具体的PID参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算,而将所有参数全部用整数,运算到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分。
LR(1)Arithmetic
- LR(1)文法实现四则运算程序,支持正整数和浮点数运算,有很强大的排错能力。在VC6.0下开发,能够在G++编译器下编译运行
C1
- 实现功能: 1)具备整型数据、浮点型数据的算术(加、减、乘、除)运算功能。 依次输入第一个运算数、运算符(+,-,*,/),第二个运算数,然后输出结果。 结果可以作为下一个运算的第一运算数。按‘C’清屏,按‘X’退出。 例如:输入:2 + 5 输出:7 2)实现单运算符表达式计算的功能。 输入的操作数可以包含整数或浮点数。如果遇到错误的表达式,应输出错误提示信息。 输入表达式如下: 例如:输入:2+5 输出:7
calculator
- 科学计算器。可以解读表达式,进行整数、浮点数的加减乘除运算。-Scientific calculator. Expression can be interpreted, for integer, floating-point addition and subtraction, multiplication and division calculations.
calc
- 在以二叉树表示算术表达式的基础上,设计一个十进制的四则运算的计算器。[设计要求]实现整数浮点数的四则运算,并且还加上了^的运算,支持括号及开始的负数-In a binary arithmetic expression that is designed based on a four decimal arithmetic calculator. [Design requirements] to achieve a four-integer floating-point arithmetic, an
jisuanjizuchnegyuanli
- 能够实现定点小数的机器数表示、定点小数的变形补码加减运算、定点小数的原码一位乘法运算和浮点数的加减运算。-Able to achieve fixed-point decimal number of machines that the deformation of complement fixed-point decimal addition and subtraction operations, the original code a fixed-point decimal multiplica
gmp-5.0.1.tar
- GMP是The GNU MP Bignum Library,是一个开源的数学运算库,它可以用于任意精度的数学运算,包括有符号整数、有理数和浮点数。它本身并没有精度限制,只取决于机器的硬件情况。-GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. There is no practic
BigInt
- 大数类,在一个基本大数类的基础上进行了新的封装。 可以实现大整数的加减乘除模比较复制等操作,还有浮点数的加减乘数运算。-BTNumber BigNumber
jiafa
- 支持浮点数的大数加法,对位数不加限制的,并且支持浮点数的大数加法运算-this code is very useful for the float add,there is no contor for number.
float
- 二进制浮点数运算,包括加法、减法、乘法、除法等一系列源代码-Binary floating-point operations, including addition, subtraction, multiplication, division and a series of source code
matrix
- 矩阵运算,包括加减乘除、取逆、转置,采用双精度浮点数运算,精度很高-Matrix operations including addition, subtraction, take inverse, transpose, using double-precision floating-point operation, high precision
PID
- 一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID 参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算, 而将所有参数全部用整数,运算到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可 大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余 数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分。 -A typical
POJ_1001
- c语言环境下的浮点数运算,供大家学习参考-floating calculate
zuchengyuanli1
- 组成原理中对于定点小数的加减运算系统,及浮点数的换算。-In principle for fixed-point decimal addition and subtraction system, and floating point number of conversion.
zuchengyuanli3
- 组成原理中对于定点小数的乘除运算,以及与浮点数之间的转换。-In principle for fixed-point decimal multiply and divide, as well as with floating-point conversion between.
biaodashiqiuzhi
- 输入一个表达式,其中包含0~9及负号小数点组成的浮点数和加减乘除运算符,还应该包含括号。其他字符非法的输入均报错,表达式以#结束。输出运算结果。程序所能达到的结果有:适用于浮点型的计算,且适用于多位数的运算,适用于负数的运算。对输入的表达式有判断对错的功能-Input a expressions, including 0 ~ 9 and minus the decimal point of floating-point and add, subtract, multiply and divide
DosBigMath
- 实现1到1000位的大数运算(包括加减乘除和浮点数运算),运行环境是vs2005-1-1000, large number operations (addition, subtraction and floating-point), the operating environment is vs2005