CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - n后问题

搜索资源列表

  1. n后问题

    0下载:
  2. 在 n 行 n 列的国际象棋棋盘上,最多可布n个皇后。 若两个皇后位于同一行、同一列、同一对角线上,则称为它们为互相攻击。 n皇后问题是指找到这 n 个皇后的互不攻击的布局。 n 行 n 列的棋盘上,主次对角线各有2n-1条。-n n trip out of the international chess board, the maximum n Queen's cloth. If two at the same Queen's visit, the same s
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:1.35kb
    • 提供者:刘二
  1. 排队问题的系统仿真

    0下载:
  2. 题目内容:使用队列模拟理发馆的排队现象,通过仿真手法评估其营业状况。 基本要求: 假设理发馆内设有N把理发椅,可同时为N位顾客进行理发。对于在营业时间(假设为T小时)内进门的顾客: *当顾客进门时,若有空椅,则可以立即坐下理发,否则需要依次排队等候。 *一旦有顾客理完发离去时,排在队头的顾客便可开始理发。 *若理发馆每天连续营业T小时,求一天内顾客在理发馆内的平均逗留时间 *顾客排队等候的队列平均长度。 *营业时间到点后仍需完成服务的收尾工作时间。-topics as
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:7.38kb
    • 提供者:lucky100
  1. nQueen

    0下载:
  2. n后问题的代码,最后用图形显示,运用了多线程技术
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:41.1kb
    • 提供者:屈伟
  1. n皇后问题

    1下载:
  2. 这是n皇后的源代码,用分支界限法实现的
  3. 所属分类:Windows编程

  1. vc8quween

    0下载:
  2. 1. 编写求n后问题的通用函数; 2. 取n=8计算出n后问题的所有可行解,并以8元组的形式输出(可以对可行解的结构进行分析,); 3. 随机输出2个可行解的图形。其中棋盘要有8×8的格子,Queen图象自选; -1. To prepare for issues common after n function 2. Take n = 8 calculated after n all feasible solution, and 8-byte form of output (can
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-13
    • 文件大小:48.42kb
    • 提供者:
  1. nQueen

    0下载:
  2. n 后问题,用了三种方法解决,希望和大家一起分享-three solutions for N Queen question
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1.52kb
    • 提供者:luffy
  1. nIssue

    0下载:
  2. n后问题,也适合八皇后问题,环境Vc6.0-n After the issue, is also suitable for the eight queens problem
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:9.23kb
    • 提供者:cocker
  1. n_queens

    0下载:
  2. 图形化N后问题回溯解法,用回溯法求N后问题的所有解并以列表方式给出,某个向量解给出其图形化解布局-After the story goes back a graphical solution of N, N using backtracking after seeking all solutions of the problem and in tabular form are given, a vector graphics to resolve the layout of its soluti
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-08
    • 文件大小:1.88mb
    • 提供者:陈小泉
  1. NQueens

    0下载:
  2. 这是一个N后问题,首先是用非递归减枝思想实现算法。同时也包括了位图能适应的放大与缩小函数。然后用VC实现界面的显示结果。-This is a N Queens problem, first by using non-recursive algorithm of branch thinking. Then use the VC to display the results.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-01
    • 文件大小:440.37kb
    • 提供者:zhangjun
  1. algorithm

    0下载:
  2. 1.Dijkstra算法设计分析,2.布线问题分析设计.3最长公共子序列 4.N后问题(回溯法) -1.Dijkstra algorithm design and analysis, wiring problem analysis and design .3 longest common subsequence 4.N problem (backtracking)
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-03
    • 文件大小:3.21kb
    • 提供者:Deep
  1. Nqueen

    0下载:
  2. N 皇后问题:在n×n格的棋盘上放置彼此不受攻击的n个皇后。按照国际象棋的规则,皇后可以攻击与之处在同一行或同一列或同一斜线上的棋子。n后问题等价于再n×n的棋盘上放置n个皇后,任何2个皇后不妨在同一行或同一列或同一斜线上。 -a solution of N queens
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:852.94kb
    • 提供者:
  1. Text1

    0下载:
  2. N后问题 完美算法 问题解释的很详细 十分好-N algorithm problem after problem perfectly explained in great detail is very good
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:580byte
    • 提供者:哥笑风
  1. Nnext

    0下载:
  2. c++实现N后问题——算法分析 #include<iostream> #include "math.h"-After the realization of N c++ problems- algorithm analysis
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:858.39kb
    • 提供者:高靓
  1. Nqueen

    0下载:
  2. N后问题,java简单实现,很简单的小程序,可以看下一下-N After the problem, java simple, very simple little program, you can have a look what
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3.26kb
    • 提供者:zhujindong
  1. nQueen

    0下载:
  2. 这个是算法课的作业,内涵完整代码,实现以界面形式展示所有n后问题的解,速度还行,当然N太大的时候不行。-This is the algorithm class jobs connotation complete code, implemented in the form of display interface solution for all n after issue, the speed was okay, certainly not when N is too large.
  3. 所属分类:CSharp

    • 发布日期:2017-04-28
    • 文件大小:46.78kb
    • 提供者:李雪飞
  1. qp

    0下载:
  2. 利用vc++中的mfc实现n后问题,并排序-The use vc++ mfc achieve n after questions and sorting
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2.16mb
    • 提供者:yxm
  1. 1

    0下载:
  2. 利用vc++中的mfc实现n后问题,并排序-The use vc++ mfc achieve n after questions and sorting
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2.15mb
    • 提供者:yxm
  1. huisufa

    0下载:
  2. 回溯算法是常用的算法之一,本文讲解了回溯算法的几个示例,包括n后问题的求解-Backtracking algorithm is one of the commonly used algorithms, for example to solve problems after n
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:8.73kb
    • 提供者:霍倩倩
  1. N皇后

    0下载:
  2. n皇后求解利用给定的程序,针对10个不同问题规模n,计算正确的n后排列方案。啊实打实的(Use of a given application, in view of 10 different problem size n, calculate the correct arrangement scheme after n. Oh, hush)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-22
    • 文件大小:303kb
    • 提供者:asd23333
  1. 贪心

    0下载:
  2. 一些有关算法案例,例如n后问题 单源最短路径的相关程序(This docunmet will be useful for those who learned c/c++ ,you will understand some basic theory and master useful skills.)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:1.13mb
    • 提供者:chenxias
« 12 3 4 5 »
搜珍网 www.dssz.com