搜索资源列表
changzhengshuxiajia
- 用户输入2个任意长整数,求它们的加法,减法和乘法,并将结果显示;-two user input arbitrarily long integers, for the addition, subtraction and multiplication, and the results show;
Fig21_03
- 长整数类,数据成员有一个指针,一个整数size,可以存放100位以上整数,可以做加法乘法运算-long integer, data members of a pointer, an integer size, can be kept above 100 integer, the additive can do multiplication
dazhengshu
- 大整数乘法,C++环境下运行,可输入两个任意长的整数.
大数乘法
- 我的数据结构的课程设计,是长整数的乘法,内含完整的原代码和详细的设计思路, 当时老师给我判的是优秀,好东西当然给大家分享; 有问题请和我联系 email:huxiaoyong1983@163.com qq:43808128 tel:13562165387-the data structure of the curriculum design, is a long integer multiplication, containing th
Fig21_03
- 长整数类,数据成员有一个指针,一个整数size,可以存放100位以上整数,可以做加法乘法运算-long integer, data members of a pointer, an integer size, can be kept above 100 integer, the additive can do multiplication
longint
- 超长整数乘法源程序-long integer multiplication source
大数乘法
- 我的数据结构的课程设计,是长整数的乘法,内含完整的原代码和详细的设计思路, 当时老师给我判的是优秀,好东西当然给大家分享; 有问题请和我联系 email:huxiaoyong1983@163.com qq:43808128 tel:13562165387-the data structure of the curriculum design, is a long integer multiplication, containing th
changzhengshuxiajia
- 用户输入2个任意长整数,求它们的加法,减法和乘法,并将结果显示;-two user input arbitrarily long integers, for the addition, subtraction and multiplication, and the results show;
dazhengshu
- 大整数乘法,C++环境下运行,可输入两个任意长的整数.-Large integer multiplication, C++ Environment to run, enter the two integers of arbitrary length.
LongIntegerOperation
- 清华大学严蔚敏老师《数据结构习题集(C语言版)》的实验题1.4,长整数运算,已扩充了乘法和除法-Tsinghua University, Yan Wei-Min teacher
longint
- 这个程序用于长整数的乘法计算,用链表实现,对于刚刚学习链表的朋友可以有所帮助!-This program is made for multiplication by long integer,it s good for some friend who learn chain arithmetic for a short time!
FFT
- 快速傅立叶变换及其应用,包括傅立叶变换函数,傅立叶逆变换函数,利用快速傅里叶变换计算长整数乘法。-Fast Fourier transform and its applications, including Fourier transform function, the Fourier inverse transformation function, using Fast Fourier Transform long integer m
multiplication
- 长整数乘法,利用汇编语言实现两个长整数的乘法运算-Long integer multiplication
Plus-And-Multiply
- 实现任意进制的长整数的加法和乘法。大整数的加法和乘法-Arbitrary binary long integer addition and multiplication. Addition and multiplication of large integer
Demo
- 用netbeans写的swing程序,写了非递归求两整数最大公因子、分治法求大整数乘法、动态规划求最长公共子串,集合划分问题。 -Netbeans swing with written procedures, write a non recursive find the greatest common factor of two integers, divide and conquer seek large integer multip
the-calculator-of-long-integer
- 长整数计算器,可以做加法,减法,乘法和比较大小-Long integer calculator,it can do additions, subtractions, multiplications and comparing the size
FFT
- 实现FFT变换及逆变换 并用其实现长整数乘法。-Realization of FFT transform and inverse transform and use it to achieve a long integer multiplication.
长整数乘法
- 这时两个长整数的乘法,直接用c++里的乘法会位数不够。。。(Multiplication of super long integers)