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

搜索资源列表

  1. Incremental-shortest-path-algorithm

    0下载:
  2. 最短增量路径算法,先找到从第源点到汇聚点的所有路径(生成树),然后再依次找出每条路径的最大流量并同时修改矩阵的流量减该路径的最大流量,最后相加每条路径的流量得到总的最大流量-Incremental shortest path algorithm, first find from the source to a focal point of all paths (MST), and then turn to find the maximum flow of each path and also c
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:1423
    • 提供者:kbz
  1. crosslink

    0下载:
  2. 本代码是根据数据结构的只是,采用C语言编译代码,用十字链表实现稀疏矩阵相加-This code is based on data structure only, the use of C language compiled code, with the sum of cross-linked to achieve sparse matrix
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1482
    • 提供者:杨全校
  1. PA2A

    0下载:
  2. Computes the sum or the substration of two matrices, saves the operation into a matrix and output the the results.
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:961
    • 提供者:cool
  1. gmdh_example

    0下载:
  2. GMDH_main为GMDH主函数; variable_Combin为输入层初始变量选为x1,x1^2,x1*x2,x2^2,x2时的输入变量矩阵值 variable_select计算X_train训练输入数据,Y_train训练输出数据,X_test测试输入数据,Y_test测试输出数据 Combin为求变量的两两组合 Sym_Combin为求符号变量的两两组合 PE_AIC求每层各神经元的参数估计W,及训练数据在参数估计后估计的输出out_train,测试数据在参数估计后
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:11561
    • 提供者:李增光
  1. SERPENTI

    0下载:
  2. calculate sum of a matrix
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:667
    • 提供者:andreea
  1. satu

    0下载:
  2. int i, j, k,b,n,s,t,r=1 float sum, c float a[12][12] //pengisian matrix printf("Masukkan ordo matriks : ") scanf(" d",&n) printf("masukkan banyak persamaan : ") scanf(" d",&b) for(i=0 i<n i++){ for(j=0 j&
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:648
    • 提供者:cranda
  1. satu

    0下载:
  2. int i, j, k,b,n,s,t,r=1 float sum, c float a[12][12] //pengisian matrix printf("Masukkan ordo matriks : ") scanf(" d",&n) printf("masukkan banyak persamaan : ") scanf(" d",&b) for(i=0 i<n i++){ for(j=0 j&
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:724
    • 提供者:cranda
  1. konversi-bilangan

    0下载:
  2. int i, j, k,b,n,s,t,r=1 float sum, c float a[12][12] //pengisian matrix printf("Masukkan ordo matriks : ") scanf(" d",&n) printf("masukkan banyak persamaan : ") scanf(" d",&b) for(i=0 i<n i++){ for(j=0 j&
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:1185
    • 提供者:cranda
  1. satu

    0下载:
  2. int i, j, k,b,n,s,t,r=1 float sum, c float a[12][12] //pengisian matrix printf("Masukkan ordo matriks : ") scanf(" d",&n) printf("masukkan banyak persamaan : ") scanf(" d",&b) for(i=0 i<n i++){ for(j=0 j&
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1036
    • 提供者:cranda
  1. Penyelesaian-Pers-Non-Linier-Metode-Tabel

    0下载:
  2. int i, j, k,b,n,s,t,r=1 float sum, c float a[12][12] //pengisian matrix printf("Masukkan ordo matriks : ") scanf(" d",&n) printf("masukkan banyak persamaan : ") scanf(" d",&b) for(i=0 i<n i++){ for(j=0 j&
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:1235
    • 提供者:cranda
  1. Simulator

    0下载:
  2. Simulator 这是一个仿真程序文件夹下面有: acorr 自相关 add 向量相加 convol 卷积 corr 互相关 dlms 自适应算法 hpassfir 高通FIR算法 lpassfir 低通算法 mmul 矩阵相乘 rfft FFT算法实验 sin 这是一个产生正弦波数据的程 sub 向量相减 -Simulator is a simulation program folder belo
  3. 所属分类:DSP program

    • 发布日期:2017-04-09
    • 文件大小:1075072
    • 提供者:
  1. mian

    0下载:
  2. 幻方矩阵 问题描述: 幻方是一种很有意思的数字矩阵,在很早著名的九宫八卦阵就与幻方有关。 幻方的定义为: 1 到 N*N 的整数填入N*N的方格中,每行和每列以及对角线的数字之和必须是相等的。 你作为八卦公司的顶级程序员,现在需要你解决一个问题,将任意奇数阶的幻方找出来。 输入: 输入包括多个测试集,每行为一个正奇数N(1 <= N < 1000),0作为输入的结束且不需要处理。 输出: 对于输入的每一个N, 输出一个它所对应的N阶幻方,如果存在
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:174204
    • 提供者:莫离
  1. juzhen

    0下载:
  2. 处理矩阵的相关运算包括矩阵的求和求积,取模转置求反等-Processing matrix operations including matrix related quadrature sum, modulo transpose negate other
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:2274
    • 提供者:David
  1. Find-submatrix

    0下载:
  2. 在一个矩阵中寻找一个子矩阵,让这个子矩阵的所有项相加之和是最大的!-Find a sub-matrix in a matrix, and the sum of the points in the sub-matrix is the biggest.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:761
    • 提供者:duconghui
  1. lab4.1

    0下载:
  2. 数据结构中矩阵相加的具体实现,使用了变量的重定义-The sum of the matrix data structure implementations, using variable redefinition
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:708
    • 提供者:chenpeng
  1. 4

    0下载:
  2. A C program for the operation of 5*5 matrix. 1.Function: to fill up all the element of this matrix with zero.2.Function: to fill up the upper right triangle with an integer given by user3.Function: to fill up the lower left triangle with an integer g
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:1264
    • 提供者:姜正
  1. Minimum-Bayes-classifier-error-rate

    3下载:
  2. 这是模式识别中最小错误率Bayes分类器设计方案。 自行完善了在不同先验概率的条件下,男、女错误率和总错误率的统计,放入各个数组当中。 全部程序由主函数、最大似然估计求取概率密度子函数、最小错误率贝叶斯分类器决策子函数三块组成。 调用最大似然估计求取概率密度子函数时,第一步获取样本数据,存储为矩阵;第二步对矩阵的每一行求和,并除以样本总数N,得到平均值向量;第三步是应用公式(3-43)采用矩阵运算和循环控制语句,求得协方差矩阵;第四步通过协方差矩阵求得方差和相关系数,从而得到概率密度
  3. 所属分类:matlab

    • 发布日期:2016-05-24
    • 文件大小:4096
    • 提供者:崔杉
  1. Minimum-Risk-Bayes-classifier

    1下载:
  2. 这是模式识别中最小风险Bayes分类器的设计方案。在参考例程的情况下,自行完善了在一定先验概率的条件下,男、女错误率和总错误率的统计,放入各个数组当中。 全部程序由主函数、最大似然估计求取概率密度子函数、最小错误率贝叶斯分类器决策子函数三块组成。 调用最大似然估计求取概率密度子函数时,第一步获取样本数据,存储为矩阵;第二步对矩阵的每一行求和,并除以样本总数N,得到平均值向量;第三步是应用公式(3-43)采用矩阵运算和循环控制语句,求得协方差矩阵;第四步通过协方差矩阵求得方差和相关系数,从
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:4075
    • 提供者:崔杉
  1. avg_sum

    0下载:
  2. 求x的平均值,但对其中的一列或几列数据进行求和。-Calculate arithmetic means of matrix x,but calculate the sum of one or some columns.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:885
    • 提供者:张世春
  1. five-programs-of-POJ

    0下载:
  2. POJ“股票市场”的源代码 POJ“优先队列”的源代码 POJ“多边形游戏”的源代码 POJ“矩阵乘方和”的源代码 POJ“绘制分形”的源代码-POJ Problem of "stock market" POJ Problem of "games of polygon" POJ Problem of "priority queue" POJ Problem of "sum of matrix" POJ Problem of "draw pictures"
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:3164
    • 提供者:Rice
« 1 2 3 4 56 7 8 »
搜珍网 www.dssz.com