搜索资源列表
高精度数加减乘法
- 高精度数的加减乘法,可以自定义进制,作为类实现,直接使用即可。-precision the number of addition and subtraction multiplication can be defined band, as the category achieved, can be used directly.
加减乘除四则运算
- 这是从网上下载下来的一个计算程序,能实现加、减、乘、除的计算。该程序接受 的是16进制数。 执行时,需在文件名后直接跟上计算表达式,如在命令提示符下执行结果如下: c:\\masm>js 3+2 5 c:\\masm>js 6*7 2A c:\\masm>js 10-4 c c:\\masm>js 12/3 6-This downloaded from the Internet from a computer p
矩阵加减乘(M)
- 一个比较简单的算法程序。输入一些数,计算后按照矩阵的形式输出。设了三个数组a[],b[],c[]。分别实现c[]=a[]+b[],c[]=a[]-b[],c[]=a[]*b[]。-a relatively simple procedure of the algorithm. The importation of some few, calculated in accordance with the matrix in the form
加减乘除四则运算
- 这是从网上下载下来的一个计算程序,能实现加、减、乘、除的计算。该程序接受 的是16进制数。 执行时,需在文件名后直接跟上计算表达式,如在命令提示符下执行结果如下: c:\masm>js 3+2 5 c:\masm>js 6*7 2A c:\masm>js 10-4 c c:\masm>js 12/3 6-This downloaded from the Internet from a computer progr
dzint
- STL算法实现的大整数加减法的程序, 能够进行正负数的加减,而且是动态数组的, 因此可以无限输入,这是本人这学期的大作业-STL algorithms and the largest integer addition and subtraction procedures, plus or minus a few to carry out addition and subtraction, but is a dynamic array,
new加减乘除
- 这是一个可以实现长整数加减乘除的程序,请大家多多指教-this can be achieved is a long integer arithmetic procedures, please exhibitions
矩阵加减乘(M)
- 一个比较简单的算法程序。输入一些数,计算后按照矩阵的形式输出。设了三个数组a[],b[],c[]。分别实现c[]=a[]+b[],c[]=a[]-b[],c[]=a[]*b[]。-a relatively simple procedure of the algorithm. The importation of some few, calculated in accordance with the matrix in the form
高精度数加减乘法
- 高精度数的加减乘法,可以自定义进制,作为类实现,直接使用即可。-precision the number of addition and subtraction multiplication can be defined band, as the category achieved, can be used directly.
yiyuanduoxianshi
- 多项式加减法,通过输入多项式的系数,以及项数,返回多项式相加或相减的结果-Polynomial addition and subtraction, by entering the polynomial coefficients, as well as the number of items and return to add or subtract polynomials the result of
jjg
- 实现大整数加减法运算,只是一个小的课程设计-Large integer addition and subtraction calculations, only a small curriculum design
24
- 输入任意四个整数(0到10),运算符只有加减乘除,还有括号.每个数只能且必须用一次。要求判断这些表达的结果中是否有24。如果有,输出计算表达式:如输入4,6,1,1 输出 4*6*1*1 =24 (允许有括号)。-Enter any four integer (0-10), only addition and subtraction multiplication and division operators, as well as br
Calculator
- 一个类似于windows标准计算器的程序 用Java语言编写 可以进行简单的加减乘除 取余 ,平方求导数 ,存储数字 ,调用数字等功能-A similar standard windows calculator program written in Java can be used to check simple addition and subtraction, multiplication and division, the squ
calculator
- 一个用VC编的简易计算器,只能加减乘除,并且是只能整数加减乘除-A simple calculator!
ADD_SUB_32bit
- 加减法器,可实现有无符号数的加减法-Modified instruments used, can be realized whether the number of addition and subtraction symbols
signed_add
- verilog 中处理有符号数加减乘除运算的详细讨论和例子。 -Verilog signed arithmetic discussion and examples
jsq
- 非常 精简的计算器 计算整型数 加 减 乘 除-Very, very compact calculator integer addition, subtraction
Complex_2011_9_24
- 复数类,实现复数加减乘除……有界面点击按钮实现功能-Complex add/sub/multiply/div
HighNum
- 包含高精数的四则运算和其他内容 例如:高精×高精 高精÷高精 等等。。。(Four operations and other contents that contain high precision For example: high precision * high precision High precision and high precision. And so on.)
按键数显
- 显示数字 按键可加减 程序简单可用 初学者可学习使用(Display digital keys can add and subtract procedures, simple to use, beginners can learn to use)
大数
- C语言中如何处理特别大的整型数加减乘,利用数组,采用进位借位处理(Large number algorithm)