资源列表
[matlab例程] P
说明:规范 BFS 写法,可以有效地避免一些状态判重和状态转移上的细节错误,使用优先队列,这里不用优先队列会错。-BFS written specification, can effectively avoid the details of some of the state and the state transition heavy sentence on the error, use the priority queue, priority queues are not wrong here.<赵霞娟> 在 2025-10-23 上传 | 大小:1kb | 下载:0
[matlab例程] SimpleMthd
说明: 单纯形法matlab程序 求解标准型线性规划:max c*x s.t. A*x=b x>=0 本函数中的A是单纯初始表,包括:最后一行是初始的检验数,最后一列是资源向量b N是初始的基变量的下标 输出变量sol是最优解, 其中松弛变量(或剩余变量)可能不为0 输出变量val是最优目标值,kk是迭代次数- example:max 2*x1+3*x2 s.t. x1+2*x2<=8 4*x1<=16 4*x<王志贺> 在 2025-10-23 上传 | 大小:1kb | 下载:0
[matlab例程] linear-regression
说明:该程序用一个实例进行演示线性回归方程的建立。-The procedures used to establish an instance demonstrates the linear regression equation.<杨海燕> 在 2025-10-23 上传 | 大小:1kb | 下载:0
[matlab例程] Interpolation
说明:包含了Lagrang和Newton两种插值方法,便于数据的处理-Contains two Lagrang and Newton interpolation method to facilitate the processing of data<杨海燕> 在 2025-10-23 上传 | 大小:1kb | 下载:0