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

搜索资源列表

  1. 随机迷宫解

    0下载:
  2. 输入任意大小的矩阵阶数n,程序将自动产生一个随机矩阵迷宫。本程序可以迅速的找到所有可能的路径,并显示之。代码中故意限制只显示最多30条路径。-arbitrary size of the input matrix order n, the program will automatically generate a random matrix maze. This program can quickly find all possible paths, and Displays. Code inte
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:11367
    • 提供者:aaaa
  1. 多维数组-矩阵的压缩存储- 稀疏矩阵(一)

    0下载:
  2. 稀疏矩阵   设矩阵A mn 中有s个非零元素,若s远远小于矩阵元素的总数(即s<<m×n),则称A为稀疏矩阵。 1、稀疏矩阵的压缩存储   为了节省存储单元,可只存储非零元素。由于非零元素的分布一般是没有规律的,因此在存储非零元素的同时,还必须存储非零 元素所在的行号、列号,才能迅速确定一个非零元素是矩阵中的哪一个元素。稀疏矩阵的压缩存储会失去随机存取功能。   其中每一个非零元素所在的行号、列号和值组成一个三元组(i,j,
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3934
    • 提供者:snow
  1. ica_cdma

    0下载:
  2. 程序对盲信号分离空时多用户检测器的仿真 但在程序中A用了随机矩阵,而没有用空时阵列中的阵列响应矩阵。-procedures for Blind Signal Separation space-time multi-user detector simulation of the proceedings with the A random matrix, but not with an empty array when the response matrix arrays.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4490
    • 提供者:李健康
  1. opencv-ex3-1

    0下载:
  2. 说明矩阵的一些操作方法:生成随机矩阵 显示矩阵 生成正态分布的随机矩阵
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:4424
    • 提供者:赵富强
  1. Image-Hashing-based-on-Human-Visual-System

    0下载:
  2. 提出一种基于视觉特性的图像摘要算法,增大人眼敏感的频域系数在计算图像Hash时的权重,使得图像Hash更好地体现视觉特征,并提高鲁棒性。将原始图像的分块DCT系数乘以若干由密钥控制生成的伪随机矩阵,再对计算的结果进行基于分块的Watson人眼视觉特性处理,最后进行量化判决产生固定长度的图像Hash序列。本算法比未采用视觉特性的算法相比,提高了对JPEG压缩和高斯滤波的鲁棒性。图像摘要序列由密钥控制生成,具有安全性。
  3. 所属分类:行业发展研究

    • 发布日期:2008-10-13
    • 文件大小:168192
    • 提供者:kurt
  1. cvmat

    0下载:
  2. 利用vc++实现矩阵操作方法,生成随机矩阵。计算DCT变换。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2698
    • 提供者:丁大弸
  1. matrix

    0下载:
  2. 关于opencv矩阵学习的方法,其中包括随机矩阵。-Opencv matrix on learning methods, including random matrix.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-14
    • 文件大小:3725439
    • 提供者:吴家伟
  1. MATRIX1

    0下载:
  2. 针对矩阵类的编程,可以实现矩阵的相加,转置,相乘,单位阵,随机阵等。-For matrix-type programming, you can achieve the sum of matrices, transpose, multiplication, unit patches, such as a random array.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:15314
    • 提供者:方奎
  1. 11

    0下载:
  2. 随机给出n*n的邻接矩阵,并打印出邻接矩阵,边的个数,回路的个数和每个顶点的度,并判断该图中是否存在Euler回路。-Random given the n* n adjacency matrix and adjacency matrix print, while the number, loop number and the degree of each vertex, and determine the existence of the map Euler circuit.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:230489
    • 提供者:steven
  1. maze5

    0下载:
  2. 迷宫程序,用C语言编写,先产生随机矩阵,矩阵由0和1组成。-migong
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:705
    • 提供者:goodnice
  1. Method_of_Concealing_Data_into_a_Binary_Image

    1下载:
  2. 提出一种隐藏方法以提高在二值图像(如传真、图章等)中数据的隐藏能力。该方法首 先将原始图像分块,然后生成与图像块大小相同的二值随机矩阵和权矩阵,最后经过异或、求和 等运算实现数据隐藏。该方法隐藏的信息量大,修改的数据量小,有较好的防篡改和防攻击性。 经仿真实验验证,它能隐藏较多的数据且同时保持较高的隐密图像质量,具有一定的应用前景-Method of Concealing Data into a Binary Image
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:268802
    • 提供者:LFZ
  1. IDEA

    0下载:
  2. Markov密码的(差分链)转移概率矩阵是双随机矩阵,其第二大(模)特征值对于确定Markov密码必要的迭代轮数有重要价值。该程序由本人编写,实现了求IDEA密码的缩小模型IDEA(8)的转移概率矩阵П0第二大(模)特征值-Markov password (differential chain) transition probability matrix is a doubly stochastic matrix, its second largest (modulus) eigenvalue
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:13379
    • 提供者:陈高
  1. weisuijixulie

    1下载:
  2. 实现伪随机序列 关键词 随机矩阵 本源多项式 移位运算-Achieve the pseudo-random sequence Key words random matrix origin polynomial shift operator
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:3788
    • 提供者:刘策
  1. Console21

    0下载:
  2. Fortran产生随机对称正定矩阵,供生成测试数据用-Fortran generates a random symmetric positive definite matrix, used for generating test data
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:565
    • 提供者:吴明
  1. jvzhen

    0下载:
  2. 计算机系统结构中,利用随机函数产生出两个随机矩阵,计算两个矩阵相乘。在此过程中,记录下两个矩阵相乘之前之后的两个系统时间,求出时间差。绘制出矩阵维数和时间的坐标图。-Computer system architecture, the use of random function to produce two random matrices, calculated by multiplying the two matrices. In this process, the record before
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:116340
    • 提供者:橙子
  1. generateregularmatrix

    0下载:
  2. 特殊随机矩阵的生成,包含两个程序,一个可以随机生成行和和列和均为K的0-1矩阵,另一个可以随机生成稀疏矩阵。-Matrix generation,concluding two program,one can generate the 0-1 matrix that have the same row sum and column sum,the other can generate sparce matrix.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:828
    • 提供者:李中凯
  1. rand

    0下载:
  2. 产生随机矩阵,输入到指定文本。产生的随机矩阵,可以指定行数,列数-it can produced rand array put into txt。
  3. 所属分类:software engineering

    • 发布日期:2017-03-25
    • 文件大小:385950
    • 提供者:云逝
  1. 9

    0下载:
  2. 2维随机矩阵置乱变换的周期及在图像信息隐藏的应用,作者:QQ 64134703 ,欢迎咨询-Two-dimensional random matrix scrambling transformation cycle and the application of information hiding in images, the author: QQ 64134703, welcomed the Advisory
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-09
    • 文件大小:372450
    • 提供者:黄永安
  1. make-rand-form

    1下载:
  2. 用matlab产生随机矩阵,特别是在语音信号处理中随机采集语音材料很有用。-Random matrix with matlab, especially in the speech signal processing in the usefulness of randomly collected voice.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:897
    • 提供者:廖畅
  1. 随机行走

    1下载:
  2. 本程序利用伪随机数模拟随机行走过程,在判断方向的语句上开创性的使用了矩阵计算,使得程序运行工程减少了判断语句,降低了程序的运行时间,优化了程序(This procedure using pseudo random number random walk simulation process, judge the direction of statements in pioneering use of matrix calculation, the program reduces the engin
  3. 所属分类:matlab例程

    • 发布日期:2017-12-25
    • 文件大小:14336
    • 提供者:FTW
« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com