资源列表
formatedDoaFieldsToStringList
- How to store any oracle recordset in the TStringList with the field type infrmation.
example4_4
- 例4:在sinc(t)信号中叠加噪声,分析对应频谱 fs=100 采样频率,必须大于两倍基带信号最高频率 ts=1/fs 采样时间间隔 T=2 时间窗大小 - x=x+0.1*randn(1,N) x=awgn(x,-10, measured ) figure plot(t,x) title( 时域信号图 ) xlabel( t /s ) y=fft(x,N) figure if mod(N,2)~=0
nixupaixu
- C++实现简单随机排序方法,相较于其他排序方法较好的一种排序-C++, a simple random sequencing method, compared to other sorting method a better sort ~ ~
math1
- Adds two vector sse -Adds two vector sse
control
- 用Verilog HDL 语言描述的自动转换量程频率计控制器-Automatic conversion range frequency meter controller described using Verilog HDL
1602
- at89c51与lcd1602连接的显示程序-the at89c51 lcd1602 connected display program
01bag
- 用动态规划算法所编写是01背包问题的实现,能在ACM平台上通过-Prepared by using dynamic programming algorithm implementation is 01 knapsack problem, in ACM Platforms
CAD-vba
- 提取多段线点,斌进行自动整理等。 提取多段线点,斌进行自动整理等。-Extracting polyline points, Bin automatic finishing. Extracting polyline points, Bin automatic finishing. Extracting polyline points, Bin automatic finishing.
(3-1-2)convolution-coding
- (2,1,3)卷积码编码代码,C语言编写-(2,1,3)convolution coding
openmp
- openmp程序并行计算的例子。计算函数与x轴围成的面积-openmp example program implements parallel computing. Calculation function curve and the x-axis enclosed area.
mdip
- 是一种小波去噪的程序代码,并且适用于图像处理及信号处理,在机械故障诊断中有着良好的作用-Is a kind of wavelet denoising procedure code, and is suitable for image processing and signal processing, has a good role in the mechanical fault diagnosis
dfs_sum.c
- 运用深度优先搜索算法,使用c语言,对其进行具体实现,最终实现深度优先搜索算法-Depth First Search Algorithm