搜索资源列表
FullBNT
- 贝叶斯matlab程序算法,给出了大量练习数据和实验方法以及结果分析。
HomLab10_Release
- 多项式同伦延拓的matlab工具箱以及练习程序 是以下书籍的matlab代码: Andrew J. Sommese and Charles W. Wampler, Numerical Solution of Systems of Polynomials Arising in Engineering and Science,World Scientific, 2005-Matlab programs to accompany the book: Andrew J. Sommes
parameterestimation
- 《现代信号处理》课程中的参数估计理论中的几个参数估计MATLAB仿真代码...作为新手练习之用-" Modern signal processing" courses in the theory of parameter estimation of several parameters estimation MATLAB simulation code used ... as a novice to practice
zuiduanlu
- MATLAB求解最短路问题的通用程序,根据不同问题直接套用,没有使用自带工具箱,程序通用性很强,还可供想练习编程的同志参考。-MATLAB to solve the shortest path problem common procedures, depending on the issue directly apply, to use own toolbox procedure is very strong, but also for the comrades want to practice
optimization
- 最优化问题的数学解析,主要讲解背包问题,最优化,最短路径等优化模型,一数学建模的方法去理解最优化问题,课后有matlab的练习以帮助理解-Optimization of mathematical analysis, mainly on the knapsack problem, optimization, etc. shortest path optimization model, a mathematical modeling approach to understand the optimi
rxamples__part
- 这是书名为《MATLAB程序设计教程》的书中的例题及部分练习的程序源代码,-This is the title of the MATLAB programming tutorial examples in the books and part of the exercise of program source code,
ex13
- 关于matlab gui的一个练习程序,拖动进度条显示百分比(An exercise program for Matlab GUI)
MATLAB算法练习
- 某三层钢筋混泥土结构弹塑性时程分析程序。结构恢复力模型采用三线型刚度退化模型。(time history analysis)
穷举法求解0-1整数规划的matlab程序
- 0-1整数规划有很广泛的应用背景,比如指派问题,背包问题等等,实际上TSP问题也是一个0-1问题,当然这些问题都是NP问题,对于规模较大的问题用穷举法是没有办法在可接受的时间内求得最优解的,本程序只不过是一个练习,得意之处是用递归法把所有解都排列出来。(0-1 integer programming has a very wide application background, such as assignment problem, knapsack problem and so on. In