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

搜索资源列表

  1. tabu.zip

    0下载:
  2. 这是一个用C++编写的TSP问题的源码,使用Tabu Search算法。,This is a TSP problem source code written in C++, using the Tabu Search algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:2.14kb
    • 提供者:Erick Lee
  1. AStar

    0下载:
  2. 实现人工智能中的AI自动寻找路径,可以在实现起点和终点之间寻找最短的跨越障碍的路径-AI Artificial Intelligence to achieve automatic search path, you can achieve between the start and finish to find the shortest path across barriers
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:259.04kb
    • 提供者:Liangyonghua
  1. hashing__

    0下载:
  2. program which uses hashing techniques for storing and retrieving the data. Input to the program: Some random numbers. Input will be from a file. Output: First the program reads all the input and store it properly using some hash techniques.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:6.85kb
    • 提供者:Abhiram
  1. obst

    0下载:
  2. ooptimal binary search tree algorithm using dynamic approach
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1.45kb
    • 提供者:manoj
  1. search

    0下载:
  2. Search Algorithm for developer
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:92.27kb
    • 提供者:ossyossy
  1. TabuSearchforTSP

    0下载:
  2. This gives source code of traveling salesman problem. The algorithm used is tabu search.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:8.94kb
    • 提供者:Roger
  1. dijkstra

    0下载:
  2. Dijkstra s algorithm, conceived by Dutch computer scientist Edsger Dijkstra in 1959, is a graph search algorithm that solves the single-source shortest path
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1.2kb
    • 提供者:jonathan
  1. METSlib

    0下载:
  2. METSlib提供基本的启发式算法框架,包括局部搜索及其变体,模拟退火和禁忌搜索等。 -METSlib implements the basics of some metaheuristics algorithm: * Random Restart Local Search * Variable Neighborhood Search * Iterated Local Search * Simulated Annealing (with line
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:20.82kb
    • 提供者:mx
  1. Tabu_Best

    0下载:
  2. Tabu search is a meta-heuristic that guides a local search towards better solutions.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:48.07kb
    • 提供者:tunakaan
  1. Search

    0下载:
  2. 用C实现的查找算法函数,比较全面,拿来共享-Search algorithm implemented using C functions, relatively comprehensive, be used to share
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:10.89kb
    • 提供者:蛐蛐
  1. findpks_MinMax

    0下载:
  2. Find peaks in signal. Look for local maxima and minima. In the window of search find the maximum maxima and the minimum minuma. Return two values which are the maximum and the minimum local maximas
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:520byte
    • 提供者:Gazo
  1. binarysearchtree

    0下载:
  2. Binary Search Tree with Node class.-Binary Search Tree with Node class.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:2.05kb
    • 提供者:Jim
  1. Scatter-search

    0下载:
  2. this file contain Scatter search Algorithm code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:2.51kb
    • 提供者:Behrouz
  1. DFS

    0下载:
  2. Depth-first search (DFS) is an algorithm for traversing or searching a tree, tree structure, or graph. One starts at the root (selecting some node as the root in the graph case) and explores as far as possible along each branch before backtracking.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1.18kb
    • 提供者:a32
  1. linear-search

    0下载:
  2. linear search in vb it is simple to use
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:1.67kb
    • 提供者:tala
  1. binary-search

    0下载:
  2. binary search in vb it is simple to use
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:1.77kb
    • 提供者:tala
  1. metaheuristics-algo-Monkey-search

    0下载:
  2. implementation of the Monkey search optimization algorithme
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:147.77kb
    • 提供者:Adil
  1. condition-random-search

    0下载:
  2. 条件随机搜索算法 ,已经调试成功,可以使用-Conditions of random search algorithm, has been debugged, you can use
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:3.15kb
    • 提供者:彭ph.D
  1. Binary-search-case

    0下载:
  2. 二分法查找,这是一种效率较高的查找方式,运行测试完全正确-Binary search, which is a more efficient search methods, run the test entirely correct
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:986byte
    • 提供者:江山
  1. Tabu Search TSP

    0下载:
  2. matlab code for tsp using tabu search
  3. 所属分类:数学计算

    • 发布日期:2018-04-22
    • 文件大小:6kb
    • 提供者:usgaa
« 12 3 4 5 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com