-
C Primer Plus 第6版 中文版
说明: C Primer Plus 第6版 中文版,针对C11标准进行全面更新,经久不衰的C语言畅销经典教程,本书详细讲解了C语言的基本概念和编程技巧。(The 6th edition of C Primer Plus in Chinese is a long-standing classic course of C language best-selling, which comprehensively updates the C11 standard. This book explains the basic concepts and programming skills of C language in detail.)
- 2020-05-26 11:04:48下载
- 积分:1
-
DCD
DCD差分格式求解激波在刚性楔面上反射问题(DCD difference scheme for solving the shock wave in a rigid wedge surface reflection)
- 2012-08-22 14:16:03下载
- 积分:1
-
delauneyTIN
TIN是一种常用的数字高程模型表示方式,这里是Delauney TIN 生成的源码.c(TIN is a regular and efficient represention of digital elevation mode, here is the code for creating delauney triangulate irregular network)
- 2010-07-23 09:42:33下载
- 积分:1
-
ann-ART
人工神经网络做自适应共振理论(ART)的源程序和例子(Artificial neural network adaptive resonance theory done (ART) of the source code and examples)
- 2007-12-05 13:40:55下载
- 积分:1
-
jplay C# 实例
jplay C# 实例
- 2014-05-14下载
- 积分:1
-
GIS二次开发
本系统运用英国CRTN88噪声预测模型,结合国内实际研究情况,对研究范围内监测点的交通噪声值进行实时动态预测,再运用GIS分析的插值思想,得到整个分析区域的任意时刻的噪音状况。
- 2022-01-26 07:49:01下载
- 积分:1
-
AD
说明: DSP F28335 AD采样程序,已经试验过,没有问题(This is AD sampling procedures of DSP F28335,it has been tested and there is no problem.)
- 2013-10-13 14:19:59下载
- 积分:1
-
迷宫问题aaa
迷宫问题 数据结构(maze data structure problem)
- 2005-02-23 13:21:43下载
- 积分:1
-
aodv
test for ns2 so that to be sure that itis running as it shoul Welcome to the study of AD HOC share.
- 2010-04-03 06:44:49下载
- 积分:1
-
ConstructWaveBaseFunction
说明: 紧支撑小波基的构造。
以Daubechies小波滤波器系数为例,推导出小波函数及尺度函数,并画出其图像.
void Convolution(double* pShortData, int nShort, double* pLongData, int nLong)
int CalcScaleFunction(double* pOutData)
int CalcWaveletFunction(double* pOutData)
Convolution()不是通用的离散卷积代码,而是简单地实现了后面两个函数需要的离散卷积,它要求输入的前一个数组长度小于后一数组长度,而且卷积结果就直接覆盖存储在后一数组中。CalcScaleFunction()计算尺度函数,CalcWaveletFunction()计算小波函数。
(Compactly supported wavelet bases constructed. To Daubechies wavelet filter coefficients as an example, the derived wavelet function and scaling function, and draw their images. Void Convolution (double* pShortData, int nShort, double* pLongData, int nLong) int CalcScaleFunction (double* pOutData) int CalcWaveletFunction ( double* pOutData) Convolution () instead of generic discrete convolution code, but simply the realization of a function behind the need for two discrete convolution, which requires input before an array length is less than the array length of the latter, but the result of convolution directly covered by the latter is stored in the array. CalcScaleFunction () calculated scaling function, CalcWaveletFunction () calculation of wavelet function.)
- 2020-11-10 20:19:45下载
- 积分:1