搜索资源列表

  1. Las Vegas

    0下载:
  2. 关于字符串匹配的拉斯维加斯算法,有不好的地方请指正-on the Las Vegas string matching algorithm, the bad Hi
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1573
    • 提供者:容器
  1. 三种模式匹配算法的比较

    0下载:
  2. 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
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-02
    • 文件大小:332800
    • 提供者:lxr
  1. Las Vegas

    0下载:
  2. 关于字符串匹配的拉斯维加斯算法,有不好的地方请指正-on the Las Vegas string matching algorithm, the bad Hi
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-02
    • 文件大小:1024
    • 提供者:容器
  1. QueenLV

    0下载:
  2. 这个代码是利用拉斯维加斯算法解决n皇后得问题-this code is the use of the Las Vegas algorithm to solve the problem in the Queen's n
  3. 所属分类:其他小程序

    • 发布日期:2024-05-02
    • 文件大小:2181120
    • 提供者:刘亮
  1. vegas

    0下载:
  2. montecarlo计算多重积分源程序.供学习参考用-montecarlo calculated integral multiple source files. Reference for the study
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-02
    • 文件大小:2048
    • 提供者:徐方
  1. queensLV

    0下载:
  2. 拉斯维加斯随机算法+回溯算法实现国际象棋中的8皇后问题.-Las Vegas randomized algorithm backtracking algorithm International Chess Queen of eight issues.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-02
    • 文件大小:1024
    • 提供者:陈国武
  1. nqueen_LV

    0下载:
  2. 利用回溯法和随机算法中的拉斯维加斯算法求解n皇后问题。-use of retrospective law and randomized algorithm of Las Vegas algorithm n Queen's problem.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-02
    • 文件大小:1024
    • 提供者:
  1. LasVegas

    0下载:
  2. 拉斯维加斯算法的实现,是概率算法的一种。找到的解必为正确解,但有时找不到解。 -Las Vegas algorithm is a probability algorithm. Solutions must be found for the correct solution, but sometimes can not find solution.
  3. 所属分类:图形图象

    • 发布日期:2024-05-02
    • 文件大小:3072
    • 提供者:shelly
  1. TCP-vegas

    0下载:
  2. 一篇关于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 distributi
  3. 所属分类:技术管理

    • 发布日期:2024-05-02
    • 文件大小:240640
    • 提供者:廖琦
  1. queen

    0下载:
  2. 拉斯维加斯(Las Vegas)算法来解皇后控制问题的解题报告和源代码。问题描述:在一个n×n个方格组成的棋盘上的任一方格中放置一个皇后,该皇后可以控制他所在的行,列以及对角线上的所有方格。对于给定的自然数n,在n×n个方格组成的棋盘上最少要放置多少个皇后才能控制棋盘上的所有方格,且放置的皇后互不攻击? 设计一个拉斯维加斯算法, 对于给定的自然数n (1≤n≤100)计算在n×n个方格组成的棋盘上最少要放置多少个皇后才能控制棋盘上的
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-02
    • 文件大小:80896
    • 提供者:吴钦阳
  1. vegas

    1下载:
  2. 用fortran语言开发的一种计算多重积分的方法,和大家分享,希望大家支持
  3. 所属分类:其他小程序

    • 发布日期:2024-05-02
    • 文件大小:2048
    • 提供者:toy
  1. TCP

    0下载:
  2. 在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,
  3. 所属分类:其他小程序

    • 发布日期:2024-05-02
    • 文件大小:101376
    • 提供者:王乾坤
  1. LV10

    0下载:
  2. 概率与计算课程中的一个作业,防止一个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 “?”.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-02
    • 文件大小:83968
    • 提供者:
  1. Las_vigas

    0下载:
  2. 用拉斯维加斯算法求解8皇后问题的小程序,有说明。-Las Vegas algorithm with the 8 Queens problem to a little program, has made it clear.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-02
    • 文件大小:717824
    • 提供者:minipuss
  1. tcp-vegas

    0下载:
  2. 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.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-02
    • 文件大小:5120
    • 提供者:Sean Chao
  1. QueensProblem_LVBackTrack

    0下载:
  2. 在C语言环境下,采用拉斯维加斯算法及回溯算法解决常规八皇后问题,效率有很大提高。-In the C language environment, with the Las Vegas algorithm and conventional backtracking algorithm to solve the eight queens problem, greatly improving efficiency.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-02
    • 文件大小:1024
    • 提供者:zhdxch
  1. wireless-cum-wired-tcp-vegas

    0下载:
  2. TCl scr ipt for simulating wired cum wireless architecture using tcp vegas
  3. 所属分类:其他小程序

    • 发布日期:2024-05-02
    • 文件大小:3072
    • 提供者:as-sundais
  1. tcpvegas

    0下载:
  2. a tcl program to implement tcp vegas
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-02
    • 文件大小:1024
    • 提供者:srinithya
  1. 2.4-Las-Vegas-algorithm

    0下载:
  2. 高级算法中的拉斯维加斯算法,可以很好的学习。经典算法-Advanced algorithms in the Las Vegas algorithm, can be good learning. Classical algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-02
    • 文件大小:105472
    • 提供者:lands
  1. Vegas

    0下载:
  2. Test Congestion window of VEGAS TCP
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-02
    • 文件大小:1024
    • 提供者:ghassan
« 12 3 4 5 »

源码中国 www.ymcn.org