搜索资源列表
n后问题
- 在 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
排队问题的系统仿真
- 题目内容:使用队列模拟理发馆的排队现象,通过仿真手法评估其营业状况。 基本要求: 假设理发馆内设有N把理发椅,可同时为N位顾客进行理发。对于在营业时间(假设为T小时)内进门的顾客: *当顾客进门时,若有空椅,则可以立即坐下理发,否则需要依次排队等候。 *一旦有顾客理完发离去时,排在队头的顾客便可开始理发。 *若理发馆每天连续营业T小时,求一天内顾客在理发馆内的平均逗留时间 *顾客排队等候的队列平均长度。 *营业时间到点后仍需完成服务的收尾工作时间。-topics as
nQueen
- n后问题的代码,最后用图形显示,运用了多线程技术
n皇后问题
- 这是n皇后的源代码,用分支界限法实现的
vc8quween
- 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
nQueen
- n 后问题,用了三种方法解决,希望和大家一起分享-three solutions for N Queen question
nIssue
- n后问题,也适合八皇后问题,环境Vc6.0-n After the issue, is also suitable for the eight queens problem
n_queens
- 图形化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
NQueens
- 这是一个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.
algorithm
- 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)
Nqueen
- N 皇后问题:在n×n格的棋盘上放置彼此不受攻击的n个皇后。按照国际象棋的规则,皇后可以攻击与之处在同一行或同一列或同一斜线上的棋子。n后问题等价于再n×n的棋盘上放置n个皇后,任何2个皇后不妨在同一行或同一列或同一斜线上。 -a solution of N queens
Text1
- N后问题 完美算法 问题解释的很详细 十分好-N algorithm problem after problem perfectly explained in great detail is very good
Nnext
- c++实现N后问题——算法分析 #include<iostream> #include "math.h"-After the realization of N c++ problems- algorithm analysis
Nqueen
- N后问题,java简单实现,很简单的小程序,可以看下一下-N After the problem, java simple, very simple little program, you can have a look what
nQueen
- 这个是算法课的作业,内涵完整代码,实现以界面形式展示所有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.
qp
- 利用vc++中的mfc实现n后问题,并排序-The use vc++ mfc achieve n after questions and sorting
1
- 利用vc++中的mfc实现n后问题,并排序-The use vc++ mfc achieve n after questions and sorting
huisufa
- 回溯算法是常用的算法之一,本文讲解了回溯算法的几个示例,包括n后问题的求解-Backtracking algorithm is one of the commonly used algorithms, for example to solve problems after n
N皇后
- 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)
贪心
- 一些有关算法案例,例如n后问题 单源最短路径的相关程序(This docunmet will be useful for those who learned c/c++ ,you will understand some basic theory and master useful skills.)