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

搜索资源列表

  1. 素数幻方

    0下载:
  2. 求四阶的素数幻方。即在一个4X4 的矩阵中,每一个格填 入一个数字,使每一行、每一列和两条对角线上的4 个数字所组成的四位数,均为可逆素数。 -for four bands in several magic squares. In a 4x4 matrix, each one filled a digital grid so that each line, each diagonal out and two on the four figures of the four-digit, are
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3.54kb
    • 提供者:姚紫欣
  1. Part_3_C_programmes

    0下载:
  2. 程序总结3:牛顿迭代|牛顿下山|秦九韶|三对角线追赶法|系统|弦割法|雅克比迭代|综合测评-procedures : Newton iteration | Newton down | Qinjiushao | 3 diagonal chasing France | System | Strings cutting France | Jacques than iterative | Comprehensive Assessment
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4.76kb
    • 提供者:周琳
  1. LU

    0下载:
  2. 1. Using LU factorization method to solve the following tri-diagonal system for n=10 and 100
  3. 所属分类:其它

    • 发布日期:2014-01-17
    • 文件大小:566byte
    • 提供者:吕鹏
  1. 动态规划----矩阵连乘问题

    0下载:
  2. 动态规划----矩阵连乘问题 动态规划法是解决问题的一种方法。它不规定为了得到结果需如何将问题划分为子问题的固定方法,而是按不同输入给出问题的具体实例的子问题划分方法,然后再进行运算、解答问题。 矩阵连乘问题的主要思想如下: 1)设置大小为连乘个数的方阵 2)主对角线上方各元素Di,j(i<j)表示矩阵Mi连乘到Mj的最小工作量 3)下方元素Di,j(i>j)记录获得该最小工作量矩阵分组的第一组的最后一个矩阵的序列号 最后通过下方元素可知最终结果的分组方式。-dynamic prog
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:26.38kb
    • 提供者:莫非
  1. ClusterData

    0下载:
  2. Performs hierarchical clustering of data using specified method and seraches for optimal cutoff empoying VIF criterion suggested in "Okada Y. et al - Detection of Cluster Boundary in Microarray Data by Reference to MIPS Functional Catalogue Databa
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-22
    • 文件大小:2.28kb
    • 提供者:tra ba huy
  1. 156

    0下载:
  2. 八皇后问题是一个古老而著名的问题。该问题是十九世纪著名的数学家高斯1850年提出:在8×8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-Eight queens problem is an ancient and well-known problem. The problem is that the nineteenth century the famous mathematician Gauss 1850: Under th
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:542byte
    • 提供者:gaona
  1. jacobi

    0下载:
  2. A: aij, 1<= i,j<=n b: 1<=i<=n x0: intial guess, 1<=i<=n tol: tolerance N maximum number of iterations k: number count of iteration Xm(:,k): X in each k iteration-Jacobi s method: In numerical linear algebra, the
  3. 所属分类:MPI

    • 发布日期:2017-04-03
    • 文件大小:638byte
    • 提供者:Eric Chou
  1. [wt

    0下载:
  2. 位图编辑器。隔行扫描、反色 、。灰度。缩放自由设置宽高、画对角线、等等 、很实用、很多时候自己想要的 大小转换不了 、有了这个就可以了 、-Bitmap editor. Interlaced scanning, anti-color. Shades of gray. Scaling free to set the width and height, draw the diagonal, and so on, very practical, very often they want the siz
  3. 所属分类:Editor

    • 发布日期:2017-05-04
    • 文件大小:1.12mb
    • 提供者:何江
  1. single-Diagonal-Gaussian-HMM-SourceForge-1.01

    0下载:
  2. HMM signal diagnose enjoy
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-11-02
    • 文件大小:43.78kb
    • 提供者:Mrad13
  1. elephant

    0下载:
  2. 国际象棋中的象在棋盘上总是沿着对角线方向移动。若两个象互相处在对方可以到达的位置上,就可以互相攻击。如下图所示,黑色的格子表示象B1能够到达的位置。象B1和B2间可以互相攻击,但B1和B3间不可以。B2和B3间同样不可以互相攻击。-As in chess on the board is always moving along the diagonal direction. If two like each other in the position of the other party can
  3. 所属分类:source in ebook

    • 发布日期:2017-11-13
    • 文件大小:638byte
    • 提供者:wuzhiqiang
  1. msvdimfuse

    0下载:
  2. This matlab code is intended to demonstrate the physical significance/interpretation of the elements of diagonal matrix in Singular Value Decomposition (SVD). Here, multiple rows of a BIG matrix is gradually being filled with ones which means t
  3. 所属分类:Compiler program

    • 发布日期:2017-11-25
    • 文件大小:700.14kb
    • 提供者:arsenal
  1. assign_2_a

    0下载:
  2. We see that HTH matrix is almost diagonal as the off diagonal elements are nearly zero. So we are getting exact estimation in case of PRN INPUT due to diagonality of HTH matrix. As seen that the unknown inpulse response ( h ) and estimated impulse re
  3. 所属分类:Editor

    • 发布日期:2017-12-08
    • 文件大小:988byte
    • 提供者:
  1. fig7_5b

    0下载:
  2. We see that HTH matrix is almost diagonal as the off diagonal elements are nearly zero. So we are getting exact estimation in case of PRN INPUT due to diagonality of HTH matrix. As seen that the unknown inpulse response ( h ) and estimated impulse re
  3. 所属分类:Editor

    • 发布日期:2017-12-09
    • 文件大小:596byte
    • 提供者:
  1. fig7_34

    0下载:
  2. We see that HTH matrix is almost diagonal as the off diagonal elements are nearly zero. So we are getting exact estimation in case of PRN INPUT due to diagonality of HTH matrix. As seen that the unknown inpulse response ( h ) and estimated impulse re
  3. 所属分类:Editor

    • 发布日期:2017-11-24
    • 文件大小:842byte
    • 提供者:
  1. fre1

    1下载:
  2. 运用MATLAB求取结构的特征值以及相对应向量,其中小曲了刚度矩阵和质量矩阵中对角线为零的选项,消除了矩阵的奇异性-Use MATLAB to strike the structure and the corresponding eigenvalues 瘠攀挀琀漀爀, which ditty stiffness and mass matrices in the diagonal zero option, eliminating the singularity of the matrix
  3. 所属分类:assembly language

    • 发布日期:2015-11-01
    • 文件大小:1kb
    • 提供者:dark
  1. C

    0下载:
  2. 回文数的判断,矩阵的转置,矩阵对角线之和,等等一些常考类型题目-Palindrome judgment matrix transpose, and a diagonal matrix, so some of the questions often test type
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:3.92kb
    • 提供者:王珊珊
  1. 2013.11.20

    0下载:
  2. 可按要求生成不同行数的数组,并找出对角线上的最大或最小元素-According to the number of generated no peer array, and the maximum or minimum of the diagonal elements.
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:1.38kb
    • 提供者:邓泽华
  1. plap

    0下载:
  2. Linear equation solver for diagonal dominant matrix
  3. 所属分类:source in ebook

  1. MAGICCUBE

    0下载:
  2. 魔方是n*n的矩阵,每个单元取整数值,范围从1到n^2,要求每行、每列,以及两条主对角线的和都相等。-Rubik s cube is n* n matrix, each unit integer values, the range from 1 to n ^ 2, the requirements in each row, each column, and two main diagonal are equal.
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:816byte
    • 提供者:xcf
  1. waterfill_block

    0下载:
  2. Block Diagonal Waterfilling 功率注水模块-function Optimal_precoder = waterfill_block(H, P,Num_BS_RFchains) Returns optimal covariance matrix and capacity for block diagonal channel H, where H(:,:,1) is first channel, H(:,:,2) is 2nd
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:1.2kb
    • 提供者:ZhangXuan
« 12 »
搜珍网 www.dssz.com