CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Calculate a*b

搜索资源列表

  1. 1059

    0下载:
  2. Descr iption Calculate a+b Input Two integer a,b (0<=a,b<=101000) Output Output a + b Sample Input 5 7 Sample Output 12
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:111.97kb
    • 提供者:池信泽
  1. RSA解密和加密算法的实现和应用

    0下载:
  2. RSA算法 :首先, 找出三个数, p, q, r, 其中 p, q 是两个相异的质数, r 是与 (p-1)(q-1) 互质的数...... p, q, r 这三个数便是 person_key,接著, 找出 m, 使得 r^m == 1 mod (p-1)(q-1)..... 这个 m 一定存在, 因为 r 与 (p-1)(q-1) 互质, 用辗转相除法就可以得到了..... 再来, 计算 n = pq....... m, n 这两个数便是 public_key ,编码过程是, 若资料为 a,
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1.36kb
    • 提供者:胡康康
  1. 1006

    0下载:
  2. Descr iption Calculate a+b Input Two integer a,b (0<=a,b<=101000) Output Output a + b-Descr iption Calculate a+b Input Two integer a,b (0<=a,b<=101000) Output Output a+ b
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:11.01kb
    • 提供者:韩若影
  1. 1007

    0下载:
  2. Descr iption Calculate a*b Input Two integer a,b (0<=a,b<=101000) Output Output a * b-Descr iption Calculate a*b Input Two integer a,b (0<=a,b<=101000) Output Output a* b
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:25.4kb
    • 提供者:韩若影
  1. add

    0下载:
  2. 利用C语言调用汇编子程序 其中5个输入参数和3个返回结果的汇编子程序调用 输入整数a,b,c,d,e, 请计算a+b+c,a+c+d+e,a-b的值 讨论a-b后算术状态标志寄存器的状态 (ASTAT) 请讨论输入整数数组e[3],f[3],参数如何传递的 写实验报告,要求有实验分析,实验程序,实验心得 -Using C language to call the assembly routines which five input parameters and
  3. 所属分类:DSP program

    • 发布日期:2017-04-03
    • 文件大小:32.6kb
    • 提供者:邓锡海
  1. lexic

    0下载:
  2. 词法分析程序,包括双缓冲区的实现等等 内有输入源程序的样例-<html> Lexical analysis procedures, including double-buffer requirement to achieve and so the source of the form: program main: int var a: int var b: int /* calculate a, b th power, that pow (a, b)*/(var sum:
  3. 所属分类:

    • 发布日期:2017-04-14
    • 文件大小:3.5kb
    • 提供者:Beaug
  1. blackfin

    1下载:
  2. 利用C语言调用汇编子程序 其中5个输入参数和3个返回结果的汇编子程序调用 a) 输入整数a,b,c,d,e, b) 请计算a+b+c,a+c+d+e,a-b的值 c) 讨论a-b后算术状态标志寄存器的状态 (ASTAT) d) 请讨论输入整数数组e[3],f[3],参数如何传递的 本实验要求在Visual DSP++ ADSP-BF535 Blackfin环境中编写一个简单的程序:C语言的主程序调用汇编语言的函数,完成简单的加法、减法。实验重点在于掌握汇编程序
  3. 所属分类:assembly language

    • 发布日期:2017-03-26
    • 文件大小:34.67kb
    • 提供者:幻叶
  1. BSpline

    0下载:
  2. 功能为找到离散点的B样条,即找到一个多项式,使得这个多项式经过这N个点。B样条利用邻近点进行拟合。对于采样数据,根据连续的三组采样点数据计算出一个2阶B样条作为这个区间内的拟合函数,下一个三组数据再计算下一个B样条,这样就可以连续采样连续计算了。-Function to find B-spline discrete points, that is to find a polynomial, so the polynomial through the N points. B-spline fitt
  3. 所属分类:Algorithm

    • 发布日期:2017-05-15
    • 文件大小:3.47mb
    • 提供者:Jing Wu
  1. Big-integer--multiplies

    0下载:
  2. 用C语言解决了大数相乘的问题,CPU时间为16ms,内存战用420kb-Calculate A × B But A and B may be big integer. The biggest integer is less than 10^500.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-24
    • 文件大小:687byte
    • 提供者:xiaoxue
  1. 1

    0下载:
  2. 已知整数a,b,假设函数succ(x)=x+1,pred(x)=x-1,不许直接用‘+’、‘-’运算符号,也不许用循环语句,只能利用函数succ(x)和pred(x),试编写计算a+b,a-b的递归函数add(a,b),snb(a,b),并在主程序中验证该函数的正确性。 -Known integers a, b, assuming the function succ (x) = x+1, pred (x) = x-1, allowed the direct use of' +'
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:1.47kb
    • 提供者:赵思成
  1. Mathematical-simulation

    0下载:
  2. 用英文单词模拟数学计算,实现功能:读入两个小于100的正整数A和B,计算A+B,需要注意的是:A和B的每一位数字对应的英文单词给出-Mathematical simulation using English words, to achieve function: reads two positive integers less than 100 A and B, calculate A+ B, be noted that: A and B, each number corresponds to
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:6.91kb
    • 提供者:吴语
  1. Registeruse

    0下载:
  2. 1 计算A*B+C-D,把结果输出到屏幕。 2把寄存器al中值,以二进制的形式输出到屏幕,并统计数码1的个数,输出到屏幕。 例如 al=0A6H 屏幕显示格式如下: 10100110B 4 -1 calculate A* B+ CD, the output to the screen. Two in the al register value to form a binary output to the screen, and a number of statistical
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:55.24kb
    • 提供者:huaidiwu
  1. Erlang

    0下载:
  2. 爱尔兰计算器,用于计算a,b,s;在知道其中两个的情况下可以求得另一个。具体看代码!-Irish calculator used to calculate a, b, s know the two of them can be obtained another. Specifically look at the code!
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2.39kb
    • 提供者:冯云
  1. dm1

    0下载:
  2. acm训练题 相加简单小程序,输入两个整数,输出两数相加之和-A+B Problem Calculate a+ b Two integer a, b (0<=a, b<=10)
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-15
    • 文件大小:6.15kb
    • 提供者:王子正
  1. A^B

    0下载:
  2. 该文件能计算a的b次方对9907取模的值-The file is able to calculate a b-th 9907 modulo value
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:601byte
    • 提供者:曹亮
  1. aPbformat

    0下载:
  2. 输入-1000000 9输出:-999,991;实现加法格式化,输出按照千分制三位一组以逗号隔开-A+B Format:Calculate a+ b and output the sum in standard format-- that is, the digits must be separated into groups of three by commas (unless there are less than four digits).
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-18
    • 文件大小:165.31kb
    • 提供者:赵辉
  1. MULbignum

    0下载:
  2. c语言实现计算两大数a,b (0<=a,b<=10^1000) 相乘-Using C language to calculate a*b,Two integer a,b (0<=a,b<=10^1000)
  3. 所属分类:Algorithm

    • 发布日期:2017-11-28
    • 文件大小:4.43kb
    • 提供者:胡淼
  1. 1000

    0下载:
  2. 杭电oj第1000题答案Calculate A + B.-Hangzhou Xinhua oj 1000th answers Calculate A+ B.
  3. 所属分类:source in ebook

    • 发布日期:2017-11-07
    • 文件大小:195.48kb
    • 提供者:chengtong
  1. 6

    0下载:
  2. 输入两个数计算a+b,并且输出。数据比较小,只是做一个实验。-Calculate a+b
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:5.46kb
    • 提供者:xscyk
  1. multip_thetas.m

    0下载:
  2. Calculate A,B,D matrices of composite laminate for random ply angle and represent diagrams of effective laminate properties vs ply angle.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1.54kb
    • 提供者:FOTIS CHATZIS
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com