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

搜索资源列表

  1. zuidachangfang

    0下载:
  2. 最大长方体问题 一个长,宽,高分别为m,n,p 的长方体被分割成个m*n*p 个小立方体。每个小立方体内有一个整数。试设计一个算法,计算出所给长方体的最大子长方体。子长方体的大小由它所含所有整数之和确定。-The biggest problem Cuboid a length, width and height, respectively m, n, p of the rectangular cut into m* n* p a small cube. Each cube, there ar
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-01
    • 文件大小:971
    • 提供者:韩傲
  1. C

    0下载:
  2. n个正整数,将他们连接成一排,组成一个最大的多位整数 企业发放的奖金根据利润提成 学生成绩管理系统C源代码 一个整数,它加上100后是一个完全平方数,再加上168又是一个完全平方数,请问该数是多少? 有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? -n a positive integer, will connect them in a row, the formation of a number of the largest companies
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-04-04
    • 文件大小:7690
    • 提供者:李萍
  1. cut_branch

    0下载:
  2. “裁枝剪叶”问题 文件名:cut.* 输入文件:cut.in(文本文件,选手按规定格式自行创建) 输出文件:cut.out(文本文件) 问题描述: 一个无向连通图中有N个节点,N-1条边,则该图称为“无根树”。无根树中任何两个节点之间有且只有一条包含最少边的路径。 所谓“裁枝剪叶”,就是去掉无根树中的一条边,这样一棵无根树就被分成了两棵无根树,丢掉其中的一棵,还剩一棵;对剩下的一棵再进行“裁枝剪叶”。经过一系列这样的“裁枝剪叶”后,最后剩下一棵无根树。 若开始时
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:12891
    • 提供者:ouyang
  1. C1

    0下载:
  2. 将一个磁盘文件的信息复制到另一个磁盘文件中.编写一个输出链表的print.用选择法对10个整数按从大到小排列.汉诺塔算法的递归实现C源代码.(输出数组中的全部元素-A disk file copy to another disk file. To prepare a list of the output print. With selection of 10 by the smallest integer array. Recursive Tower of Hanoi algorithm rea
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1325
    • 提供者:soulpower
  1. mytest1

    0下载:
  2. 最大偏离值 输入 n 个无符号整数,找出偏离平均值最远的整数。如果有多个不同整数离平均值同时最远,则按从小到大输出这几个不同整数, 其间以逗号间隔。其中,个数n 不大于300 例如,有6个数:3,6,7,1,5,4,平均值是 26/6=4.33,与 1 的差值最大。-my homework,i think it is have some good for you,
  3. 所属分类:Game Program

    • 发布日期:2017-03-28
    • 文件大小:6300
    • 提供者:zhaowei
  1. matlab

    0下载:
  2. matlab环境下目标函数为求最大值,且解非负整数解 %bounds 边界约束 %Myfun 为目标函数 %num 初始种群数 %N 最大迭代次数 %CP 交叉概率 %P 突变概率 %f 目标最优解 %x 最优解向量-matlab environment for the sake of the objective function value, and the solution of non-negative integer solutions% bounds b
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1886
    • 提供者:ccy
  1. Max

    0下载:
  2. Max.rar三个数中求最大值C源代码三个数必须是整数-Three Max.rar seek the maximum number of three the number of C source code must be an integer
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-24
    • 文件大小:15209
    • 提供者:name
  1. dict

    0下载:
  2. 设∑={α1, α2…… αn }是n个互不相同的符号组成的符号集。 Lk={β1β2…βk | βiЄ ∑,1≤i≤k}是∑中字符组成的长度为k 的全体字符串。 S是Lk的子集,S是Lk的无分隔符字典是指对任意的S中元素a1a2…ak, b1b2…bk. {a2a3…akb1, a3a4…akb1b2, ……, akb1b2… bk-1 }∩S=Φ。该算法算法,对于给定的正整数n 和k,计算 Lk的最大无分隔符字典。 -Set Σ = [α1, α2 ... ...
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1564
    • 提供者:yxd
  1. BigNum

    0下载:
  2. 大的整数运算,比浮点运算所看奥的有效数字多了很多 ,支持1000位,还可更多!-Large integer operations than floating-point operations by the effective figure Austrian watch a lot of many to support the 1000, but also more!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-22
    • 文件大小:6432046
    • 提供者:zhoulin
  1. shuangxianglianbiao

    0下载:
  2. 实现双向链表所存储线性表的各种操作。要求提供数据的插入、删除、查找、两个数据交换、求所有数据平均值、最大值、最小值的操作。先利用随机函数产生100个随机整数,建立线性表的存储结构,然后完成上述的功能。分析程序的时间、空间复杂度。-Achieve bi-directional linear list stored various operating table. Request for data insert, delete, search, both for data exchange, and
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2159
    • 提供者:黄啸尘
  1. A_Proof_Of_Goldbach_Conjecture

    0下载:
  2. 在本文件中,哥德巴赫猜想( 1 , 1 ) ,证明了复变 一体化。为了证明这猜想,一个新的功能引入Dirichlet级数。 然后,用门阶公式的Dirichlet级数和留数定理,我们 得出这样的结论:任何较大甚至整数可表示为两个素数之和。-In this paper, the Goldbach Conjecture﹛1, 1﹜ is proved by the complex variable integration. To prove the conjecture,
  3. 所属分类:RichEdit

    • 发布日期:2017-04-24
    • 文件大小:84506
    • 提供者:lll
  1. data

    0下载:
  2. 将N(1<= N <= 200000)个整数小到大连续编号,相同的数应具有相同的编号。并按这N个数输入时的顺序输出它们的编号序列。例如,设输入数据为 5 3 4 7 3 5 6,则输出数据为3 1 2 5 1 3 4。-The N (1 < = N < = 200000) months consecutive integer number of small to large, the same number should have the same number. N num
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:605
    • 提供者:QQQQQ
  1. Rand

    0下载:
  2. 本程序能产生大部份实用随机数:产生一个[0,1]区间内均匀分布伪随机数、产生多个[0,1]区间内均匀分布伪随机数、产生任意[a,b]区间内一个均匀分布伪随机整数、产生任意[a,b]区间内均匀分布伪随机整数序列、产生一个任意均值与方差的正态分布随机数、产生任意均值与方差的正态分布随机数序列-look it yourself
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-26
    • 文件大小:14441
    • 提供者:雾水葛
  1. 1380

    0下载:
  2. 给定N个整数,找出它们中的最大值。在输入时可以连续输几组数,每组数中,第一行包括一个整数N(1〈=N〈=10000),第二行包括N个整数,每个的绝对值小于10^9,当一组数中,第一行为0时就退出程序。在输出时,每组数就有一行中显示它的最大值-In this problem, you are given n integers. Your task is to find the maximal value of them. Input may contains several test case
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-12
    • 文件大小:557
    • 提供者:月单
  1. 2

    0下载:
  2. A、B、C 是3个塔座。开始时,在塔座A 上有一叠共n 个圆盘,这些圆盘自下而上, 由大到小地叠在一起。 各圆盘从小到大编号为1,2,……,n,奇数号圆盘着蓝色,偶数号圆盘着红色,如图所示。现要求将塔 座A 上的这一叠圆盘移到塔座B 上,并仍按同样顺序叠置。在移动圆盘时应遵守以下移动规则: 规则(1):每次只能移动1个圆盘; 规则(2):任何时刻都不允许将较大的圆盘压在较小的圆盘之上; 规则(3):任何时刻都不允许将同色圆盘叠在一起; 规则(4):在满足移动规则(
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1100
    • 提供者:yuecuiping
  1. DaShuJieChen

    0下载:
  2. 将一个数进行阶乘结果会是一个很大的数,在c语言里double型也最大只能存一个两位数的整数的阶乘。本算法是对大数进行阶乘计算。-Factorial of a number of results will be carried out is a very large number of languages in the c-type double can only keep the largest of a double-digit integer number. This algorithm i
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:655
    • 提供者:堂堂
  1. ac

    0下载:
  2. 最大 k 乘积 设 I 是一个 n 位十进制整数。如果将 I 划分为 k 段,则可得到 k 个整数。这 k 个整数的乘积称为 I 的一个 k 乘积。 对于给定的 I 和 k,请计算 I 的最大 k 乘积。 -I set up the largest product k is a n-bit decimal integer. If the paragraph I is divided into k, k-integral can be obtained. This is the
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:4796
    • 提供者:霍小明
  1. big_number

    0下载:
  2. 1.支持的运算类型有:+(加) -(减) *(乘) /(除并求余) (求余). 2.支持正负数的运算. 3.支持大数阶乘. 4.由于运用了vector类,原则上支持任意大的整数运算.-1. To support the types of operations are:+ (plus)- (by)* (x)/(in addition to, and seeking more than) (for more). 2. In support of plus or minus the nu
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:441452
    • 提供者:jiaosibei
  1. maxmull

    0下载:
  2. 最大乘积问题: 一个正整数一般可以分为几个互不相同的自然数的和,如3=1+2,4=1+3,5=1+4=2+3,6=1+5=2+4,…。 现在你的任务是将指定的正整数n分解成若干个互不相同的自然数的和,且使这些自然数的乘积最大。 -The biggest problem of the product: a positive integer in general can be divided into several separate and natural numbers, such
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-15
    • 文件大小:5663
    • 提供者:mao
  1. SumOfSub

    0下载:
  2. 给定一个正整数的集合,子集和问题要求在这个正整数集合中,找出其和不超过正整数C的最大和数的子集,且设计的算法是基于近似算法的基本思想。-Given a set of positive integers, a subset of the requirements and problems in this set of positive integers, to find out and no more than the largest positive integer C, a subset of
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:8242
    • 提供者:zhlohi
« 1 2 ... 25 26 27 28 29 3031 32 33 34 35 ... 43 »
搜珍网 www.dssz.com