搜索资源列表
datetime.zip
- 日期时间工具函数。含有计算星期几、从0000年以来天数和毫秒数、日期加减和日期比较等
高精度数加减乘法
- 高精度数的加减乘法,可以自定义进制,作为类实现,直接使用即可。-precision the number of addition and subtraction multiplication can be defined band, as the category achieved, can be used directly.
finish01
- 一般来说用int型变量超过2^31的数就会溢出。此程序是利用数组对长度很长的整形字符串进行加减操作,并且进行自动测试的例子-int type generally used more than two variables ^ 31 a few will overflow. This procedure is the use of an array of very long length of plastic strings Modified operation, as well as automa
天文数的阶乘
- 我编写了一个“天文数字计算”程序突破了这一限制,可以把数字的长度扩充到无穷多位。除了能做加、减、乘、除、求模等基本运算外还可以做阶乘、乘方、开平方等运算。 例如:10000! = ?、(2002^2000)%9999 = 9394、2002的平方根的小数点后第10000位是4。 下面这个程序只是我用编写的“天文数字计算”里的一个计算。 因为在程序代码中使用了中文,所以这个程序如果不在中文DOS下运行,可能会出现乱码,但不影响程序的计算结果。 注:因为D
加减乘除四则运算
- 这是从网上下载下来的一个计算程序,能实现加、减、乘、除的计算。该程序接受 的是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 program can achieve, plus or mi
矩阵加减乘(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 of output. Established three a
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 brackets. Each number only once
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 square of the number of derivatio
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
shuzu
- 包括二维数组的运算,包括去最大、最小值,并且对最值的定位,对数组内的元素进行排序,对数组元素的加减乘除运算等操作
huibian
- 上传的是用汇编语言编写的5位BCD数转化为16位BIN数、8位BIN数转化为2位BCD数、16位BIN数加减乘除法、PIC的4*4键盘等源码-Upload is written in assembly language of five BCD number into 16 BIN number, eight BIN numbers into two BCD numbers, 16 BIN number addition, subtraction method, PIC 4* 4 keyboard
vlsi-design2
- 一位8421BCD编码的十进制数加减法器,电路具有进位、借位功能-A 8421BCD encoding decimal adder subtracter circuit has the function, carry out.
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)
quaternion
- 能够实现四元数的加减乘除以及四元数矩阵相关的运算(To achieve the number of four yuan and four yuan number matrix add, subtract, multiply and divide operations related)
大数
- C语言中如何处理特别大的整型数加减乘,利用数组,采用进位借位处理(Large number algorithm)
