搜索资源列表
数据结构的C++描述
- 目 录 译者序 前言 第一部分 预备知识 第1章 C++程序设计 1 1.1 引言 1 1.2 函数与参数 2 1.2.1 传值参数 2 1.2.2 模板函数 3 1.2.3 引用参数 3 1.2.4 常量引用参数 4 1.2.5 返回值 4 1.2.6 递归函数 5 1.3 动态存储分配
delaunay
- 方便的构造不规则三角网的面向对象程序,值得跟大家分享交流-A convenient structure TIN object-oriented programming, it is worth sharing with you the exchange
xiaobofenxi
- 小波工程主要包括一两部分:一、连续小波分析的应用,二、离散小波分析的应用。下面分两个部分分别说明这两个程序的分析结果: 一、连续小波分析: 所用信号为自己构造的三角波和正弦波叠加的信号:s=(-1).^(floor(n/50)+1).*(mod(n,50)-25)*2-(-1).^(floor(n/17)+1).*(mod(n,17)-8.5)*3+1*cos(n/2)*10。其中第一项(-1).^(floor(n/50)+1).*(mod(n,50)-25)*2为一周
yc
- 利用Toeplitz性质,构造上三角矩阵,再利用高分辨MUSIC算法,可实现一次快拍下 高分辨的DOA估计- Using Toeplitz nature, construct the upper triangular matrix, and then use high-resolution MUSIC algorithm can achieve a fast captured high-resolution DOA estimation
My_SanJiaoBo
- My_SanJiaoBo使用傅里叶变换将若干个MySin 函数构造一个三角波信号-My_SanJiaoBo Fourier transform several MySin function constructs a triangle wave signal
BEMD
- BEMD对图像进行分解,包络构造采用Delaunay三角剖分和三次插值,得到分解的结果。 输入:灰度bmp图像 输出:imf1 imf2 imf3 残差(BEMD image decomposition, the envelope structure using Delaunay triangulation and cubic interpolation, the result of decomposition. Input: greyscale bmp image output: imf1 i