搜索资源列表
0-1programming
- 0-1整数规划有很广泛的应用背景,比如指派问题,背包问题等等,实际上TSP问题也是一个0-1问题,当然这些问题都是NP问题,对于规模较大的问题用穷举法是没有办法在可接受的时间内求得最优解的,本程序只不过是一个练习,得意之处是用递归法把所有解都排列出来。另:胡运权所著的《运筹学基础及应用(第三版)》第97页的例3,我用本程序求解得到的结果是:最优解是x*=(1,0, 0, 0, 0),最优值是f(x*)=8,但书求得最优解是x*=(1,0, 1, 0, 0),最优值是f(x*)=4,是不是书中写错
work
- Matlab基础程序联系:成绩统计,练习switch和if else组合;抽样定理-Matlab basic function design for scord statisticing and Nyquist
matlabjichu
- MATLAB基础练习,适合初学者,画正弦波形,证明公式,设计简单滤波器等-MATLAB based exercises, suitable for beginners, painting sine to prove the formula, simple design, filters, etc.
matlab6.5learning-material
- 既有基础的matlab软件介绍,也有进阶的练习,让你精通matlab-Software matlab existing foundation, there are advanced exercises, so you master matlab
1
- 《MATLAB 7.0编程基础 》源程序,适合于初学者练习-" MATLAB 7.0 programming foundation base" source, suitable for beginners
matlab-100-examples
- matlab实例程序100例 适合基础学习 熟练练习后对matlab会有很大提高-matlab example programs 100 cases for training skilled based learning will be greatly improved after the matlab
MATLAB--dian-qi-gong-cheng
- 通过本课程学习,使学生掌握利用MATLAB进行数值计算的基本方法,熟悉MATLAB编程环境、语言语法、程序结构、编程及调试技术,掌握MATLAB中M文件、M函数编写方法及调试技术、MATLAB的绘图和图形控制函数等内容,上机练习MATLAB数值解算方法,具备上机操作的技能,学习MATLAB在电气工程学科中的建模与分析方法,为后续专业课程学习奠定基础。 -Through this course, students master the basic methods of numerical calc
sliding-control
- 滑模控制仿真基础程序,非常基础的滑模练习程序,能运行,出仿真结果。-The sliding mode control simulation program, based on the sliding mode exercise program, can run, out of the simulation results.
exercises
- matlab基础练习包括条件函数计算,if语句使用,switch语句使用,函数图象等(The conditional function is computed using the if statement)
第4版程序集
- 数字信号处理第四版每一章节的内容都有相应的例程,用于初期数字信号处理的学习者作为基础练习参考。(There are corresponding routines in each chapter of the fourth edition of digital signal processing, which are used as basic practice reference for learners in the initial stage of digital signal proces
LMS、DLMS算法
- 基础的LMS算法和分布式扩散策略的LMS算法,适合刚刚进入分布式自适应滤波的新手学习练习使用