资源列表
Stack544014
- 用模板实现顺序栈的基本功能:初始化;判断栈空;判断栈满;置空栈;入栈;出栈;要求入栈时,栈非满是可以插入元素,否则抛除异常;出栈时,栈非空返回栈顶元素,否则抛除异常。(陈儒焕组) 5、队列是只允许在一端进行插入操作,而另一端进行删除操作的线性表。如何改造数组实现队列的顺序存储。要求:用模板实现队列的判空;判满;置队空;出队,队列非空时,出队队首元素,否则报错;出队,队列非满时,插入新元素到队尾,否则报错; -The template is the order of the stack t
ICA
- 完整的独立分量分析(ICA)程序包,可以用来进行盲源分离-An ICA program group which can be used to separate signals.
rls
- 包括两个文件,一个RLS、一个多维RLS算法matlab程序。-Consists of two files, one RLS, RLS algorithm matlab a multidimensional process.
WT
- 一个简单的matab的小波去噪程序,算法采用WT的方法,实现了较好的信号去噪效果-A simple matab wavelet denoising procedure, the algorithm using WT method to achieve a good signal de-noising effect
2_3_tree
- 23tree的完整实现,提供了网上找不到的删除算法,严格测试,可读性较差。删除如有bug请与作者联系。-23tree complete, providing an online algorithm can not find the deletion, rigorous testing, poor readability. Remove any bug, please contact the author.
FUZZY-RBF-PID
- 基于模糊RBF网络整定的PID控制,采用增量PID形式-RBF network based on fuzzy tuning of PID control, PID form of incremental
leach
- leach协议簇头选择算法的改进及仿真 在改进的LEACH.H协议在簇头节点的选举过 程中,充分考虑了簇头节点剩余能量因素,设定了簇头的能量阀值,防止了低能量的节点成为簇头。在此基础上引 进簇头调整过程,该过程通过排除紧密邻居簇头和增加必要的簇头,在一定程度上解决了LEACH协议存在的问题, 从而达到均衡网络能量消耗,延长生存期的目的。网络仿真证明了新算法的可行性。 -An Improved Algorithm for Selecting Cluster-heads in L
Dynamic_Copula_Toolbox._1
- The toolbox contains functions to estimate and simulate multivariate copula GARCH models and Copula Vines. Supported copulas are the Gaussian and the T Copula. For the dynamic correlations, various specifications are supported.
cmac
- cmac神经网络即有导师的学习网络的课件讲解,很生动,容易理解。-cmac neural network learning network that is courseware instructor explained, it is vivid and easy to understand.
formatstr
- C语言,原创函数:将字符串 srcStr 格式化为 destLen长度,不足补空格,多了截断-C language, the original function: string srcStr formatted for destLen length, padded spaces, more truncated
pso_2D
- 利用粒子群优化算法实现两个变量求最大值,很实用的一个matlab程序-Particle Swarm Optimization
imgsteg
- source code imagestegnography
