-
利用深度遍历的方法来检查8数码问题是否有解。
利用深度遍历的方法来检查8数码问题是否有解。-use depth traverse method to check whether the eight digital solutions to the problem.
- 2022-09-14 12:35:03下载
- 积分:1
-
根据贪心算法,来求解最小生成树;
这种情况,可能求不不全局最优解,但是,可以求出当前情况下的最优解;...
根据贪心算法,来求解最小生成树;
这种情况,可能求不不全局最优解,但是,可以求出当前情况下的最优解;-According to greedy algorithm to solve the minimum spanning tree this situation, it may not seek the global optimal solution is not, however, you can find the optimal solution under the current situation
- 2023-05-29 18:05:03下载
- 积分:1
-
POJ 2271
POJ 2271的己AC代码...不信你可以自己试试.-POJ 2271
- 2023-04-22 16:50:03下载
- 积分:1
-
Java 学生学籍管理系统
Java和Sql Server2005做的 学生学籍管理系统,Java + SQL Server2005 + MyEclipse6.0,作为计算机学院的课程设计已通过老师审核,Word文档,UML建模,代码,数据库文件一应俱全。
- 2022-09-07 19:55:02下载
- 积分:1
-
小的 VB6 程序,接收来自 YHT3 称的重量。
VB6 的小程序,接收来自 YHT3 规模的重量,保存日期来访问数据库。
- 2023-01-17 18:00:04下载
- 积分:1
-
项目管理中,按科目交叉取数报表按科目交叉取数报表
项目管理中,按科目交叉取数报表按科目交叉取数报表-Project management, cross-check the number of subjects according to statements by the subjects cross-check the number of statements
- 2022-03-26 14:02:03下载
- 积分:1
-
data structure design for the chain design source, and the menu was prepared
用于数据结构设计的链表设计源码,菜单编写方式-data structure design for the chain design source, and the menu was prepared
- 2022-05-15 20:21:47下载
- 积分:1
-
八数码问题的C++实现,最经典的广度有限算法
八数码问题的C++实现,最经典的广度有限算法-eight digital realization of the C and classic algorithms limited breadth
- 2022-04-12 06:09:13下载
- 积分:1
-
数据库操作的小工具,你可以查看数据库中的表,结构,和视力。
数据库操作的小工具,可以查看数据库中的表,结构,以及视图,能够输入sql组数据库执行。-Database operated gadget, you can view the database table, structure, and the view to the implementation of input sql database group.
- 2023-05-09 12:20:03下载
- 积分:1
-
问题描述:设有11种不问的钱币各若干张,可用这II种钱币产生许多不同的面值。试
设计一个算法,计算给定的某个面值,能有多少种不同的产生方法。例如有1分3张,...
问题描述:设有11种不问的钱币各若干张,可用这II种钱币产生许多不同的面值。试
设计一个算法,计算给定的某个面值,能有多少种不同的产生方法。例如有1分3张,2分 3张,5分1张,则能组成7分面值的方法有:3个1分+2个2分,1个1分十3个2分,2 个1分+1个5分,1个2分+1个5分共四种。
^编程任务:对于给定的II种不同钱币,编程计算某个给定面值能有多少种不同的产生
方法。-Problem Description: There should be 11 kinds of coins did not ask the number of beds available this II produced many different kinds of coin denominations. Try to design an algorithm to calculate a nominal value of a given that there can be many different returned. For instance, a sub-3, 2 points 3, 5 min 1, then can be composed of seven sub-par methods are: 3 1 min+2 2 points, a 1 minute 10 3 2 points, 2 1 points+1 5 points, a 2 min+1 5 minutes of four kinds. ^ Programming task: for a given II different coins, the calculation of a given program can have many different denominations is returned.
- 2022-11-21 20:10:03下载
- 积分:1