搜索资源列表
Int64
- 完成一个简单64位整数加、减、乘、除运算类,可以进一步修改为长整数运算-Completion of a simple 64-bit integer add, subtract, multiply, with the exception of computing categories, can be further revised to a long integer calculations
Longinteger
- 可求任意长整数的加减法,输入格式为1,1111,1111类型的格式-Rectifiable arbitrary long integer addition and subtraction, enter the format type of format 1,1111,1111
3
- 本程序实现计算任意长整数的加法运算,大致过程为显示提示信息-->用户输入—>显示结果。 程序中字符集限定为’1’ ’2’ ‘3’ ‘4’ ‘5’ ‘6’ ‘7’ ‘8’ ’9’ ‘0’ ’,’ ‘ ’ ,长整数的长度不予限制。 利用双向循环链表实现长整数的存储,每个结点含一个整型变量。任何整型变量的范围是-(215—1)~(215—1)。输入和输出形式:按中国对于长整数的表示习惯,每四位一组,组间用逗号隔开。-This procedure to achieve t
longnumber
- 这在visual c++6.0实现长整数的四则运算,包括加减乘除-long number caculate
1
- 数据结构的课程设计,实现长整数的相加功能,代码较为简单,易懂-Data structures curriculum design, add features to achieve a long integer, the code relatively simple, understandable
czsjf
- dos界面实现键盘输入两个长整数,相加后输出结果,汇编语言课程练习题-dos interfaces keyboard input two long integers, the sum of the output after the assembly language course Exercises
longint
- 这个程序用于长整数的乘法计算,用链表实现,对于刚刚学习链表的朋友可以有所帮助!-This program is made for multiplication by long integer,it s good for some friend who learn chain arithmetic for a short time!
long
- 实现不定长整数的加减法,即使是超出长整型范围的-it s a small programme to complete add or minus between integer(no matter how long it is)
longinteger
- 实现不定长整数的加减法,即使是超出长整型范围的-it s a small programme to complete add or minus between integer(no matter how long it is)
jisuanqi
- 长整数计算器,对任意长整数进行加减乘除运算-Long integer calculator, for any long integer addition and subtraction multiplication and division
Long-integer
- 长整数运算(双向链表),实现长整数无限长加减法的运算-Long integer (two-way linked list), to achieve long-integer addition and subtraction of infinite computing
long-integer
- 设计程序实现两个任意长整数的求和运算。利用双向循环链表实现长整数的存储, 每个结点含一个整型变量. 任何整型 变量的范围是 -(215-1)~(215-1)。输入和输出形式: 按中国对于长整数的表 示习惯, 每四位一组,组间用逗号隔开。 -Design process to achieve the summation of two arbitrarily long integers. Two-way circular linked list storage of long integ
changzhengshuyunsuan
- 该程序是一个长整数运算、高精度运算器,能够进行20位长整数运算,解决溢出问题-The program is a long integer arithmetic, high-precision arithmetic unit, capable of 20-bit long integer arithmetic to solve the overflow problem
Four-long-integer-operations
- .本演示程序中,利用双向循环链表实现长整数的存储,每个结点含一个整型变量任何整型变量的范围是-(215-1)—(215-1)。在每个结点中仅存十进制数的4位,即不超过9999的非负整数,整个链表表示为万进制数。输入和输出形式按中国对于长整数的习惯,每四位一组,组间用逗号隔开。-The demonstration program, the use of two-way circular linked list to achieve long integer storage, each node c
gaojingdu
- 设计一个程序实现两个任意长的整数(包括正数和负数)、任意精度实数的算术运算。 提示: (1)用动态链表存贮数据,每结点含一个整型变量,表示若干位数。 (2)整数输入和输出按中国对于长整数的习惯表示,每3位1组,组间用逗号隔开。 (3)实现长整数的加、减运算。 (4)程序运行界面清晰实用。-Design a program to achieve two arbitrarily long integers (including positive and negative),
E032012001_1_6
- 长整数相加,链表实现 长整数相加,链表实现 -long int add link turre
chaochang
- 【问题描述】 编写程序实现两个超长正整数(每个最长80位数字)的减法运算。 【输入形式】 从键盘读入两个整数,要考虑输入高位可能为0的情况(如00083)。 1. 第一行是超长正整数A; 2. 第二行是超长正整数B; 【输出形式】 输出只有一行,是长整数A减去长整数B的运算结果,从高到低依次输出各位数字。要求:若结果为0,则只输出一个0;否则输出的结果的最高位不能为0,并且各位数字紧密输出。 【输入样例】 234098 1
C-language-data-structure
- c语言数据结构双循环链表实现长整数相加减-C language data structure of binary chain table to realize the long integer add and subtract
jiajianfa
- 长整数四则运算,利用双向循环链表实现长整数的存储,每个结点含一个整形变量。-Long integer arithmetic, the use of two-way circular linked list to achieve long integer storage, each node contains an integer variable.
长整数乘法
- 这时两个长整数的乘法,直接用c++里的乘法会位数不够。。。(Multiplication of super long integers)