CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 8皇后

搜索资源列表

  1. t1

    0下载:
  2. 主要是解决8皇后问题,同时可以通过改变数组大小解决N皇后问题,最后将结果输出到一个txt文档中-It is to solve the eight queens problem, and can solve the N queens problem by changing the size of the array, the final output the results to a txt file.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1543
    • 提供者:冒佳明
  1. Recursive-loop

    0下载:
  2. 是学习递归循环用法的很好的几个实例,包括经典的0-1背包问题,8皇后问题,概率问题等等,相信能帮助你更好的理解C中递归循环的实现。-Learning recursive cycle usage of several instances, including the classical 0-1 knapsack problem, the eight queens problem, probability problems, I believe it can help you understand
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-16
    • 文件大小:4395802
    • 提供者:bob
  1. 8-queens

    0下载:
  2. 数据结构,《八皇后问题》(基于c语言)-Data structure, the eight queens problem " (c language)
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1083
    • 提供者:霜天晓角
  1. Queen

    0下载:
  2. 八皇后问题:设8皇后问题的解为 (x1, x2, x3, …,x8), 约束条件为:在8x8的棋盘上, 其中任意两个xi和xj不能位于棋盘的同行、同列及同对角线。要求用一位数组进行存储,输出所有可能的排列。C实现-Eight queens problem: Let the eight queens problem, the solution (x1, x2, x3, ..., x8), constraint conditions: on a 8x8 board, in which any t
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:793
    • 提供者:michael
  1. 8-queens-game

    0下载:
  2. 要求在国际象棋的棋盘上放置八个皇后,使其不能相互攻击,即任意两个皇后不能处于 棋盘的同一行、同一列和同一条对角线上。试问有多少种放法?-To place eight Queen on the chess board so that it can not attack each other, that any two of the Queen' s not in the board on the same line, same column and with a diagonal. Ho
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1127
    • 提供者:liyuexia
  1. Nqueen

    0下载:
  2. 回溯法算法解决8皇后问题,可推广到N皇后-Backtracking algorithm to solve N queen problem
  3. 所属分类:CSharp

    • 发布日期:2017-12-03
    • 文件大小:910
    • 提供者:贾俊瑞
  1. eight-queen-problem

    0下载:
  2. 以一个很巧妙的递归算法实现8皇后问题,该递归算法思路很独特,是初学者一个很好的借鉴-To a very clever recursive algorithm resolve eight queen problem .
  3. 所属分类:CSharp

    • 发布日期:2017-11-07
    • 文件大小:706
    • 提供者:庄希
  1. genetic

    0下载:
  2. 遗传算法解决8皇后问题:代码示例。在visualC++上可以运行。-The genetic algorithm to solve the eight queens problem: code example. Can run in visualC++.
  3. 所属分类:CSharp

    • 发布日期:2017-11-23
    • 文件大小:1542
    • 提供者:李海波
  1. 8_queens

    0下载:
  2. 8皇后问题的汇编代码实现。输入皇后数,输出方案数。-the assembly code realization of eight_queen question.Input the queen number,output number of scheme.
  3. 所属分类:assembly language

    • 发布日期:2017-11-12
    • 文件大小:814
    • 提供者:chenye
  1. C_EightQueen

    0下载:
  2. 8皇后问题。用递归算法实现。采用了面向对象和面向过程。-8queen problem solved in recursive algorithm。
  3. 所属分类:Data structs

    • 发布日期:2017-12-02
    • 文件大小:3433
    • 提供者:yang
  1. 8-queen

    0下载:
  2. c++用栈实现八皇后问题,代码有详细说明,是初学数据结构的好参考-8 Queen
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:1224
    • 提供者:张文
  1. Eight-Queen

    0下载:
  2. 8皇后问题的C++算法-8 empress question C++ algorithm -8 queens problem C++ algorithms-8 empress question C++ algorithm
  3. 所属分类:Chess Poker games

    • 发布日期:2017-12-09
    • 文件大小:12552
    • 提供者:gsder
  1. queen

    0下载:
  2. 输出8皇后问题所有结果。每个结果第一行是No n:的形式,n表示输出的是第几个结果;下面8行,每行8个字符,‘A’表示皇后,‘.’表示空格。不同的结果中,先输出第一个皇后位置靠前的结果;第一个皇后位置相同,先输出第二个皇后位置靠前的结果;依次类推。 -Output all the results of the 8-queens problem. The first line of each result in the form of a No n: n output is several r
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-28
    • 文件大小:4300
    • 提供者:王康
  1. c_programming

    0下载:
  2. 计算经典8皇后问题,获得该种排列要求的所有可能排列方式-Calculate the classic 8-queens problem, all possible permutations of the permutations required
  3. 所属分类:CSharp

    • 发布日期:2017-11-30
    • 文件大小:12859
    • 提供者:诗宁
  1. 8-queen

    0下载:
  2. 八皇后的问题的C++简单算法 大学课程作业-Eight queens problem C++ simple algorithm college course work
  3. 所属分类:Data structs

    • 发布日期:2017-11-25
    • 文件大小:551066
    • 提供者:Fizzy
  1. 8queen

    0下载:
  2. 此程序用于解决8皇后问题,运行后输出8皇后问题的所有解-This program is used to solve the 8 queens problem, all solutions of 8 queens problem output operation.
  3. 所属分类:Data structs

    • 发布日期:2017-11-19
    • 文件大小:153811
    • 提供者:宗博文
  1. Nhuanghou

    0下载:
  2. 这是一个经典8皇后问题的拓展,将其推广到N皇后,病输出所有结果。-This is a classic 8 queens problem expansion will be extended to the N-Queens disease output results.
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:1209
    • 提供者:鼠标
  1. S_6_20

    0下载:
  2. 回溯法非递归实现8皇后问题,控制台图形显示-Non-recursive backtracking to achieve eight queens problem, the console graphics
  3. 所属分类:Java Develop

    • 发布日期:2017-11-30
    • 文件大小:602
    • 提供者:mach
  1. 8Queen

    1下载:
  2. 利用Mips指令集进行汇编程序开发,实现8皇后问题的求解-Use Mips assembler instruction set developed to achieve 8 Queens problem solving
  3. 所属分类:汇编语言

    • 发布日期:2017-05-16
    • 文件大小:322954
    • 提供者:赵旭
  1. 8QUENN

    0下载:
  2. C语言界著名的8皇后问题。曾经难道了无数的英雄好汉。才程序完全有C语言编写(借鉴别人的)。在VC++6.0下,可以完全运行。-C language world famous eight queens problem. Once a hero who is numerous. Only program has the C language to write (reference) of others. Under the vc++ 6.0 can run completely.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1802
    • 提供者:huangjian
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 20 »
搜珍网 www.dssz.com