CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Las Vegas
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - Las Vegas - List
[
Other resource
]
三种模式匹配算法的比较
DL : 0
Las Vegas,KMP,Mentro carlo这三种模式匹配算法的原代码,对其进行了时间及出错率的比较-Las Vegas, KMP, Mentro carlo three pattern matching algorithm of the original code, its time and the error rate comparison
Update
: 2008-10-13
Size
: 14.31kb
Publisher
:
lxr
[
Other resource
]
Las Vegas
DL : 0
关于字符串匹配的拉斯维加斯算法,有不好的地方请指正-on the Las Vegas string matching algorithm, the bad Hi
Update
: 2008-10-13
Size
: 1.54kb
Publisher
:
容器
[
Other
]
QueenLV
DL : 0
这个代码是利用拉斯维加斯算法解决n皇后得问题-this code is the use of the Las Vegas algorithm to solve the problem in the Queen's n
Update
: 2008-10-13
Size
: 1.38mb
Publisher
:
刘亮
[
Other
]
nqueenlvb
DL : 0
这个是八皇后问题的回溯加las vegas算法,为了测试两种算法结合在一起的效率。-This is the Queen's eight retroactive increase in las vegas algorithm, To test two algorithms combined efficiency.
Update
: 2008-10-13
Size
: 1.56kb
Publisher
:
王王
[
Mathimatics-Numerical algorithms
]
queensLV
DL : 1
拉斯维加斯随机算法+回溯算法实现国际象棋中的8皇后问题.-Las Vegas randomized algorithm backtracking algorithm International Chess Queen of eight issues.
Update
: 2008-10-13
Size
: 1.16kb
Publisher
:
陈国武
[
Data structs
]
三种模式匹配算法的比较
DL : 0
Las Vegas,KMP,Mentro carlo这三种模式匹配算法的原代码,对其进行了时间及出错率的比较-Las Vegas, KMP, Mentro carlo three pattern matching algorithm of the original code, its time and the error rate comparison
Update
: 2025-02-17
Size
: 325kb
Publisher
:
lxr
[
Data structs
]
Las Vegas
DL : 0
关于字符串匹配的拉斯维加斯算法,有不好的地方请指正-on the Las Vegas string matching algorithm, the bad Hi
Update
: 2025-02-17
Size
: 1kb
Publisher
:
容器
[
Other
]
QueenLV
DL : 0
这个代码是利用拉斯维加斯算法解决n皇后得问题-this code is the use of the Las Vegas algorithm to solve the problem in the Queen's n
Update
: 2025-02-17
Size
: 2.08mb
Publisher
:
刘亮
[
Mathimatics-Numerical algorithms
]
queensLV
DL : 0
拉斯维加斯随机算法+回溯算法实现国际象棋中的8皇后问题.-Las Vegas randomized algorithm backtracking algorithm International Chess Queen of eight issues.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
陈国武
[
Data structs
]
nqueen_LV
DL : 0
利用回溯法和随机算法中的拉斯维加斯算法求解n皇后问题。-use of retrospective law and randomized algorithm of Las Vegas algorithm n Queen's problem.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
坤
[
Graph program
]
LasVegas
DL : 0
拉斯维加斯算法的实现,是概率算法的一种。找到的解必为正确解,但有时找不到解。 -Las Vegas algorithm is a probability algorithm. Solutions must be found for the correct solution, but sometimes can not find solution.
Update
: 2025-02-17
Size
: 3kb
Publisher
:
shelly
[
Data structs
]
queen
DL : 0
拉斯维加斯(Las Vegas)算法来解皇后控制问题的解题报告和源代码。问题描述:在一个n×n个方格组成的棋盘上的任一方格中放置一个皇后,该皇后可以控制他所在的行,列以及对角线上的所有方格。对于给定的自然数n,在n×n个方格组成的棋盘上最少要放置多少个皇后才能控制棋盘上的所有方格,且放置的皇后互不攻击? 设计一个拉斯维加斯算法, 对于给定的自然数n (1≤n≤100)计算在n×n个方格组成的棋盘上最少要放置多少个皇后才能控制棋盘上的所有方格,且放置的皇后互不攻击。 -Las Vegas (Las Vegas) algorithm to solve the problem-solving control problems Queen' s report and the source code. Problem Description: In an n × n board, composed of a grid on the grid in any place a Queen, the Queen' s where he can control the rows, columns, as well as all the diagonal grid. For a given natural number n, the n × n board, composed of a grid to place at least the number of Queen' s board to control all the grid, and the Queen' s place to attack each other? The design of a Las Vegas algorithm, for a given natural number n (1 ≤ n ≤ 100) in the n × n board, composed of a grid to place at least the number of Queen' s board to control all the grid, and the Queen' s place to attack each other.
Update
: 2025-02-17
Size
: 79kb
Publisher
:
吴钦阳
[
Data structs
]
las
DL : 0
使用拉斯维加斯随机算法解决N皇后问题 可以以较快速度解决128皇后 甚至是256皇后问题-Use Las Vegas randomized algorithm to solve the N Queens problem can be resolved more rapid pace of 128 or even 256 Queen Queens Problem
Update
: 2025-02-17
Size
: 6kb
Publisher
:
smile
[
matlab
]
LV10
DL : 0
概率与计算课程中的一个作业,防止一个Las Vegas算法输出“?”并统计其期望的运行时间,有实验报告、源码-Modify the algorithm LV10 that the output “?” does not occur. Then, analyse the expected run times of your Las Vegas protocol with forbidden “?”.
Update
: 2025-02-17
Size
: 82kb
Publisher
:
[
AI-NN-PR
]
Las_vigas
DL : 0
用拉斯维加斯算法求解8皇后问题的小程序,有说明。-Las Vegas algorithm with the 8 Queens problem to a little program, has made it clear.
Update
: 2025-02-17
Size
: 701kb
Publisher
:
minipuss
[
Data structs
]
QueensProblem_LVBackTrack
DL : 0
在C语言环境下,采用拉斯维加斯算法及回溯算法解决常规八皇后问题,效率有很大提高。-In the C language environment, with the Las Vegas algorithm and conventional backtracking algorithm to solve the eight queens problem, greatly improving efficiency.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
zhdxch
[
AI-NN-PR
]
2.4-Las-Vegas-algorithm
DL : 0
高级算法中的拉斯维加斯算法,可以很好的学习。经典算法-Advanced algorithms in the Las Vegas algorithm, can be good learning. Classical algorithm
Update
: 2025-02-17
Size
: 103kb
Publisher
:
lands
[
Other Games
]
Tom-Clancys-Rainbow-Six---Vegas
DL : 0
Tom clancy s rainbow 6 las vegas 2 java game source.
Update
: 2025-02-17
Size
: 273kb
Publisher
:
buxerb
[
Other Riddle games
]
Midas-joy-Las-Vegas-game
DL : 0
大富翁欢乐赌城游戏,押注,掷色子,选角色等,C#源码-Midas joy Las Vegas game, bet, dice, choose role, etc., C# source
Update
: 2025-02-17
Size
: 6.34mb
Publisher
:
李丽婷
[
Data structs
]
las
DL : 0
数据结构中的一种重要随机算法--Las Vegas算法,它总是给出正确的结果,但在少数应用中,可能出现求不出解的情况。也是用了50,500,5000子串验证的 -Data structure is an important randomized algorithms- Las Vegas algorithm, it always gives the correct result, but in a few applications, the solution may be seeking not the case. Is using 50,500,5000 substring verification
Update
: 2025-02-17
Size
: 1.13mb
Publisher
:
wxq
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.