搜索资源列表
simple calculator.rar
- 简易计算器示例程序源代码 加减乘除 -A simple calculator example source code!
jishiqijiajianchenchu
- 利用rnd产生随机数,实现加减乘除的换算。同时可以统计题的数目和统计分数。-use rnd produces random numbers, the arithmetic to achieve the conversion. Statistics can also that the number of scores and statistics.
FFT
- 支持无限位大数的加减乘除平方运算。运用了FFT,相乘的复杂度为nlogn
yiyuanshuzu
- 用C++编写的关于实现一元数组的加减乘除的程序,相信大家在做报告时会遇到
alu
- 4位alu,包括加减乘除等运算功能,是可综合风格的,包括测试文件
lab4
- 百位大数加减乘运算的源码。 供大家学习参考。-This one can help you studying in c! It is good! Useful!
computexam
- 计算测试(带统计),实现一般的一位数的加减运算。功能比较简单。-Calculation of test (with statistics), to achieve a number of general subtract. Function is relatively simple.
Calculator
- c++语言编写的计算器程序,可以实现加减乘除,不过不支持双位数,使用堆栈编写,含有中缀表达式到后缀表达式的转换。-c++ language calculator program, Math can be achieved, but does not support double-digit, use the stack preparation, with infix expression to postfix expression converter.
gaosi
- 利用高斯消去法解线性方程组,也就是加减消元法解线性方程组-Gaussian elimination linear equations, that is, addition and subtraction method of elimination of Linear Equations
MatrixExample
- 矩阵类中各种方法的应用示例,加减乘除等各种功能,经验证通过,大家放心使用-Matrices of various methods of sample application, addition, subtraction, and other features, proven through, rest assured to use
TYJSQ
- 用c++编写的一个简易的计算器,能实现简单的加减乘除及清零。-A simple calculator written in c++, simple addition, subtraction and cleared.
JYJSQ
- 简易计算器,实现简单加减乘除并且具有括号功能-Simple calculator, simple addition and subtraction, multiplication and division, and has brackets function
Hugeint
- 大数类 存储1-30位的整数 可进行加减乘除运算-huge integer class
Polynomial
- 多项式类 可进行多项式的加减乘除运算 最高阶为30位-Polynomial class
chuti
- 出不重复的题目,适合小学生,加减乘除四则混合-The non-repetition of the subject, suitable for students, subtraction, multiplication and division four mixed
Maze-solving-reference-answers
- 实现简单的算术表达式操作,实现加减乘除的基本操作-simple arithmetic expression
Finite-field-arithmetic
- 通过编程,实现在有限域上的加减乘除运算,以GF(2^8)为例,最终得出结果。-Through programming, implemented on a finite field arithmetic operations in GF (2 ^ 8), for example, the final outcome.
calc
- 本计算器是以 STC89C52RC 单片机最小系统为控制核心, 另外增加了 1602 液晶屏, 矩阵键盘,蜂鸣器, 8 位 led 灯等外围硬件电路。能实现加减乘除,小数,负数四则运算; 有退格,复位功能;有累算功能;具有十进制转二进制,十进制转十六进制的功能。为增加 计算器的实用性, 将其的最大运算范围扩大到正负一亿, 运算结果超出范围时, 液晶
2-1
- 有菜单,可以手动输入二个二项式,计算加减乘运算,可以计算手动输入x之后的结果,运用vc6.0 -Have a menu, you can manually enter the two binomial, subtraction multiplication calculation, the results can be entered manually after x, using vc6.0
ExpsCalculator
- 计算数学表达式,包含括号的加减乘除运算。-Calculate mathematical expressions, including parentheses arithmetic operations.