搜索资源列表
zuo
- 水印系统必然要在算法的鲁棒性、水印的嵌入信息量以及水印嵌入之后的不可觉察性之间达到一个平衡。这涉及鲁棒性算法的原理性设计、水印的构造模型、水印能量和容量的理论估计、-Watermarking system must be robust in the algorithm, the embedded watermark information, as well as after the watermark embedding is not aware of to achieve a balance
MUSIC
- 求一个复正弦加白噪声随机过程的信号: xn=exp(j*pi*n-j*pi)+exp(j*w0*n-j*0.7*pi)+v v(n)为零均值白噪声。S/N=10dB。取P=3,构造4阶的自相关矩阵R的基于MUSIC算法的功率谱估计的MATLAB程序-For a complex sinusoid plus white noise of the signal random process: xn = exp (j* pi* nj* pi)+ exp (j* w0* nj* 0.7* pi)+ v
PS
- 多元LDPC码的PS构造算法的matlab程序-PS of the multi-LDPC codes constructed algorithm matlab program
shuzigaocheng2
- 随机产生4个点,并把4个点用狄洛尼网构算法构造成狄洛尼三角网-Randomly generated four points and four points Diluo Ni network structure algorithm is configured to Diluo Ni triangulation
shuzibiancheng3
- 数字高程模型,随机产生11个点,并把11个点用狄洛尼网构算法构造成狄洛尼三角网-Digital elevation model, randomly generated 11 points and 11 points Di Luoni network configuration algorithm is configured to Diluo Ni triangulation
deck-of-cards
- 编写一个洗牌和发牌的程序,包含类Card, 类DeckOfCards和一个驱动程序 类Card有: a) int型的数据成员face和suit b) 接受两个int型数据表示面值和花色的构造函数用于初始化数据 c) 两个string类型的static数组代表面值和花色 d) 一个toString函数返回Card,形式是“face of suit”的字符串。可以用+运算符连接字符串 类DeckOfCards有: a) 一个名为deck的Card类vector,用于存储C
Prim
- 用于求解旅行商最短路径问题的Prim算法,是一种经典的构造型算法,可用于论文实验的对比参照-Prim shortest path algorithm is used to solve the traveling salesman problem, is a classic stereotype algorithm can be used to compare the experimental reference papers。
Untitled1
- 构造哈弗曼树,数据结构中需掌握的几种基本算法之一。-Huffman tree structure, one of several basic data structure algorithms need to grasp.
SectionTree
- 区间树上的查找算法,要求先输入若干区间用来构造红黑树,之后再向树中输入一个查找区间,输出上述区间在树中的重叠区间。需要在红黑树插入操作的基础上进行完成。-Interval tree search algorithm, asked to enter the number of intervals used to construct the red-black tree after tree again enter a search range, the output of the interval
dpksn
- 采用热核构造权重,各种kalman滤波器的设计,最小二乘回归分析算法。- Thermonuclear using weighting factors Various kalman filter design, Least-squares regression analysis algorithm.
huffman.c
- 哈弗曼树构造算法。通过输入字符串构造哈弗曼树,生成哈弗曼编码(Huffman tree construction algorithm. The input string Huffman tree structure, generating Havermann encoding)
pingmiandu
- 对平面度进行计算和构造拟合平面等算法,从而求出点到平面的距离和平面到平面之间的距离。(The plane distance is calculated and the fitting plane is constructed, and the distance between the point and the plane and the distance between plane and plane are calculated.)