搜索资源列表
-
0下载:
多线程计算、并行计算。使用MPI计算八皇后问题。主从线程结构-Calculate the problem of Eight Queens with MPI.
-
-
0下载:
汇编程序实现:
程序功能:用深度优先搜索法解决八皇后问题并打印结果.
列数行数分别用1-8标记.所以八皇后的位置申请了9个
调试感慨:汇编调试实在麻烦,不像C中在任何地方加个printf就可以知道
哪错了.跳来跳去的,不知哪里死循环了,实在不好调试.
-Assembler to achieve: program features: Using depth-first search method to solve the eight queens prob
-
-
0下载:
八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-Eight queens problem is an old and well-known problem is a typical example backtracking algorithm. The problem is that the nineteenth c
-
-
0下载:
通过一个简单的程序来解决八皇后的问题,是一个比较经典的程序设计例子-Through a simple program to solve the Eight Queens problem is a more classic example of program design. . .
-
-
0下载:
八皇后问题是一个古老而著名的问题。该问题是十九世纪著名的数学家高斯1850年提出:在8×8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-Eight queens problem is an ancient and well-known problem. The problem is that the nineteenth century the famous mathematician Gauss 1850: Under th
-
-
0下载:
八皇后问题。输入第一个皇后所在的行和列,给出所有符合条件的解。输出使用0和1画棋盘-Eight queens problem. Enter the first row and column where the Queen gives all eligible solution. Output board with 0 and 1 draw
-
-
0下载:
一个求解八皇后问题(任意数目皇后问题)的方法,MIPS汇编程序-A method to solve the problem of Eight Queens(as well as any numbers of queens),with MIPS
-
-
0下载:
汇编语言,实现八皇后问题,机器语言的实现-Assembly language to achieve the eight queens problem, machine language implementations
-
-
0下载:
利用栈操作实现八皇后问题求解
数据结构作业
C语言-The data structure of the C language editing eight queens problem
-
-
0下载:
八皇后问题的概率算法实现,采用预先随机放若干皇后的策略,可计算超过20个皇后的情形。-The probability of the eight queens problem algorithm, using pre-random put a certain Queen strategies be calculated over the case of the 20 queens.
-
-
0下载:
八皇后问题,可以顺顺利利的实现书籍上所谓的八皇后。-Eight queens problem, you can smoothly books on the realization of the so-called eight queens.
-
-
0下载:
八皇后问题在iOS上的实现,具有图像化界面。-the implementation of the problem of eight queens in iOS with graphic UI.
-
-
0下载:
汇编解决八皇后问题,带英文注释,简单易懂-Compilation solve the eight queens problem, with English notes, easy to understand
-
-
0下载:
八皇后问题,改变宏之后可以直接实现任意皇后的,数据结构入门经典题-Eight queens problem, then you can directly implement any changes in the macro queen, data structures portal classic title
-
-
0下载:
使用MIPS指令实现八皇后问题的求解,代码较精简(Solve the Eight Queens Problem with MIPS)
-
-
0下载:
八皇后问题,是一个古老而著名的问题,是回溯算法的典型案例。该问题是国际西洋棋棋手马克斯·贝瑟尔于1848年提出:在8×8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。(The eight queen problem, an old and famous problem, is a typical case of backtracking algorithms. It is put forward the internationa
-