CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 长整数

搜索资源列表

  1. yigefree

    1下载:
  2. 一个可以对任意长整数进行加减的类 在Visual C++6.0 WinXp下编译通过 采用类来实现,从CString继承而来 数据运算的结果保存在CString类中 理论上可对任意长的数据进行相加 在Release目录下有可执行文件,将*.txt拖放到longadd.exe上即可,*.txt为数据文件。-A class can perform add-subtract operation to long integers with random length and has been compi
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:14594
    • 提供者:衣服
  1. 0023

    0下载:
  2. 一个可以对任意长整数进行加减的类 ,本人编写的代码,请多提意见-one can arbitrarily long integer addition and subtraction for the category, I prepared the code, please speak up
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:20555
    • 提供者:lliu
  1. addint

    0下载:
  2. 我的课程设计:实现任意长整数的求和。自己写的哦 -my program: get the sum of arbitrary array
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1899
    • 提供者:忆星
  1. 线性结构实现长整数加法

    0下载:
  2. 所属分类:数据结构常用算法

    • 发布日期:2009-02-01
    • 文件大小:2269
    • 提供者:rechen225
  1. Integer Inquiry

    0下载:
  2. UVA ONLINE JUDGE 424 Integer Inquiry One of the first users of BIT's new supercomputer was Chip Diller. He extended his exploration of powers of 3 to go from 0 to 333 and he explored taking various sums of those numbers. ``This supercomputer i
  3. 所属分类:其它

  1. LONG_ADD

    0下载:
  2. 利用C语言实现了数据结构中任意长整数相加算法,包括进位、借位等算法-use of the C language data structure arbitrarily long integer column algorithm, including rounding, etc. through algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-20
    • 文件大小:3068
    • 提供者:王大力
  1. LongIntegerOperation

    0下载:
  2. 清华大学严蔚敏老师《数据结构习题集(C语言版)》的实验题1.4,长整数运算,已扩充了乘法和除法-Tsinghua University, Yan Wei-Min teacher
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4692
    • 提供者:小杭
  1. Int64

    0下载:
  2. 完成一个简单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
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:2205
    • 提供者:波波
  1. Longinteger

    0下载:
  2. 可求任意长整数的加减法,输入格式为1,1111,1111类型的格式-Rectifiable arbitrary long integer addition and subtraction, enter the format type of format 1,1111,1111
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:35396
    • 提供者:黎锋
  1. datastructer

    0下载:
  2. 这是我的毕业设计的论文,题目是数据结构演示程序 ,内容是关于演示了长整数运算和表达式求值的运算求值过程 ,大家可以看一下-This is my graduation project paper, titled demo program data structure, content is about the presentation of the long integer arithmetic calculations and expressions for computing the valu
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:286017
    • 提供者:小丽
  1. hafuman

    0下载:
  2. 是数据结构的作业,有哈弗曼编码/译码、印哈弗曼树的代码以及实验报告-Data structure is operating, there哈弗曼encoding/decoding, India哈弗曼tree code and experimental report
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:30240
    • 提供者:王徐哎
  1. ffff

    0下载:
  2. 长整数的加法 用链表做的 只实现加法没有别的运算 数据结构试验-Long list of additive used to do only the realization of adder computing data structure there is no other test
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:10199
    • 提供者:409
  1. longintegeradder

    0下载:
  2. 数据结构课程设计:使用线性结构实现长整数的加法运算-Data structure the curriculum design: the use of linear structure to achieve long integer addition operations
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:2540
    • 提供者:rechen
  1. datastruct_example

    0下载:
  2. 本人讲授数据结构课程时的所写的示例程序,结构清晰规范,有注释,全部可编译运行,包括如下代码: 长整数:ch0_bigint2.c 顺序表的实现:ch2_stable.c 链表的实现ch2_ltable.c 合并两个有序表:ch2_stable_merge.c 表达式计算:ch3_express.c 队列的链式实现:ch3_lqueue.c 栈的链式实现:ch3_lstack.c 迷宫求解:ch3_maze.c 队列的顺序实现:ch3_squeue.c
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:14766
    • 提供者:kk.h
  1. czs

    0下载:
  2. 1. 本程序实现计算任意长的整数的四则运算. 以用户和计算机对话的方式,先后输入数字的最多位数,然后程序就计算并显示出这两个数的运算. 2. 利用双向循环链表现实长整数的存储,每个结点含一个整形变量.输入的形式以回车结束,可以直接输入正数或负数,程序会过滤掉无效的字符.按中国对于长整数的表示习惯,每四位一组,除数字和位于首位置的负号外,其它一切字符都将作为分隔符,连续多个分隔符当一个处理.但不使用分隔符也不影响结果. -1. This procedure calculating the
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:20051
    • 提供者:sqj
  1. li1

    0下载:
  2. 设有由n个不相同的整数组成的数列,记为: a(1)、a(2)、……、a(n)且a(i)<>a(j) (i<>j) 例如3,18,7,14,10,12,23,41,16,24。 若存在i1<i2<i3< … < ie 且有a(i1)<a(i2)< … <a(ie)则称为长度为e的不下降序列。如上例中3,18,23,24就是一个长度为4的不下降序列,同时也有3,7,10,12,16,24长度为6的不下降序列。程序要求,当原
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:832
    • 提供者:www_007gzs_com
  1. integer

    0下载:
  2. C++实现长整形四则运算。利用双向循环链表实现长整数的存储,每个结点含一个整型变量。任何整型变量的范围是-(215-1)~(215-1)。输入和输出形式:按中国对于长整型的表示习惯,每四位一组,组间用逗号隔开。 -C++ to achieve a long plastic 4 computing
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6331
    • 提供者:张洋
  1. 4

    0下载:
  2. 长整数四则运算用C++变的,可实现长整数加减乘除-Long integer arithmetic using C++ change to achieve long-integer multiplication and division addition and subtraction
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:2483
    • 提供者:changjian
  1. hextodouble

    0下载:
  2. 单片机的双精度实型数double存储格式是8个字节,当上传至后台电脑时,需要将以长整数表示形式转换成为实型数,该程序函数提供了转换方法-The single-chip double-precision real number double the storage format is 8 bytes, when uploaded to the background when the computer requires that the form will be a long integer typ
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-05
    • 文件大小:3134
    • 提供者:慌种衣
  1. P1_ConvertBetweenBinAndDec

    0下载:
  2. 二进制十进制转换,可处理长整数,期末大作业。-Binary decimal conversion, can handle long integers, the end of major operations.
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1690
    • 提供者:Kenneth.L
« 1 2 3 45 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com