资源列表
ARMAandARandMA
- 这是AR,MA,ARMA模型和仿真程序,希望对大家的学习有帮助!
MIMOChannelCapacity
- 一个瑞利衰落信道容量的测试模型,包括两个m文件和一个说明文档。-A Rayleigh fading channel capacity of the test model, including a descr iption of two m files and documents.
pai-xufa
- 用VB写的多种排序方法,供学习使用,已测试通过-Written in VB variety of sequencing methods for learning to use, have been tested
ACA
- Matlab版蚁群算法源代码,《蚁群算法原理及应用》作者,段海滨 此书的源代码-ACA for Matlab
predict
- 一个关于拟合预测的程序,从以往的人口数目预测以后的人口数目
lab8000
- 矩阵键盘扫描和led显示 这样子可以得到要输入的键码,并通过led显示出来-KEYBOARD AND DISPLAY LED
the-Definition-of-Order-List
- 设有两个整数类型的顺序表A(有m个元素)和B(有n个元素),其元素均从小到大排列。试编写一个函数,将这两个顺序表合并成一个顺序表C,要求C的元素也从小到大排列。-Sequence table has two integer type A (m elements) and B (n elements), whose elements are in ascending order. Try to write a function that the two order tables into a se
wgn
- 给需要的朋友参考 主要是滤波器的设计 大家可以下下来 作为设计的基础参考-Reference to a friend in need is mainly designed to filter down we can make a basis for the design reference
centers
- 用于实现求取图像中几个区域的质心,并画在图像中!初学者可以看看!-To find the centres of the objects and show them in the picture!
BP
- 该函数很好的实现了BP神经网络的分类任务。-This function is very good for BP neural network classification task.
AsynchronousFIFO
- this is a source code design fifo assynchronus
beibao
- 关于背包的装载能力,用C++设计的程序,是著名的背包问题,相信大家在做实验报告时会遇到