资源列表
sort
- 简单的c++排序算法一:高级排序算法它的工作看起来仍然象一个二叉树。首先我们选择一个中间值middle程序中我们使用数组中间值,然后把比它小的放在左边,大的放在右边(具体的实现是从两边找,找到一对后交换)。然后对两边分别使用这个过程(最容易的方法——递归)。-Simple c++ sorting algorithm: Advanced sorting algorithm it still looks like a binary tree. First, we chose an intermedi
mohuhanshugujishipin
- 应用模糊函数进行时延提取,进行干扰源定位作为铺垫-Application of the ambiguity function to extract the delay, interference location as foreshadowing
VB6.0-WebBrowser
- VB6.0 WebBrowser阻止弹出窗口的3个办法-VB6.0 WebBrowser
yunsuanfuchongzai
- 用友元函数实现运算符的重载,包括加、减乘、除的重载,实现复数运算-Friend function operator overloading, including addition, subtraction multiplication, in addition to overloaded plural computing
EDAsin
- VHDL 语言编写的正弦信号发生器,教学所用-Sinusoidal signal generator VHDL language teaching
DVB-Tsimulation
- in this projeh DVB-T signal can simulate by matlab
fourier
- 数值分析中的傅里叶变换分析是一种非常重要的分析方法,本程序给出参考。-Numerical analysis of the Fourier transform analysis is a very important method of analysis, this procedure gives reference.
jizuobiao
- 对从金属棒材中提取的超声缺陷信号经过自适应滤波以后的极坐标显示图-polar graph of ultrasonic defect signal
fourier
- 继电保护算法 全波傅里叶算法 matalb m文件-Full-wave Fourier algorithm protection algorithm matalb m file
bayes_classifier
- 贝叶斯分类器-Bayesian classifier ..........
pidts
- 在matlab环境下仿真的离散pid控制- Discrete pid control in the matlab environment simulation
Check-C-identifier
- 检测是否为合法C语言标识符-Detect whether a legal C identifier