CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - 皇后问题

搜索资源列表

  1. aglorithm

    0下载:
  2. 问题算法源代码:骑士遍历、万年历、N皇后问题回溯算法、动态计算网络最长最短路线、货郎担分枝限界图形演示、货郎担限界算法、矩阵乘法动态规划、网络最短路径Dijkstra算法-problems algorithm source code : Knight traversal, calendar, N Queens backtracking algorithms, Dynamic computing network longest shortest routes, traveling salesman
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:23699
    • 提供者:安德里周
  1. 回溯法解皇后问题

    0下载:
  2. 数值分析课程中,关于简单二分法求方程实根的用C编的程序
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-16
    • 文件大小:8799
    • 提供者:李娜
  1. VisualQueen

    0下载:
  2. n皇后问题求解(8<=n<=1000) a) 皇后个数的设定 在指定文本框内输入皇后个数即可,注意: 皇后个数在8和1000 之间(包括8和1000) b) 求解 点击<Solve>按钮即可进行求解. c) 求解过程显示 在标有Total Collision的静态文本框中将输出当前棋盘上的皇后总冲突数. 当冲突数降到0时,求解完毕. d) 求解结果显示 程序可以图形化显示8<=n<=50的皇后求解结果. e) 退出
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:27248
    • 提供者:jiangtao
  1. QueenN

    1下载:
  2. 随机算法与回溯算法结合解N皇后问题.小程序,主要体现算法设计思想.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:6364
    • 提供者:梁辰
  1. numerical_analysis_classic

    0下载:
  2. 数值分析中最常用的14个程序: 01_N皇后问题 01_循环赛程表 02_分段线性插值 02_牛顿插值法 03_构造正交多项式 03_最佳一致逼近多项式 04_简单迭代法求方程根[1+1;x] 04_简单迭代法求方程根[sqrt(x+1)] 05_复化梯形公式求积 06_尤拉公式解初值问题 08_高斯消去法解方程组 09_连分式法求积 10_迭代法解线性方程组 10_雅可比方法
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:149475
    • 提供者:丁一
  1. n_queen_problem_new

    0下载:
  2. 数值分析中的N皇后问题,程序中含输入/显示界面,N的数值可在界面中自行设定。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:10187
    • 提供者:丁一
  1. kingho

    0下载:
  2. 皇后问题:在N*N的方格里放置皇后,要求不能放在同一行、同一列、同一对角线上。输入所有适合条件的情况。-Queen : N * N in the box, placed the empress, on the request can not be the same line, the same series on the same diagonal. The importation of all suitable conditions.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1471
    • 提供者:陶发辉
  1. 八皇后问题源码

    0下载:
  2. 这个应该是经典编程里面的经典算法实现的八皇后问题.也通过了测试.完全达到设计要求.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:879
    • 提供者:陈天
  1. EghitQueue

    0下载:
  2. 八皇后问题的LasVegas与回溯法的混合算法实现,其中代码和文档详细-The eight queens problem LasVegas backtracking hybrid algorithm in detail, including code and documentation
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:45966
    • 提供者:黄华仔
  1. Queen_lv

    0下载:
  2. 采用LasVegas概率算法高效解决N皇后问题,并统计其成功与失败的概率,这是中国科技大学的高级算法设计的设计-LasVegas probability algorithm used to solve N Queen efficient, and its success or failure of statistical probability, which is China University of Science and Technology Advanced Algorithm Desi
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:12108
    • 提供者:xaiaoshqiaon
  1. EightQueens

    0下载:
  2. 利用C#语言实现的八皇后问题。只有8*8的棋盘形式,可以输入皇后摆放的位置-This program is used by c#,which called eight-queen .It can show every situation about the able place to put the queen.But there is a disadvantage that it is set only 8*8 chess .
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:17169
    • 提供者:yq
  1. myQueen

    0下载:
  2. 解决算法分析和设计中的n皇后问题,并动态显示查找皇后放置位置的过程-Analysis and design of algorithms to solve the n Queen and Queen' s dynamic display to find the location of the process of placing
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1952614
    • 提供者:wangyumei
  1. Nqueensprobleseekingbackrackingalgorithmusingfromt

    0下载:
  2. 求 N 皇后问题回溯算法,用从C语言编写的。希望对大家有所帮助!-N queens problem seeking backtracking algorithm, using from the C language. We want to help!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1067
    • 提供者:刘正朝
  1. Nqueensprobleseekingbackrackingalgorith

    0下载:
  2. n皇后问题回溯算法,用C语言编写的!希望对大家有所帮助!-n queens problem backtracking algorithm, written using C language! We want to help!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:756
    • 提供者:liuzhengchao
  1. bhh

    0下载:
  2. 用C语言实现把八皇后问题解决了,应该值得一看。-With the C language implementation to solve the eight queens problem, it should be worth a visit.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:7795
    • 提供者:xj
  1. eight-queen

    0下载:
  2. 著名的八皇后问题,是回溯算法的典型例题。该问题是19世纪著名的数学家高斯1850年提出:在8*8格的国际象棋上摆放8个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-The famous Eight Queens problem, backtracking algorithm is a typical example. The problem is the famous 19th century mathematician Gauss 1850: U
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:10798
    • 提供者:毛凯
  1. N-Queens

    0下载:
  2. pascal语言使用迭代法求解N皇后问题的源码-pascal language use iteration method to solve N-Queens problem code
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:181866
    • 提供者:李毅
  1. Queens-problem

    0下载:
  2. 经典的皇后问题,可直接放在C++工程运用,控制台操作,以图形方式输出,简单明了,易学易用 -Classic queen problem, can be placed directly on the C++ project to use the console operation, graphical output, simple, easy to use
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:742
    • 提供者:dieye
  1. Algorithm-analysis-and-design

    0下载:
  2. 计算机实验室 内容: 1、分治法,maxmin算法 2、动态规划,矩阵连乘 3、贪心法, 1)背包问题,2)装载问题 4、回溯法,N皇后问题的循环结构算法和递归结构算法。-Computer laboratory content: 1, partition method, maxmin algorithm 2, the dynamic planning, LianCheng matrix 3, greedy method, 1) knapsack probl
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:4226
    • 提供者:王越瑾
  1. 回溯算法解决8皇后问题

    0下载:
  2. 利用回溯算法计算8皇后问题,计算出最终方案(A backtracking algorithm is used to calculate the 8 Queens, and the final scheme is calculated.)
  3. 所属分类:数学计算

    • 发布日期:2018-04-20
    • 文件大小:2810880
    • 提供者:也都一样
« 12 »
搜珍网 www.dssz.com