CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 搜索算法

搜索资源列表

  1. RRT-path-panning-algorithm

    0下载:
  2. 本文以自主驾驶车辆为实际应用背景.提出了一种改进的RRT(快速随机搜索树)路径规划算法.该路 径规划算法将非完整性约束条件与双向多步扩展RRT搜索算法相结合,在提高搜索效率的同时保证了规划路径的可 行性.同时将路径点作为B样条基函数的控制点,用三次B样条函数来拟合控制点生成平滑可跟踪的路径.通过在平 面障碍物环境下实验,验证了该算法的有效性.-AimingattheapplicationofALV(automaticlandvehicle),animprovedRRT(Rapidly
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-05
    • 文件大小:280094
    • 提供者:陈小潘
  1. splitewords

    0下载:
  2. 在对话框中,调用第三方分词工具(ICTCLAS中文分词免费版),实现对中文的分词示例程序,可以对想实现全文搜索算法的中文分词问题提供解决方案。-In the dialog box, call the third-party segmentation tools (word ICTCLAS Chinese free version), the sample program to achieve the segmentation of Chinese text search algorithms C
  3. 所属分类:File Operate

    • 发布日期:2017-11-28
    • 文件大小:4402678
    • 提供者:李明宇
  1. mygraph

    0下载:
  2. 校园导航系统 以某一校园的平面图为例,运用图的搜索算法实现简单的导航功能-Graph Campus Navigation
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-11
    • 文件大小:11032018
    • 提供者:王辉
  1. PATH-FINDER

    0下载:
  2. 一个最优路径搜索算法的实现,针对迷宫问题的算法-The realization of an optimal path search algorithms, algorithms for maze problem
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-11
    • 文件大小:2655
    • 提供者:XML
  1. interpre

    1下载:
  2. 基于matlab的帧内16*16宏块预测代码实现,采用全搜索算法,后面有简化的DCT变换和量化过程-inter prediction of 16*16 macroblocks using Full Search Algorithm based on matlab, followed with simplified process of DCT transform and quantization
  3. 所属分类:Special Effects

    • 发布日期:2017-11-12
    • 文件大小:1619
    • 提供者:haha
  1. k-Nearest-Neighbor

    1下载:
  2. K邻近快速算法,包含有独立的样本分解算法,树搜索算法,稍作改动便可以满足各种要求。-K adjacent fast algorithm contains a separate sample decomposition algorithm, the tree search algorithm, some minor changes will meet a variety of requirements.
  3. 所属分类:matlab

    • 发布日期:2016-01-09
    • 文件大小:63488
    • 提供者:yu
  1. 1

    0下载:
  2. C++实现 2种搜索算法,其中一种为盲目搜索、另一种为启发式搜索; 软件基本功能满足: 初始状态可以选择由软件随机产生,也可以通过人机交互产生。 2)需要对搜索过程和路径提供解释。 3)分析和研究存储结构、启发式函数等因素对搜索性能和效率的影响 -C++ achieve two kinds of search algorithms, one for the blind search, another heuristic search basic software functio
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-18
    • 文件大小:3614
    • 提供者:阿娇
  1. 1078searching

    0下载:
  2. C语言程序 算法设计 人肉搜索之宽度优先搜索算法-C language programming algorithm design of the human flesh search breadth-first search algorithm
  3. 所属分类:assembly language

    • 发布日期:2017-11-22
    • 文件大小:797
    • 提供者:
  1. mv-search

    0下载:
  2. h.264视频压缩标准中编码器的运动搜索算法的c程序-h.264 video compression standard encoder motion search algorithm c procedures
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-22
    • 文件大小:15478
    • 提供者:赵煌
  1. Full-Search

    0下载:
  2. 运动估计中的全搜索算法的MATLAB代码及FOREMAN测试序列-Full search motion estimation algorithm MATLAB code, and FOREMAN test sequence
  3. 所属分类:source in ebook

    • 发布日期:2017-11-20
    • 文件大小:822222
    • 提供者:张帆
  1. TS_TSP

    2下载:
  2. 禁忌搜索算法matlab解决旅行商问题程序源代码,含数据结果!-Tabu Search solve tsp problem
  3. 所属分类:matlab

    • 发布日期:2017-10-30
    • 文件大小:5050
    • 提供者:luyulan
  1. PSO-and-HS--

    3下载:
  2. 结合粒子群优化算法和和声搜索算法的优点,有效将群智能思想和随机全局搜索相融合,在几个函数优化问题中得到了验证 -Combining particle swarm optimization algorithm and harmony search algorithm advantage, effective will swarm intelligence thought and random global search phase fusion, in several function opt
  3. 所属分类:Algorithm

    • 发布日期:2017-11-01
    • 文件大小:10339
    • 提供者:鲁娟
  1. liziqun

    1下载:
  2. 该程序是基于粒子群算法的多目标搜索算法,有很好的搜索结果,程序有详细的说明。-The program is multi-objective search algorithm based on particle swarm optimization, good search results, the program is described in detail.
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-05-11
    • 文件大小:3072
    • 提供者:许阳
  1. CS

    11下载:
  2. 布谷鸟搜索算法的源代码matlab实现,非常适合初学者使用-Cuckoo search algorithm source code matlab realize, very suitable for beginners to use
  3. 所属分类:matlab例程

    • 发布日期:2013-06-10
    • 文件大小:1141
    • 提供者:代江艳
  1. ChessDisplay

    0下载:
  2. VC++马走日棋盘搜索算法源码举例,运行时候电脑比较慢,运行完毕显示结果,可以以动画演示或直接显示棋盘的方式显示结果-For example VC++ horse day chessboard search algorithm source code run when the computer is relatively slow, finished running show results, animation or direct way to display the results of t
  3. 所属分类:Algorithm

    • 发布日期:2017-11-18
    • 文件大小:73948
    • 提供者:魏朋
  1. GT_GYZJ

    0下载:
  2. 改进郭涛遗传算法,基于子空间搜索和群体爬山法结合的群体随机搜索算法,也称为多父体杂交算法-improved Guotao calculation
  3. 所属分类:matlab

    • 发布日期:2017-11-20
    • 文件大小:930
    • 提供者:胡俊华
  1. CPP_Tabu-search-algorithm

    0下载:
  2. 禁忌搜索算法C/C++源代码,以禁忌表形式来搜索和禁忌以搜寻最优解-The taboo search Algorithm C/C++ in source code form of taboo table to search for and contraindications to search optimal solution
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-21
    • 文件大小:3010
    • 提供者:yangh
  1. StringsSearch

    0下载:
  2. 关键字搜索算法. 可以对要搜索的大量关键字进行状态机构建,然后使用这个状态机只扫描一次文本,即可找出文本中都有哪些关键字出现了,以及出现的位置.-Keyword search algorithm., State agencies built a large number of keywords to search, and then use the state machine to scan the text only once, you can find out what keyword
  3. 所属分类:Other systems

    • 发布日期:2017-12-02
    • 文件大小:61052
    • 提供者:Fab Lyd
  1. To-sumilate-a-animal-predation

    0下载:
  2. 是通过模拟狼群觅食行为而发展起来的一种基于群体协作的随机搜索算法。 分析比较了多种捕食方式和羊群逃逸方式的效率和特点。-Is a random search algorithm developed by the foraging behavior of analog wolves based group collaboration. The analysis and comparison of the efficiency and characteristics of a predatory
  3. 所属分类:Console

    • 发布日期:2017-03-21
    • 文件大小:12314
    • 提供者:lijiang
  1. initialvmplacement

    1下载:
  2. 虚拟机放置matlab代码 随机搜索算法 效率较高 速度较快 求解结果准确 -Virtual machine placement Matlab code random search algorithm is more efficient, faster solution results accurate
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-12
    • 文件大小:3072
    • 提供者:snwang
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com