资源列表
CODE
- 此代码为遗传算法优化BP神经网络的编码程序部分。(this file is the code program in the genetic algorithm.)
MATLAB
- 二维地震信号的emd实现,逐道分解,挑选信号主导分量(EMD realization of two-dimensional seismic signal, decomposition by channel, selection of signal dominant component)
BP
- BP神经网络的主程序,已经调试成功。其中传递函数可以自己随意选用,sigmoid,pureline等函数。训练函数也可以自己设置,trainlm,trainbr等等(Back propagation neural network.)
calculator1
- 简单计算器,可以完成一些复杂运算。例如简单加减乘除,三角函数,对数,进制转换等(A simple calculator can perform some complex operations.)
destruftor__hand
- 用树的层号表示生成一棵树,然后分别用来测试前序遍历的递归与非递归算法,()
3481481
- 用正交表实现了稀疏矩阵,并能完成两稀疏矩阵的相加()
LGQVNA
- 用来去除英文文档中的停用词,将一些高频词从文档中删除()
精确到秒的JQuery日期控件
- 精确到秒的时间控件,jquery,页面获取post时间(Precise to second time control, jQuery, page gets post time)
3本LabVIEW教程下载
- 3本经典的labview 教程, 可以参考一下。(3 classic LabVIEW tutorials)
DS_C
- 数据结构c语言描述的源码 希望对大家有帮助,(The source code hopes to be helpful to everyone)
bqxl
- 用栈,顺序表实现四则运算,可以识别+,-, , ,和[],以#结尾,比如,5+6 3-1#,可以得到结果17()