资源列表
[其他小程序] createtu
说明:用邻接矩阵创建图并将其输出:本程序可以有四种图形式:分别为有向图,无向图,有向网,无向网;-Create a map with the adjacency matrix and the output: This program can graph four forms: namely a directed graph, undirected graph, the network, not to the network<langziaimama> 在 2025-01-11 上传 | 大小:1kb | 下载:0
[其他小程序] maxloading
说明:有两艘船,n 个货箱。第一艘船的载重量是c1,第二艘船的载重量是c2,wi 是货箱i 的重量,且 w 1+w2+……+wn≤c1+c2。 我们希望确定是否有一种可将所有n 个货箱全部装船的方法。若有的话,找出该方法 采用分支法求解-Two vessels, n a cargo box. The first ship load is c1, the second ship of the load is c2, wi<jory> 在 2025-01-11 上传 | 大小:197kb | 下载:0
[其他小程序] maze-backtracking
说明:迷宫是许多小方格构成的矩形,在每个小方格中有的是墙(图中的“1”)有的是路(图中的“0”)。走迷宫就是从一个小方格沿上、下、左、右四个方向到邻近的方格,当然不能穿墙。设迷宫的入口是在左上角(1,1),出口是右下角(8,8)。根据给定的迷宫,找出一条从入口到出口的路径。 采用回溯法-Maze is composed of many small rectangular box in each small box in plenty of w<jory> 在 2025-01-11 上传 | 大小:161kb | 下载:0
[其他小程序] nqueens-recursion-backtracking-n^n
说明:n皇后问题的递归回溯实现, 状态数:n^n-n queens problem of recursive backtracking implementation, the number of states: n ^ n<jory> 在 2025-01-11 上传 | 大小:216kb | 下载:0
[其他小程序] totalarrange-recursion-backtracking
说明:在排列树上递归回溯搜索全排列问题的全部解-Recursive backtracking search tree in the arrangement of the whole array of all solutions of the problem<jory> 在 2025-01-11 上传 | 大小:174kb | 下载:0