CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - two sum program

搜索资源列表

  1. matrix.rar

    0下载:
  2. 2、 矩阵(二) 编写C++程序完成以下功能: (1) 假定矩阵大小为4×5(整型); (2) 矩阵空间采用new动态申请,保存在指针中; (3) 定义矩阵初始化函数,可以从cin中输入矩阵元素; (4) 定义矩阵输出函数,将矩阵格式化输出到cout; (5) 定义矩阵相加的函数,实现两个矩阵相加的功能,结果保存在另一个矩阵中; (6) 定义矩阵相减的函数,实现两个矩阵相减的功能,结果保存在另一个矩阵中; (7) 动态申请三个矩阵:A1、A2、A3; (8) 初始化A1、A2;
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:631
    • 提供者:bedding
  1. ADD

    0下载:
  2. 该程序可以很好的实现两个多项式相加的功能-The program can achieve a good sum of two polynomial functions of
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1944
    • 提供者:nemo
  1. duoxiangshixiangjiawenti

    0下载:
  2. 编写一个程序,实现两个一元多项式相加。要求: (1)多项式用链表存储 (2)多项式相加必须使用单独的函数实现 (3)输入时只要求输入各项的系数和指数 (4)结果输出形式如下 F(x) = an*x^n + an-1*x^(n-1) + … + a1x + a0 -The preparation of a program to realize the sum of two polynomials a dollar. Requirements: (1) polynomial
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:173955
    • 提供者:武鹏
  1. 4

    0下载:
  2. 程序功能:用单链表存储多项式并实现两个多项式相加-Program features: single-chain storage and realization of the polynomial sum of two polynomials
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1045
    • 提供者:蓝源源
  1. VerifiedGoldbach

    0下载:
  2. 验证哥德巴赫猜想:任何大于6的偶数,均可以表示为两个奇素数之和。改程序就是验证这一猜想。-Verify Goldbach' s conjecture: any even number greater than 6, can be expressed as the sum of two odd prime numbers. Reform program is to verify this conjecture.
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:256133
    • 提供者:sunwg
  1. 1

    0下载:
  2. 计算两数之间之和,希望对入门者有所帮助. 程序不是很长,主要就是讲了一个循环语句的用法。-Calculated between the number of the sum of the two, want to help beginners. Program is not very long, is mainly talked about the usage of a loop statement.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:4235
    • 提供者:管军
  1. poly

    0下载:
  2. 实现一元多项式的相加。 要求按指数降序输入两个多项式,然后程序可以完成对这两个多项式的相加-Polynomial realization of the sum of one dollar. Require exponentially descending input two polynomials, then the program can complete the sum of these two polynomials
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:1916
    • 提供者:wwwhiteduwtb
  1. duoxiangshi

    0下载:
  2. 用C++语言编写一段程序,该程序的功能相当于一个一元多项式计算器。它能够实现按照指数降序排列建立并输出多项式,并且能够完成两个多项式的相加、相减的运算和将其结果输入的功能。-C++ language with a program that functions as a unary polynomial calculator. It can be achieved in accordance with established and the output index in descending o
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:914052
    • 提供者:liulingfengcn
  1. 8

    0下载:
  2. 该方案:预订标准输入读取从两个Sales_item交易。这些文件的数据/ add_item 和 数据/ bad_item 包含两个这样的交易。第一个文件包含有效的交易 书适用于本文件应打印的款项。第二个文件应该导致异常的抛出。方案:用处理打印输出,但并没有投入。 -The program: book reads two Sales_item transactions from the standard input. The files data/add_ite
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:13940
    • 提供者:GG
  1. hari

    0下载:
  2. 1).Using structs, find sum, subtraction, magnitude(of a vector) and angle(in degrees) between two arbitrary dimensional vectors. 2).Using structs, find the gradient vector of a polynomial multivariable function described in termsof arrays containin
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:5808
    • 提供者:hari
  1. plus

    0下载:
  2. C++开门程序,最简单的C++语言程序,实现两个整数的相加-Open the door C++ program, the most simple of c + + language program, realize the sum of two integers
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:222033
    • 提供者:liuqin
  1. tc

    0下载:
  2. c语言的一个小程序,用来求输入两个数求和。-a small program in c language, used to seek to enter two numbers sum.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:1506
    • 提供者:lizhongsun
  1. Magic-square

    0下载:
  2. 魔方阵 (1).设n是奇数,请编写程序构造n*n阶魔方阵,即行、列、两对角线上n个数之和相等的方阵。 (2).构造3*3素数魔方阵,即找出9个不大于500的素数并排成魔方阵。 -Magic square (1) n is an odd number, please write a program to construct n* n-order magic square that line, column the two diagonal n numbers equal to the
  3. 所属分类:Other systems

    • 发布日期:2017-10-31
    • 文件大小:203870
    • 提供者:Frank.Soo
  1. matrix

    0下载:
  2. 3、 矩阵(三) 编写C++程序完成以下功能: (1) 用类来实现矩阵,定义一个矩阵的类,属性包括:  矩阵大小,用 lines, rows(行、列来表示);  存贮矩阵的数组指针,根据矩阵大小动态申请(new)。 (2) 矩阵类的方法包括:  构造函数,参数是矩阵大小,需要动态申请存贮矩阵的数组;  析构函数,需要释放矩阵的数组指针;  拷贝构造函数,需要申请和复制数组; 
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-28
    • 文件大小:1212
    • 提供者:
  1. C_ASS56

    0下载:
  2. program to accept two matrices and * * find the sum and difference of the matrices
  3. 所属分类:Other systems

    • 发布日期:2017-11-30
    • 文件大小:896
    • 提供者:shubh
  1. 求一个3*3矩阵对角线元素之和

    0下载:
  2. 题目:求一个3*3矩阵对角线元素之和 ___________________________________________________________________ 程序分析:利用双重for循环控制输入二维数组,再将a累加后输出。-Topic: for a 3* 3 matrix diagonal element the sum ______________________________________________________
  3. 所属分类:其他小程序

    • 发布日期:2016-01-24
    • 文件大小:3072
    • 提供者:崔嬴
  1. Sum-two-big-numbers

    0下载:
  2. By using this program we can sum two big numbers (at last 1000 digits) whit each other.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-30
    • 文件大小:2544
    • 提供者:hsn
  1. sum

    0下载:
  2. 此程序为一个加法器的程序,在窗口中填写两个加数,可以计算出结果的程序-This program is a summer program, fill two addends in the window, you can calculate the results of the program
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-15
    • 文件大小:3621047
    • 提供者:陈彦冠
  1. SUM=5

    0下载:
  2. 运行程序后,系统会自动输出数字之和等于5的两个数。-After running the program, the system will automatically output digital sum equal to two numbers 5.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:538
    • 提供者:王轩
  1. two_sumprogram.tar

    0下载:
  2. two sum program for summing numbers
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:5953536
    • 提供者:twentwe
« 12 »
搜珍网 www.dssz.com