搜索资源列表
111八皇后问题121212
- 八皇后问题,C语言-8, C Language
八皇后问题演示
- 一个用C语言实现的八皇后问题演示程序-a C language of the Queen's eight issues Demonstration Program
C源代码实例
- 包含220个C语言的各种源程序:001 第一个C程序 002 运行多个源文件 003 求整数之积 004 比较实数大小 005 字符的输出 006 显示变量所占字节数 007 自增/自减运算 008 数列求和 009 乘法口诀表 010 猜数字游戏 011 模拟ATM(自动柜员机)界面 012 用一维数组统计学生成绩 013 用二维数组实现矩阵转置 014 求解二维数组的最大/最小元素 015 利用数组求前n个
WL40987330 C语言算法集
- 目录 第一部分 基础篇 001 第一个C程序 002 运行多个源文件 003 求整数之积 004 比较实数大小 005 字符的输出 006 显示变量所占字节数 007 自增/自减运算 008 数列求和 009 乘法口诀表 010&
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 data structure can teach curricul
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语言解决八皇后问题
- C语言解决八皇后问题.doc
C-language-program-integrated-design
- C语言程序综合设计,四道题目。一,指针构造链表,升序降序排列。二,高精度N! 三,八皇后问题。四,解N元一次方程组-C language program integrated design, four questions. A pointer structure linked list in ascending descending order. Second, high-precision N! Three, eight queens problem. Fourth, the solution
queen
- 这是在C语言环境下实现八皇后问题产生的程序(This is in the C language environment to achieve eight queens problem generated procedures)
八皇后问题
- 八皇后问题求解,通过C语言实现。92种答案
皇后问题
- C语言 八皇后问题 在8×8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法(The eight queens in the C language)
8Q
- vs2015下c语言写的遗传算法解决8皇后问题。(Solving 8 queens problem with EA algorithm in c;)
新建文件夹
- 八皇后问题实现,改程序用C语言实现了八皇后问题(The realization of eight queens problem)
8 queens
- 利用C语言计算八皇后问题,并枚举出所有的解(Solving eight queens problem by using C)
queen
- 在8×8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 高斯认为有76种方案。计算机发明后,有多种计算机语言可以解决此问题。(There are eight queens on the 8 x 8 chess set, so that they can not attack each other, that is, any two Queens can not be in the same line, the same colu
八皇后问题
- 用启发式搜索解决八皇后求解问题,c语言源代码,运用MATLAB实现