CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - SUM

搜索资源列表

  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. multi8x8

    0下载:
  2. 该源码为8位乘法器的VHDL语言描述,由一个8位右移寄存器,2个4位加法器例化成8位加法器,一个16位数据锁存器构成。采用移位相加的方式,从被乘数的低位开始,与乘数的每个位移位相加求和。最后实现其乘法器功能。-The source code for the 8-bit multiplier in VHDL language to describe, from an 8-bit right shift register, two 4-bit adder example into 8-bit add
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:393061
    • 提供者:feng
  1. xufunction

    0下载:
  2. 写一个程序,定义抽象基类shape, 由它派生3个基类,Circle(圆),Rectangle(矩形),Trapezoid(梯形)。用虚函数分别计算几种图形的面积,并求他们的和。要求:用基类指针数组,使它的每一个元素指向一个派生类对象-Write a program that defines an abstract base class shape, it is derived from the three basic classes, Circle (round), Rectangle (re
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:665
    • 提供者:wangjian
  1. A-simple-language-interpreter

    0下载:
  2. 一个简单的语言解释器, 它可以读入一个简单的文本标记文件,并提取和 转换相应的成员关系信息。文件内容如下所示。 一个简单的文本标记文件: <class> <student> <name>ABC</name> <id>123456</id> group1 </student> </class> 每组"标记"包含两部分:标记名称和标记值。例如,
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:1256791
    • 提供者:潇湘风月
  1. 1002

    0下载:
  2. Sicily上的1002题,主要是为一些初学者设计的-Problem Given a sequence of consecutive integers n,n+1,n+2,...,m, an anti-prime sequence is a rearrangement of these integers so that each adjacent pair of integers sums to a composite (non-prime) number. For example, if
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1236
    • 提供者:胡乔
  1. add

    0下载:
  2. CUDA 编写的 基于c的矩阵相加,适合初学者参考-CUDA prepared a matrix based on the sum c
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:686
    • 提供者:suchao
  1. DOA_d_a

    1下载:
  2. 延迟相加法进行波达方向估计,两个程序分别为1个和3个入射信号两种情况。-Delay sum method DOA estimation, the two programs were one and three both cases, the incident signals.
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:1472
    • 提供者:王伟
  1. DisparityUsingSADtechniqe

    0下载:
  2. Disparity finding using Sum of Absolute Difference method.A good work
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:358580
    • 提供者:palani
  1. sum

    0下载:
  2. 请编一个函数fun(int *a,int n,int *odd,int *even),函数的功能是分别求出数组中所有奇数之和以及所有偶数之和。形参n给出数组中数据的个数;利用指针odd返回奇数之和,利用指针even返回偶数之和。-Please make up a function fun ( int* a, int n, int* odd, int* even ), functions are respectively derived array all odd and even and all
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:953
    • 提供者:cxl
  1. ldpc-min-sum

    2下载:
  2. 用c语言写的ldpc码的最小和算法译码程序。-The codes are about ldpc decoding,using min-sum algorithm by c++.
  3. 所属分类:Other systems

    • 发布日期:
    • 文件大小:1554
    • 提供者:文军
  1. matrix-inv-sum-sub

    0下载:
  2. 一个叫sqx的类用于计算矩阵的转置,求逆,乘积,求和,差 - matrix inv sum sub
  3. 所属分类:Other systems

    • 发布日期:2017-11-15
    • 文件大小:2353529
    • 提供者:su qi xin
  1. max-sum

    0下载:
  2. 利用动态规划的思想,求一个数组中的连续最大和-For an array of continuous maximum sum
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-01
    • 文件大小:1193
    • 提供者:王三
  1. SUM-OF-SINE-WAVES

    0下载:
  2. SUM OF TWO SINE WAVES
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:593
    • 提供者:nagesh
  1. SUM

    0下载:
  2. SUM Of Numbers Sum Of Numbers
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:618
    • 提供者:Abdul
  1. sum

    0下载:
  2. 求s=a+a aa+aaaa+aa...a的值,其中a是一个数字。例如2+22+222+2222+22222(此时共有5个数相加),几个数相加有键盘控制。-S = a+aa+aaa+aaaa+aa ... a demand value, where a is a number. For example 2+22+222+2222+22222 (at this time the number of the sum total of five), a few numbers together wit
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:195578
    • 提供者:
  1. woj1010-Alternate-Sum

    0下载:
  2. woj1012题Alternate sum:交替求和-Alternate sum of a nonempty set is the result of operations described as follow: Firstly, all the elements of arranged in non-increasing sequence. Secondly, alternate sum could be obtained by the following formula:
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:18896
    • 提供者:xi
  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
  1. sum

    0下载:
  2. 本程序实现识别数组中的数组部分并且求取它们的和(This program implements the identification of array parts in the array and the sum of them)
  3. 所属分类:其他

    • 发布日期:2018-04-23
    • 文件大小:854016
    • 提供者:小荷尖尖角
  1. based on spfa, the sum of the shortest path

    0下载:
  2. 一个简单的SPFA计数问题,用pascal语言写的(just a simple code . calculate the sum of the shortest path based on the algorithm of SPFA)
  3. 所属分类:其他

    • 发布日期:2018-05-04
    • 文件大小:1024
    • 提供者:mysic
« 12 3 4 5 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com