搜索资源列表
managemengt
- 本程序采用分类询问的模式,对要求的方法一一用函数实现,并在函数中根据客户的要求调用子函数。通过递归调用todo()函数,不断实现用户想要实现的功能,最后以输入0,结束循环,程序结束。-The inquiry procedure uses classification model, the methods required to achieve one by one with the function and function call Functions according to custome
二状态变量动态规划程序
- 自由始端和终端的动态规划,求指标函数最小值的逆序算法递归计算程序。 dynprog2.m文件中有各子程序和变量的说明。