Welcome![Sign In][Sign Up]
Location:
Search - vegas

Search list

[Other resourceLas Vegas

Description: 关于字符串匹配的拉斯维加斯算法,有不好的地方请指正-on the Las Vegas string matching algorithm, the bad Hi
Platform: | Size: 1573 | Author: 容器 | Hits:

[Data structs三种模式匹配算法的比较

Description: 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
Platform: | Size: 332800 | Author: lxr | Hits:

[Data structsLas Vegas

Description: 关于字符串匹配的拉斯维加斯算法,有不好的地方请指正-on the Las Vegas string matching algorithm, the bad Hi
Platform: | Size: 1024 | Author: 容器 | Hits:

[OtherQueenLV

Description: 这个代码是利用拉斯维加斯算法解决n皇后得问题-this code is the use of the Las Vegas algorithm to solve the problem in the Queen's n
Platform: | Size: 2181120 | Author: 刘亮 | Hits:

[Algorithmvegas

Description: montecarlo计算多重积分源程序.供学习参考用-montecarlo calculated integral multiple source files. Reference for the study
Platform: | Size: 2048 | Author: 徐方 | Hits:

[Mathimatics-Numerical algorithmsqueensLV

Description: 拉斯维加斯随机算法+回溯算法实现国际象棋中的8皇后问题.-Las Vegas randomized algorithm backtracking algorithm International Chess Queen of eight issues.
Platform: | Size: 1024 | Author: 陈国武 | Hits:

[Data structsnqueen_LV

Description: 利用回溯法和随机算法中的拉斯维加斯算法求解n皇后问题。-use of retrospective law and randomized algorithm of Las Vegas algorithm n Queen's problem.
Platform: | Size: 1024 | Author: | Hits:

[Graph programLasVegas

Description: 拉斯维加斯算法的实现,是概率算法的一种。找到的解必为正确解,但有时找不到解。 -Las Vegas algorithm is a probability algorithm. Solutions must be found for the correct solution, but sometimes can not find solution.
Platform: | Size: 3072 | Author: shelly | Hits:

[Technology ManagementTCP-vegas

Description: 一篇关于TCP-Vegas的文献:Vegas is an implementation of TCP that achieves between 37 and 71% better throughput on the Internet, with onefifth to one-half the losses, as compared to the implementation of TCP in the Reno distribution of BSD Unix. This paper motivates and describes the three key techniques employed by Vegas, and presents the results of a comprehensive experimental performance study—using both simulations and measurements on the Internet—of the Vegas and Reno implementations of TCP.-TCP-Vegas on a literature: Vegas is an implementation of TCP that achieves between 37 and 71 better throughput on the Internet, with onefifth to one-half the losses, as compared to the implementation of TCP in the Reno distribution of BSD Unix. This paper motivates and describes the three key techniques employed by Vegas, and presents the results of a comprehensive experimental performance study-using both simulations and measurements on the Internet-of the Vegas and Reno implementations of TCP.
Platform: | Size: 240640 | Author: 廖琦 | Hits:

[Data structsqueen

Description: 拉斯维加斯(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.
Platform: | Size: 80896 | Author: 吴钦阳 | Hits:

[Othervegas

Description: 用fortran语言开发的一种计算多重积分的方法,和大家分享,希望大家支持
Platform: | Size: 2048 | Author: toy | Hits:

[OtherTCP

Description: 在ns2中仿真网络结构,在OTCL编码中,代理节点的协议代理分别设置为TCP/Reno、TCP/Newreno、TCP/Sack1和tcp/Vegas,来模拟这四种算法。附有仿真结果和实验报告。-In the ns2 simulation of the network structure, in the OTCL encoding, the proxy node protocol agents are set to TCP/Reno, TCP/Newreno, TCP/Sack1 and tcp/Vegas, to simulate these four algorithms. With simulation results and experimental reports.
Platform: | Size: 101376 | Author: 王乾坤 | Hits:

[matlabLV10

Description: 概率与计算课程中的一个作业,防止一个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 “?”.
Platform: | Size: 83968 | Author: | Hits:

[AI-NN-PRLas_vigas

Description: 用拉斯维加斯算法求解8皇后问题的小程序,有说明。-Las Vegas algorithm with the 8 Queens problem to a little program, has made it clear.
Platform: | Size: 717824 | Author: minipuss | Hits:

[Internet-Networktcp-vegas

Description: This an implementation of U. of Arizona s TCP Vegas. I implemented it based on USC s NetBSD-Vegas.-This is an implementation of U. of Arizona s TCP Vegas. I implemented it based on USC s NetBSD-Vegas.
Platform: | Size: 5120 | Author: Sean Chao | Hits:

[Data structsQueensProblem_LVBackTrack

Description: 在C语言环境下,采用拉斯维加斯算法及回溯算法解决常规八皇后问题,效率有很大提高。-In the C language environment, with the Las Vegas algorithm and conventional backtracking algorithm to solve the eight queens problem, greatly improving efficiency.
Platform: | Size: 1024 | Author: zhdxch | Hits:

[Otherwireless-cum-wired-tcp-vegas

Description: TCl Script for simulating wired cum wireless architecture using tcp vegas
Platform: | Size: 3072 | Author: as-sundais | Hits:

[TCP/IP stacktcpvegas

Description: a tcl program to implement tcp vegas
Platform: | Size: 1024 | Author: srinithya | Hits:

[AI-NN-PR2.4-Las-Vegas-algorithm

Description: 高级算法中的拉斯维加斯算法,可以很好的学习。经典算法-Advanced algorithms in the Las Vegas algorithm, can be good learning. Classical algorithm
Platform: | Size: 105472 | Author: lands | Hits:

[Internet-NetworkVegas

Description: Test Congestion window of VEGAS TCP
Platform: | Size: 1024 | Author: ghassan | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net