CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - 矩阵

搜索资源列表

  1. GassianXY

    2下载:
  2. 利用二元域的高斯消元法得到输入矩阵H对应的生成矩阵G,同时返回与G满足mod(G*P ,2)=0的矩阵P,其中P 表示P的转置 使用方法:[P,G]=Gaussian(H,x),x=1 or 2,1表示G的左边为单位阵-binary domain PGE law input matrix corresponding to the formation of H matrix G, Meanwhile the return of mod meet with the G (G * P, 2) =
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:1519
    • 提供者:心海
  1. HGrandom2

    0下载:
  2. 生成一个规则LDPC码的教研矩阵H,其行数(越大越好)为列数的一半,行重为6,列重为3,任意两行没有围长为4的圈 使用方法:H=HGrandom2(m,n)。m表示行数,n表示列数-rules of a generation of research LDPC matrix H, its (larger the better) half of the series, re-6, series of three, two arbitrary line is not girth of the ri
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:2177
    • 提供者:心海
  1. xisujuzhen

    0下载:
  2. 数据结构经典算法十一:十字链表存储稀疏矩阵 不知道对大家有没得用-classical algorithm data structure 11 : Crusaders Chain store sparse matrix do not know we have no right to use statistics
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8760
    • 提供者:Dong yuqing
  1. matrixMul

    0下载:
  2. 基于最新一代通用GPU--Geforce8800,在CUDA平台上开发的矩阵乘法的例子,比CPU版本性能有非常大的提高。保留了可执行程序-based on the latest generation of common GPU -- Geforce8800. CUDA platform in the development of the matrix multiplication example, than CPU performance version of a very big increa
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:1573497
    • 提供者:白洪涛
  1. juzhenqiunidefangfa

    1下载:
  2. 矩阵求逆C语言法!!!本程序适用于求解多阶矩阵的逆; -matrix inversion C Language Act! ! ! The procedures applicable to solving multi-stage matrix inverse;
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:862
    • 提供者:陈微
  1. ysq

    0下载:
  2. .按照压缩存储的概念,只存储稀疏矩阵的非零元,以两个三元组{i,j,e}来表示矩阵的非零元的行,列和数值,就确定了一个非零元.由此,稀疏矩阵可由表示非零元的三元数组及行列数确定. 2.用户输入数据作为三元组的行,列和非零元的个数,用逗号隔开.并输入非零元的行,列和数值. 3.本程序只对两个矩阵进行四则运算,所的结果矩阵应该另生成,用二维数组存放,并放入新的矩阵
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1869
    • 提供者:无语
  1. CMatrixForCpp

    1下载:
  2. 一个以double类型为基类型的矩阵类,实现了矩阵的加、减、乘、转置、求逆等基本操作。VC++程序。-a type of double-types of matrices, the matrix to achieve the increase, subtraction, multiplication, transpose, basic inverse operation. VC procedures.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1990
    • 提供者:WM
  1. sanxiang

    0下载:
  2. 使用本软件,可计算出中小型工程三相短路电流。 若已确认但尚未进行下步计算之前,发现输入的支路类型或数据有误,可单击窗体另行输入。 计算三相短路电流时,请确认短路点编号及对应的网络平均电压。 双击窗体,可以打印出窗体上的图象。但,应将打印机预设为A4纸型,横向打印。 文件打印至硬盘,可用Word软件处理后存档及打印。 本软件不采用通常的网络变换。而先建立电导增广矩阵,解此矩阵即可求出各节点电位以及各支路电压降、电流。之后,方按不同电源类型,分别采用恒定电压或机组运转曲
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:53952
    • 提供者:三毛
  1. blockFrames

    0下载:
  2. 对采样过后的语音信号进行分帧处理,并将分帧后的信号存储为一个矩阵-right after sampling the voice signal processing sub-frame and sub-frame of a signal to the storage matrix
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:914
    • 提供者:宋佳
  1. gyn

    0下载:
  2. 求解广义逆矩阵 数学常用算法 集几位同学之作 共同探讨所得-generalized inverse matrix solving mathematical algorithms several students were set to jointly explore for proceeds
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7666
    • 提供者: 许明明
  1. file_bases_matrix_operation

    0下载:
  2. 实现了基于文件的矩阵加减乘除运算。本程序没有定义特殊的结构类型,所有的算法都基于文件最基本的一些操作,包括文件的打开与关闭,文件指针的移动,以及文件的删除和修改。-realized on the basis of the document matrix arithmetic operations. There is no definition of the unique structure of the type, all the algorithms are based on the most
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2982
    • 提供者:sherry
  1. KEY_MM_Mn

    0下载:
  2. 本源码为ucos-ii实事操作系统下的矩阵键盘扫描驱动程序。-the source of OUT-ii practical operating system under the matrix keyboard scanner driver.
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:6252
    • 提供者:张少锋
  1. adjlist

    0下载:
  2. 邻接矩阵转化为邻接表 vc编程基础,学生作业-adjacency matrix into adjacent table vc based programming, students work
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1333
    • 提供者:phoenix
  1. gus2

    0下载:
  2. 实现矩阵的高斯消去,特别适用于初学者使用。-achieve matrix Gaussian elimination, is particularly applicable to beginners.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:952
    • 提供者:hy
  1. max2

    0下载:
  2. 最大子矩阵和问题 对于给定的m 行n 列的整数矩阵,编程计算其最大子矩阵和。-matrix and the biggest problem for a given m trip out of the integer n matrix calculation of its programming matrix and the greatest son.
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1091
    • 提供者:lxq
  1. Keybaord

    0下载:
  2. 这是初学者写的最简单、最详细、效率最高的矩阵键盘扫描程序-This is a beginner write the simplest, most detailed and most efficient matrix keyboard Scan
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:2609
    • 提供者:张大勇
  1. mm_mpi_time1.f90

    1下载:
  2. fortran 用MPI并行的实现矩阵相乘-fortran MPI parallel with the realization of matrix multiplication
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:3668
    • 提供者:段宾
  1. mm_mpi_2.f90

    0下载:
  2. 用MPI在fortran下 三维矩阵相乘的并行实现-with MPI in fortran three-dimensional matrix multiplication, the parallel implementation
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:3814
    • 提供者:段宾
  1. SimpleDataStruct

    0下载:
  2. 小弟初学者,简单数据结构: 包括单链表逆置,对陈矩阵相乘,分解单链表,分块查找,交换左右自述,模式匹配,二叉排序树、删除子串,冒泡排序等-younger beginners, a simple data structure : single-chain including inverse home, Chen matrix multiplication, single-chain decomposition. Search Block, exchange around the readme,
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:91319
    • 提供者:HuiCong
  1. STONE

    0下载:
  2. 一个用汇编语言编写的矩阵转置程序-an assembler language matrix transpose procedures
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:952
    • 提供者:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 47 »
搜珍网 www.dssz.com