-
作业练习题 你们
作业练习题 你们-workbooks that you s
- 2022-08-11 13:02:55下载
- 积分:1
-
C语言版本的八皇后问题
要求:在国际象棋的棋盘摆上8个皇后,使得任何两个皇后不在一行,不在一列,同时也不在同一条斜线上。要求找出所有解。
算法思想
利用回溯算法搜索解空间,解分量的值等于解空间的索引(行编号),求出一个解递归调用即可求出所有92种情况。
设计心得:
1、 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-08-13 19:21:25下载
- 积分:1
-
balanced binary tree generating arbitrary input nodes as 2 6 8 0 to demonstrate...
平衡二叉树生成 输入任意个节点 如 2 6 8 0为显示 可自动生成平衡二叉树 bf为平衡因子 h给深度 可插入删除 计算转动次数(wangliwei007也是我,质料没添全就换这个好号,请斑竹给我发个号好吗?我也想下载东西,急)-balanced binary tree generating arbitrary input nodes as 2 6 8 0 to demonstrate that automatically generates balanced binary tree bf for the balance factor to the depth h can be inserted delete calculated rotational frequency (wangliwei007 me, not Tim material on the whole good for this, please give me a 62-000, okay? I would also like to download something radical)
- 2022-05-08 16:28:03下载
- 积分:1
-
simple database management system
简单数据库管理系统-simple database management system
- 2022-05-26 03:27:43下载
- 积分:1
-
课程管理系统
教学大纲管理系统允许用户从任何课程的院校不同学科教学大纲查看
- 2022-04-07 15:44:42下载
- 积分:1
-
database programming controls, a very useful
数据库编程控件,很有用的-database programming controls, a very useful
- 2022-02-22 13:22:53下载
- 积分:1
-
Data structure of the dynamics of regulatory law, given the same part of the two...
数据结构里的动态规化法,给出两个字符串的相同部分。-Data structure of the dynamics of regulatory law, given the same part of the two strings.
- 2022-04-12 05:33:21下载
- 积分:1
-
实现了银行家算法,操作系统课程设计时编写的,能够成功运行...
实现了银行家算法,操作系统课程设计时编写的,能够成功运行-The banker" s algorithm implementation, the operating system designed to prepare the curriculum, be able to run successfully
- 2022-01-25 16:56:53下载
- 积分:1
-
用java语言实现策略模式
BubbleSort.java――冒泡排序算法
ChooseSort.java――选择排序算法
InsertSort.j...
用java语言实现策略模式
BubbleSort.java――冒泡排序算法
ChooseSort.java――选择排序算法
InsertSort.java――插入排序算法
MergeSort.java――合并排序算法
SortStrategy.java――排序算法的接口
Sort.java――排序类,通过此类的sort()可以对实现了Comparable接口的数组进行升序
SortMain.java――显示界面排序-Using java language model to achieve the strategy BubbleSort.java-- Bubble Sort algorithm ChooseSort.java-- choice of sorting algorithm InsertSort.java-- Insertion Sort algorithm MergeSort.java-- merge sorting algorithm SortStrategy.java-- sort of the interface algorithm Sort. java- Sort category by such sort () can be achieved for an array of Comparable interface ascending SortMain.java-- Display order
- 2023-07-31 08:20:03下载
- 积分:1
-
passenger flight booking system, can achieve a booking, inquiries, etc. Refund
旅客航班预订系统,可以实现预订、查询、退票等功能
- 2022-02-03 09:57:48下载
- 积分:1