搜索资源列表
随机迷宫解
- 输入任意大小的矩阵阶数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
多维数组-矩阵的压缩存储- 稀疏矩阵(一)
- 稀疏矩阵 设矩阵A mn 中有s个非零元素,若s远远小于矩阵元素的总数(即s<<m×n),则称A为稀疏矩阵。 1、稀疏矩阵的压缩存储 为了节省存储单元,可只存储非零元素。由于非零元素的分布一般是没有规律的,因此在存储非零元素的同时,还必须存储非零 元素所在的行号、列号,才能迅速确定一个非零元素是矩阵中的哪一个元素。稀疏矩阵的压缩存储会失去随机存取功能。 其中每一个非零元素所在的行号、列号和值组成一个三元组(i,j,
ica_cdma
- 程序对盲信号分离空时多用户检测器的仿真 但在程序中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.
opencv-ex3-1
- 说明矩阵的一些操作方法:生成随机矩阵 显示矩阵 生成正态分布的随机矩阵
Image-Hashing-based-on-Human-Visual-System
- 提出一种基于视觉特性的图像摘要算法,增大人眼敏感的频域系数在计算图像Hash时的权重,使得图像Hash更好地体现视觉特征,并提高鲁棒性。将原始图像的分块DCT系数乘以若干由密钥控制生成的伪随机矩阵,再对计算的结果进行基于分块的Watson人眼视觉特性处理,最后进行量化判决产生固定长度的图像Hash序列。本算法比未采用视觉特性的算法相比,提高了对JPEG压缩和高斯滤波的鲁棒性。图像摘要序列由密钥控制生成,具有安全性。
cvmat
- 利用vc++实现矩阵操作方法,生成随机矩阵。计算DCT变换。
matrix
- 关于opencv矩阵学习的方法,其中包括随机矩阵。-Opencv matrix on learning methods, including random matrix.
MATRIX1
- 针对矩阵类的编程,可以实现矩阵的相加,转置,相乘,单位阵,随机阵等。-For matrix-type programming, you can achieve the sum of matrices, transpose, multiplication, unit patches, such as a random array.
11
- 随机给出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.
maze5
- 迷宫程序,用C语言编写,先产生随机矩阵,矩阵由0和1组成。-migong
Method_of_Concealing_Data_into_a_Binary_Image
- 提出一种隐藏方法以提高在二值图像(如传真、图章等)中数据的隐藏能力。该方法首 先将原始图像分块,然后生成与图像块大小相同的二值随机矩阵和权矩阵,最后经过异或、求和 等运算实现数据隐藏。该方法隐藏的信息量大,修改的数据量小,有较好的防篡改和防攻击性。 经仿真实验验证,它能隐藏较多的数据且同时保持较高的隐密图像质量,具有一定的应用前景-Method of Concealing Data into a Binary Image
IDEA
- Markov密码的(差分链)转移概率矩阵是双随机矩阵,其第二大(模)特征值对于确定Markov密码必要的迭代轮数有重要价值。该程序由本人编写,实现了求IDEA密码的缩小模型IDEA(8)的转移概率矩阵П0第二大(模)特征值-Markov password (differential chain) transition probability matrix is a doubly stochastic matrix, its second largest (modulus) eigenvalue
weisuijixulie
- 实现伪随机序列 关键词 随机矩阵 本源多项式 移位运算-Achieve the pseudo-random sequence Key words random matrix origin polynomial shift operator
Console21
- Fortran产生随机对称正定矩阵,供生成测试数据用-Fortran generates a random symmetric positive definite matrix, used for generating test data
jvzhen
- 计算机系统结构中,利用随机函数产生出两个随机矩阵,计算两个矩阵相乘。在此过程中,记录下两个矩阵相乘之前之后的两个系统时间,求出时间差。绘制出矩阵维数和时间的坐标图。-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
generateregularmatrix
- 特殊随机矩阵的生成,包含两个程序,一个可以随机生成行和和列和均为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.
rand
- 产生随机矩阵,输入到指定文本。产生的随机矩阵,可以指定行数,列数-it can produced rand array put into txt。
9
- 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
make-rand-form
- 用matlab产生随机矩阵,特别是在语音信号处理中随机采集语音材料很有用。-Random matrix with matlab, especially in the speech signal processing in the usefulness of randomly collected voice.
随机行走
- 本程序利用伪随机数模拟随机行走过程,在判断方向的语句上开创性的使用了矩阵计算,使得程序运行工程减少了判断语句,降低了程序的运行时间,优化了程序(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