CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - integer

搜索资源列表

  1. Tug og war.rar

    0下载:
  2. Tug of War A tug of war is to be arranged at the local office picnic. For the tug of war, the picnickers must be divided into two teams. Each person must be on one team or the other; the number of people on the two teams must not differ by more than
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-03-10
    • 文件大小:895byte
    • 提供者:
  1. longint1111

    0下载:
  2. 任意长整数相加问题 任意输入两个任意长的整数进行相加 可以得出正确结果,-arbitrary sum of long integer problem indiscriminate importation of two arbitrarily long integer can be drawn together for the right result,
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.76kb
    • 提供者:邵柏波
  1. 一元稀疏多项式计数器

    1下载:
  2. 一元稀疏多项式计算器[加法和乘法] 问题描述: 设计一元系数多项式计数器实现两个多项式间的加法、减法。 基本要求: (1) 输入并建立多项式 (2) 输出多项式,输出形式为整数序列:n,c1,e1,c2,e2……cn,en,其中n是多项式的项数,ci,ei分别为第i项的系数和指数。序列按指数降序排列。 (3) 多项式a和b相加,建立多项式a+b,输出相加的多项式。 (4) 多项式a和b相减,建立多项式a-b,输出相减的多项式。 用带表头结点的单链表存储多项式。 测试数据: (1) (2x+5x8
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:36.95kb
    • 提供者:陈宇
  1. atoi

    0下载:
  2. 这是一个字符串到整型的转换,在很多程序设计中,这个小模块被频繁使用到。-This program implements the transformation of string to integer.This module is often used in many other program.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7.67kb
    • 提供者:孙江萍
  1. 大数的阶层

    0下载:
  2. 用数组存储一个大数的阶层。输入一个整数n,先求出n!占用的位数。动态开辟bits位数组,用适当方法把n!的值存储到数组里去-storage arrays with a majority of the class. The importation of an integer n, first obtained n! The median occupancy. The median opening bits dynamic group, the use of appropriate means, n
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:14.16kb
    • 提供者:红苹果
  1. 科技(1) B 064 04

    0下载:
  2. 某国为了防御敌国的导弹袭击,发展出一种导弹拦截系统,但是这样的导弹拦截系统有个缺陷,虽然他的第一发炮弹能够达到任意高度,但是以后每一发炮弹都不能高于前一发的高度。某一天,雷达捕捉到敌国的导弹来袭。由于该系统还在使用阶段,所以只有一套系统,因此有可能不能拦截所有的导弹。输入导弹依次飞来的高度(雷达给出高度数据是不大于30000的整数),计算这套系统最多能拦截多少导弹,如果要拦截所有的导弹最少配备多少套这种导弹系统。 三;问题分析: 该系统的第一发炮弹能够达到任意高度,所以要求出系统最多能够
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6.33kb
    • 提供者:王俊
  1. duizhan

    0下载:
  2. 堆栈算法。输入为整数N,输出为N的M种输出。-stack algorithm. Integer N input and output for the M N output types.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:796byte
    • 提供者:梁诚杰
  1. accept

    0下载:
  2. 数字运算,判断一个数是否接近素数 A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.12kb
    • 提供者:王冠
  1. calculate(sign)

    0下载:
  2. 该程序用C语言实现了大整数的加减乘除运算-the program with C language of the large integer arithmetic operations
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.42kb
    • 提供者:梁伟明
  1. long-integer-operation

    0下载:
  2. 大整数的运算 实现了四则运算 简单明了-Large integer arithmetic operations to achieve the simple
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:2.16kb
    • 提供者:孟一平
  1. Large-Integer-Precision-Operations

    0下载:
  2. 清华大学数据结构课大作业的源代码,实现大整数的高精度运算,工程文件生成dll,通过exe界面文件装载dll后使用-Tsinghua University, class data structure source code of a large operation to achieve high accuracy large integer calculations, engineering documents generated dll, exe interface through the us
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1012.43kb
    • 提供者:sdrioe
  1. long-integer-additions-operations

    0下载:
  2. 长整数加法运算 使用双向循环链表 数组编程-long integer additions operations
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:2.68kb
    • 提供者:elain
  1. Large-integer

    0下载:
  2. 实现较大整数的加减乘除等运算,可运行-Achieve a larger integer addition, subtraction and other operations can be run. . . .
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:670.76kb
    • 提供者:kjh
  1. integer-sort

    0下载:
  2. 随机生成整数并且比较各种排序方式的时间大小-Randomly generated integer and compare various time Sort by size
  3. 所属分类:Data structs

    • 发布日期:2017-12-02
    • 文件大小:277.03kb
    • 提供者:朱玉清
  1. Integer

    0下载:
  2. 功能相对完整的大整数类,Integer 数据类型提供了针对 32 位处理器的优化性能-Relatively complete integer class, Integer data type provides optimized performance for 32-bit processors
  3. 所属分类:Data structs

    • 发布日期:2017-11-15
    • 文件大小:4.84kb
    • 提供者:黄志杰
  1. Large-integer-factorial

    0下载:
  2. 采用visualC++实现大整数阶乘算法,适合参加ACM和蓝桥杯的同志学习-Learn from Comrade large integer factorial algorithm visualC++ suitable to participate in the ACM and Blue Bridge Cup
  3. 所属分类:Data structs

    • 发布日期:2017-11-10
    • 文件大小:202.73kb
    • 提供者:lin
  1. Positive-integer-factorization

    0下载:
  2. 实现正整数分解功能,能够分解任意给定的非零整数-Positive integer factorization, can decompose any given non-zero integer
  3. 所属分类:Data structs

    • 发布日期:2017-11-16
    • 文件大小:704.4kb
    • 提供者:萧蓝枫
  1. Large-integer-multiplication

    0下载:
  2. 高精度大整数乘法,对于大整数比较方便的输入方法是,按字符型处理,两个成熟存储在字符串数组s1,s2中,计算结果存储在整型数组a中。-Precision large integer multiplication, more convenient for large integer input method is handled by the character, two mature stored in an array of strings s1, s2, the calculation res
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3.04kb
    • 提供者:martian
  1. Large-integer

    0下载:
  2. 大整数,蛮力破解,分治法,改进分治法。程序清晰易懂,有利于帮助理解-Large integer, brute-force, divide and conquer, divide and conquer improvements. Clear and understandable procedures, could help to understand
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1.14mb
    • 提供者:方小米
  1. Large-integer-multiplication

    0下载:
  2. 大整数的计算方法实现,供c/c++初学者学习使用- Large integer calculation method of implementation for c/c++ beginners learning to use
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:593byte
    • 提供者:laix
« 12 3 4 5 6 7 8 9 10 ... 23 »
搜珍网 www.dssz.com