CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - LAS

搜索资源列表

  1. 三种模式匹配算法的比较

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

    • 发布日期:2008-10-13
    • 文件大小:14.31kb
    • 提供者:lxr
  1. Las Vegas

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

    • 发布日期:2008-10-13
    • 文件大小:1.54kb
    • 提供者:容器
  1. queensLV

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

    • 发布日期:2008-10-13
    • 文件大小:1.16kb
    • 提供者:陈国武
  1. nqueen_LV

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

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

    1下载:
  2. Lidar数据处理时,用于las文件的处理代码,Linux/unix下的源码
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3.06mb
    • 提供者:nelfy
  1. 概率算法

    0下载:
  2. 概率算法的一个基本特征是对所求解问题的同一实例用同一概率算法求解两次可能得到完全不同的效果。这两次求解问题所需的时间甚至所得到的结果可能会有相当大的差别。一般情况下,可将概率算法大致分为四类:数值概率算法,蒙特卡罗(Monte Carlo)算法,拉斯维加斯(Las Vegas)算法和舍伍德(Sherwood)算法。
  3. 所属分类:matlab例程

    • 发布日期:2010-05-18
    • 文件大小:10.24kb
    • 提供者:leansmall
  1. queen

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

    • 发布日期:2016-01-27
    • 文件大小:79.38kb
    • 提供者:吴钦阳
  1. LASRead

    0下载:
  2. LAS file reading. this is useful for reading of LiDAR data LAS file.this is very useful code.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1.28kb
    • 提供者:gddsgdg
  1. MATLAB_GUIDE

    0下载:
  2. GUIDE es un entorno de programación visual disponible en MATLAB para realizar y ejecutar programas que necesiten ingreso continuo de datos. Tiene las características básicas de todos los programas visuales como Visual Basic o Visual C++.
  3. 所属分类:matlab

    • 发布日期:2017-05-15
    • 文件大小:3.68mb
    • 提供者:zhaocuiqin
  1. nQueensLV

    0下载:
  2. 随机算法,利用拉斯维加斯算法计算n皇后问题。-Random algorithm, the use of Las Vegas algorithm n queen problem.
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:13.38kb
    • 提供者:吴凡
  1. las

    0下载:
  2. 使用拉斯维加斯随机算法解决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
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:6.24kb
    • 提供者:smile
  1. Arrays

    0下载:
  2. ARRAYS: declara e inicializa todas las variables.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1.79kb
    • 提供者:Tuan
  1. LV10

    1下载:
  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

    • 发布日期:2015-11-24
    • 文件大小:81.83kb
    • 提供者:
  1. Las_vigas

    0下载:
  2. 用拉斯维加斯算法求解8皇后问题的小程序,有说明。-Las Vegas algorithm with the 8 Queens problem to a little program, has made it clear.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:701.19kb
    • 提供者:minipuss
  1. MonteCarlo-ppt-sample

    0下载:
  2. 蒙特卡罗(Monte Carlo)方法,又称计算机随机模拟方法,是一种基于"随机数"的计算方法。这一方法源于美国在第二次世界大战研制原子弹的曼哈顿计划。该计划的主持人之一数学家冯诺伊曼用驰名世界的赌城-摩纳哥的Monte Carlo来命名这种方法。-Monte Carlo (Monte Carlo) methods, also known as computer-generated random simulation method is based on " random number&
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:504.58kb
    • 提供者:Kevin
  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. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:883byte
    • 提供者:zhdxch
  1. 2.4-Las-Vegas-algorithm

    0下载:
  2. 高级算法中的拉斯维加斯算法,可以很好的学习。经典算法-Advanced algorithms in the Las Vegas algorithm, can be good learning. Classical algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:103.42kb
    • 提供者:lands
  1. SeisLab_10.0301

    1下载:
  2. 约170勘探地震资料和测井资料的分析和显示功能(加上他们所谓的支持功能)的设置。这些功能读取和写入标准的SEG - Y格式的地震数据,读取和写入测井在LAS格式2.0(也读3.0 LAS格式),并执行许多通常对这些数据类型进行的操作。他们使用标准化的结构来表示地震数据和测井数据,从而使函数调用的简单串联。-A set of about 170 functions (plus support functions called by them) for analysis and display of
  3. 所属分类:matlab

    • 发布日期:2016-01-27
    • 文件大小:2.9mb
    • 提供者:daivd jing
  1. las

    0下载:
  2. 数据结构中的一种重要随机算法--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 n
  3. 所属分类:Data structs

    • 发布日期:2017-11-18
    • 文件大小:1.13mb
    • 提供者:wxq
  1. PiChuLirecovery_LAStime

    0下载:
  2. 用于批量恢复GXZNZ格式的点云时间信息。GXZNZ为自定义的和LAS最接近的文本格式。(It is used for batch recovery of point cloud time information in GXZNZ Format of GXZNZ is customed and is a LAS's closest text format.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:2kb
    • 提供者:雷达张
« 12 3 »
搜珍网 www.dssz.com