文件名称:nextperm:输出有序元组 x 的下一个排列。-matlab开发
文件大小:1KB
文件格式:ZIP
更新时间:2024-06-21 08:10:23
matlab
在集合 {1, 2, ..., N} 上使用词法顺序,输出有序元组 x 的下一个排列。 当 All(nextperm(x,N) == x) 为 TRUE 时,您已经用尽了列表。 例如nextperm([1 5 4], 5) 返回 [2 1 3] nextperm([2 1 3], 5) 返回 [2 1 4] nextperm([5 4 3], 5) 返回 [5 4 3]
【文件预览】:
nextperm.zip