搜索资源列表

  1. C300

    0下载:
  2. 这是一个超长整数加法.转载.-This is a long integers. Reprinted.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:838byte
    • 提供者:刘景春
  1. WinNTL-5_4

    0下载:
  2. NTL is a high-performance, portable C++ library providing data structures and algorithms for manipulating signed, arbitrary length integers, and for vectors, matrices, and polynomials over the integers and over finite fi
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:798.97kb
    • 提供者:陈西
  1. 示范yacc&lex

    1下载:
  2. 这个是YACC和LEX结合使用来实现整数加法的简单事例,我体现的是基本的步骤,不在于其功能的完美和强大,给我一样的菜鸟以启示,以便您不必在开始的路上徘徊太久,希望您喜欢-the LEX and YACC is a combination of integers to achieve a simple example, I embody the basic steps, not its function in a perfect and
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:13.89kb
    • 提供者:江中月
  1. 长整数加法

    0下载:
  2. 任意长整数加法运算,双向循环链表实现,相加的长整数数量任意。操作环境C-arbitrarily long integers computing, two-way cycle Chain realized, the combined number of arbitrary long integer. C operating environment
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4.49kb
    • 提供者:李一
  1. bifData

    0下载:
  2. 大整数相乘,对于任意大的整数都可以计算出结果!-large integer multiplication, for arbitrarily large integers can be calculated results!
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:1.79kb
    • 提供者:熊远望
  1. 大整数加减运算源程序

    0下载:
  2. 多数程序设计语言处理整数的能力时有限的,如C语言中,int类型数据范围是-32768-32767。实际问题的处理过程中往往涉及大整数的运算,如RSA加密算法要求至少64bit的整数,设计算法实现大整数的加减运算。-majority programming language processing integral to the limited capacity, such as C language, int data type is t
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2.98kb
    • 提供者:陈晓岚
  1. 抓交通肇事犯

    0下载:
  2. 一辆卡车违反交通规则,撞人后逃跑。现场有三人目击事件,但都没有记住车号,只记下车号的一些特征。甲说:牌照的前两位数字是相同的;乙说:牌照的后两位数字是相同的,但与前两位不同; 丙是数学家,他说:四位的车号刚好是一个整数的平方。请根据以上线索求出车号。 *问题分析与算法设计 按照题目的要求造出一个前两位数相同、后两位数相同且相互间又不同的整数,然后判断该整数是否是另一个整数的平方。 *-a truck traffic vio
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1011byte
    • 提供者:姚紫欣
  1. 歌德巴赫猜想

    0下载:
  2. 验证:2000以内的正偶数都能够分解为两个素数之和(即验证歌德巴赫猜想对2000以内的正偶数成立)。 *问题分析与算法设计 为了验证歌德巴赫猜想对2000以内的正偶数都是成立的,要将整数分解为两部分,然后判断出分解出的两个整数是否均为素数。若是,则满足题意;否则重新进行分解和判断。 程序中对判断是否为素数的算法进行了改进,对整数判断“用从2开始到该整数的一半”改为“2开始到该整数的平方根”。原因何在请自行分析。 -c
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.01kb
    • 提供者:姚紫欣
  1. 将阿拉伯数字转换为罗马数字

    0下载:
  2. 题目中给出了阿拉伯数字与罗马数字的对应关系,题中的数 字转换实际上就是查表翻译。即将整数的百、十、个位依次从整 数中分解出来,查找表中相应的行后输出对应的字符。 *程序与程序设计-title given Roman numerals and Arabic counterparts, and that the figure was actually Lookup conversion translation. Th
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.14kb
    • 提供者:姚紫欣
  1. 超长正整数的加法

    0下载:
  2. 请设计一个算法来完成两个超长正整数的加法。 *问题分析与算法设计 首先要设计一种数据结构来表示一个超长的正整数,然后才 能够设计算法。 首先我们采用一个带有表头结点的环形链来表示一个非负的 超大整数,如果从低位开始为每 个数字编号,则第一位到第四 位、第五位到第八位...的每四位组成的数字,依次放在链表的 第一个、第二个、...结点中,不足4位的最高位存放在链表的最 后一
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.2kb
    • 提供者:姚紫欣
  1. a223

    0下载:
  2. 此程式可輸入二個整數,並以歐幾里得演算法求其最大公因數(GCD)-this program can import two integers, and Euclid algorithms for its greatest common divisor (GCD)
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1.82kb
    • 提供者:張世謙
  1. 040320174

    0下载:
  2. 无和集问题。设s是一个正整数集合。s是一个无和集当且仅当x,y属于s,但x+y不属于s. 设计一个算法,计算f(n)的值-no problems and sets. S is a set up is a set of integers. S is a set - and if and only if x, y belong s, x y s. Design is not an algorithm to calculate f (n)
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:62.71kb
    • 提供者:孙月玲
  1. 基于表达式的科学计算器

    1下载:
  2. 这是一个基于表达式的科学计算器,计算结果的有效位较长(16位);支持不严格的表达式输入(如cos(23)*sin(34)与cos(23)*sin(34与cos23*sin34等价);支持四种进制的数在一个表达式中同时出现的进制混合运算(除十进制外的各进制数不限于整数,如12d.3axh,xh是我的计算类所能识别的十六进制数的标识符);且程序做得也比较精细(如制作了鼠标键盘、窗口跟随、计算历史查看等),功能非常不错。-This is a
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:145.11kb
    • 提供者:tufei8438
  1. Integers

    0下载:
  2. 有n个整数,使其前面各数顺序向后移m个位置,最后m个数变成最前面的m个数-Integers n there is so backward in front of the order of the number of m-shift positions, and finally the number m of m into the top of the number of
  3. 所属分类:其他小程序

    • 发布日期:2024-11-20
    • 文件大小:3kb
    • 提供者:wlb
  1. SumWithCondition

    0下载:
  2. This program finds the sum of all integers from 1 up to the number entered, excluding all numbers divisible by 3 and all even numbers that are less than 10 and display sum.
  3. 所属分类:行业应用软件

    • 发布日期:2024-11-20
    • 文件大小:1kb
    • 提供者:John
  1. Fast-Multiplication-of-Very-Large-Integers

    0下载:
  2. Program wrote with VB.net to compute multiplication of very large integers quickly (included word document to explain the concept and implementation)
  3. 所属分类:.net编程

    • 发布日期:2024-11-20
    • 文件大小:115kb
    • 提供者:Hajar A
  1. Integers-separated

    0下载:
  2. 整数分隔,主要针对华为的oj平台上面的一道题目-Integers separated, mainly for Huawei oj platform above a topic
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-11-20
    • 文件大小:1kb
    • 提供者:张煌泽
  1. OPERATION-ON-BINARY-INTEGERS

    0下载:
  2. DETERMINING UNION, INTERSECTION AND OTHER OPERATION ON BINARY INTEGERS JAVA
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-11-20
    • 文件大小:2kb
    • 提供者:GEZAHEGN
  1. Find-second-big-integers

    0下载:
  2. 在一系列的整数中寻找第二大的整数,希望对初学者有用。-In a series of integers to look for second integers.
  3. 所属分类:其他小程序

    • 发布日期:2024-11-20
    • 文件大小:4.79mb
    • 提供者:朱云
  1. Integers

    0下载:
  2. 有n个整数,使其前面各数顺序向后移m个位置,最后m个数变成最前面的m个数-Integers n there is so backward in front of the order of the number of m-shift positions, and finally the number m of m into the top of the number of
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-11-20
    • 文件大小:3kb
    • 提供者:yi0593590
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org