搜索资源列表
Apriori(VC程序)
- 本程序是数据挖掘中的关联规则模型中著名的Aprior算法的VC实现程序,可用于知识发现、数据挖掘、人工智能、模式识别等领域(请先解压文件)-The code is the VC implementation of the well-known Aprior algorithm in Association Rule Model of Data Mining field, can be used in Knowledge Discovery, Data Mining, AI, Pattern Re
数值算法程序
- 这是一些数值算法的源程序,包括非线形方程的解法。(二分法,牛顿法)。线性代数方程组数值解法(包括,消去法,迭代法)-This is some numerical algorithm of the source, including non-linear equations method. (Dichotomy, Newton). Linear algebra equations Numerical Solution (including, elimination, iteration)
反馈控制系统设计与分析(matlab程序)
- 反馈控制系统设计与分析(matlab程序),有很多例子程序,比较好。-feedback control system design and analysis (Matlab program), there are many examples of procedures, relatively good.
现代控制系统(matlab程序)
- 现代控制系统(matlab程序),是《现代控制系统》的配套软件,例子都比较典型。-modern control system (Matlab procedures), is "modern control system" software packages, are typical examples.
杜比AC-3编码解码器(参考程序)
- 杜比AC-3编码解码器(参考程序)-Dolby AC-3 codec (reference procedure)
Matlab 一维洪水模型(圣维南方程的离散库朗差分解法)程序
- Matlab 一维洪水模型(圣维南方程的离散库朗差分解法)程序 % 洪水模型(圣维南方程的差分求解方法); % All Right Reserved 城市公共安全应急系统中一维洪水演进及其可视化研究 ; % Modified by lilongduzhi@yahoo.com.cn hehe:)
基于小波变换阈值去噪的MATLAB源代码(包含小波包去噪程序)-
- 基于小波变换阈值去噪的MATLAB源代码(包含小波包去噪程序)
基于C++的BP算法源程序(包括训练和仿真).rar
- 基于C++的BP算法源程序(包括训练和仿真), Based on C BP algorithm source program (including training and simulation)
TwoLp
- 求解线性规划的两阶段法(matlab程序)里面附有相应的例子-Solving two-stage linear programming method (matlab program) inside with the corresponding examples
非线性规划(MATLAB+LINGO源码)
- 非线性规划(matlab+lingo程序)(Non-linear programming (matlab + lingo program))
卡尔曼滤波原理及应用(含MATLAB程序)
- 卡尔曼滤波的原理应用书电子版,讲解详细,里面有实例程序(The principle of kalman filtering is applied in electronic edition)
Raptor(LDPC预编码)
- raptor的MATLAB仿真程序,调试可行,有参考价值,有助于喷泉码的研究(Raptor MATLAB simulation program, debugging feasible, with reference value, contribute to fountain code research)
蚁群算法(路径规划程序)
- 蚁群算法是一种群智能算法,也是启发式算法。基本原理来源于自然界蚂蚁觅食的最短路径原理。蚁群算法根据模拟蚂蚁寻找食物的最短路径行为来设计的仿生算法,因此一般而言,蚁群算法用来解决最短路径问题,并真的在旅行商问题(TSP,一个寻找最短路径的问题)上取得了比较好的成效。目前,也已渐渐应用到其他领域中去,在图着色问题、车辆调度问题、集成电路设计、通讯网络、数据聚类分析等方面都有所应用。(Ant colony algorithm is a population intelligent algorithm,
阵列信号处理的理论和应用(pdf 程序)
- 这里上传的是:阵列信号处理的理论和应用(pdf 程序),希望对大家有用。(Here is uploaded: the theory and application of array signal processing (PDF program), I hope to be useful to everyone.)
(第五章程序)
- 极点配置控制(PPC)(连续系统离散化) 极点配置间接自矫正控制(Pole assignment control (PPC) (discretization of continuous systems) Pole assignment indirect self correction control)
IEEE33节点网络生成程序
- 根据0,1变量(开关关系)在线生成IEEE33节点网络。(The IEEE33 node network is generated online based on the 0,1 variable (switch relation).)
遗传算法MATLAB代码(完整)
- 遗传算法MATLAB代码(完整),Matlab程序(Genetic algorithm MATLAB code (complete), Matlab program)
刘金琨智能控制(第3版)仿真程序
- 刘金琨 智能控制 第三版的matlab实例程序(实用版本)(Liu JInKun <Intelligent control> Third edition of the book program)
决策树分类实验(乳腺癌)
- 决策树分类程序,包含使用的数据集和运行结果(Decision tree classifier, including data sets used and running results)
强化学习的MATLAB代码(走方格小程序)
- 学习代码转分享:采用强化学习算法做的一个MATLAB小程序,可以通过强化学习实现走方格小程序。