搜索资源列表
111八皇后问题121212
- 八皇后问题,C语言-8, C Language
八皇后问题演示
- 一个用C语言实现的八皇后问题演示程序-a C language of the Queen's eight issues Demonstration Program
WL40987330 C语言算法集
目录
第一部分 基础篇
001 第一个C程序
002 运行多个源文件
003 求整数之积
004 比较实数大小
005 字符的输出
006 显示变
111八皇后问题121212
- 八皇后问题,C语言-8, C Language
八皇后问题演示
- 一个用C语言实现的八皇后问题演示程序-a C language of the Queen's eight issues Demonstration Program
8queen3555
- 八皇后问题的c语言实现-eight of the Queen's language c
C_code
- 一些名数学问题的C语言源程序(例如四皇后问题,八皇后问题,特洛比方块等等)-some mathematical problems from the C language source code (for example, four Queen's, Queen's eight, Tello than cubes, etc.)
8-queens
- 数据结构算法:回溯法编程寻找八皇后问题的所有解,使用语言C/C-algorithm data structure : backtracking programming for the Queen's eight all solutions, the use of language C/C
bahuanghouproblem_c
- C语言实现的八皇后问题求解。 会下国际象棋的人都很清楚:皇后可以在横、竖、斜线上不限步数地吃掉其他棋子。如何将8个皇后放在棋盘上(有8*8个方格),使它们谁也不能被吃掉!这就是著名的八皇后问题。-C language of the eight Queen's problem to solve. Will be under the international chess are very clear : the Quee
haxibiao
- 八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。可以利用递归方法分别一一测试每一种摆法,直到得出正确的答案。 要求: 1、在处理每个题目时,要求从分析题目的需求入手,按设计抽象数据类型、构思算法、通过设计实现抽象数据类型、编制上机程序和上机调试等若干步骤
queen
- 所谓八皇后问题(Eight Queens Problem),是在8*8格的棋盘上,放置8个皇后。要求每行每列放一个皇后,而且每一条对角线和每一条反对角线上最多只能有一个皇后,这是一个典型并行算法,C语言实现。-The so-called Queen s the issue of eight (Eight Queens Problem), in the 8* 8 grid of the chessboard, 8 Queen s plac
eightqueens
- 用C语言设计八皇后问题,用0和1的形象表示-eight queens C
KNIGHT
- 八皇后问题描述了如何使用c语言处理八皇后问题,-Eight queens problem describes how to use c language processing eight queens problem,
bahuanghouwenti-csharp
- 用C#语言实现八皇后问题,里面有截图和说明,希望和大家交流-C# language with eight queens problem, which has screenshots and descr iption, and we hope the exchange
EightQueen
- 八皇后问题,基于MFC界面,C++语言写的,可以动态演示,还有word文档报告,下下来就可以教的数据结构课程设计-Eight Queens problem, the interface based on MFC, C++ language to write, can be dynamically presentation, as well as word document report, the next down to the dat
eight
- 用的普通的回溯法的方法解决C语言的八皇后问题-Ordinary backtracking method to solve the eight queens problem of C language
Eight-queens-problem
- C语言版八皇后问题,里面包含源代码,能运行。-C language version of the eight queens problem, which contains the source code can run.
皇后问题
- C语言 八皇后问题 在8×8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法(The eight queens in the C language)
新建文件夹
- 八皇后问题实现,改程序用C语言实现了八皇后问题(The realization of eight queens problem)
8 queens
- 利用C语言计算八皇后问题,并枚举出所有的解(Solving eight queens problem by using C)