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

搜索资源列表

  1. 图搜索策略

    0下载:
  2. 一个使用Java实现的人工智能的图搜索策略程序——酒九宫图问题 人工智能-图搜索策略-演示程序-使用说明 程序简介 在人工智能领域,对隐式图的搜索是求解问题的一种基本方法,本程序通过使用多种图搜索策略,对 重排九宫问题进行求解,演示了“广度优先搜索”、“深度优先搜索”、“有界深度优先搜索”、 “最好优先搜索”和“局部择优搜索”五种基本的图图搜索策略。 整个程序使用了动画技术,界面设计美观友好,使用方便。-use a Java artificial intelligence plans Searc
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:28.94kb
    • 提供者:陈凯
  1. libgist-2.0.1

    0下载:
  2. Libgist is an implementation of the Generalized Search Tree, a template index structure that makes it easy to implement any type of hierarchical access method (AM). -Libgist is an implementation of the Generalized Search Tree, a template index stru
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.16mb
    • 提供者:hu
  1. LanExplorer_v1.62

    0下载:
  2. 最好的局域网搜索软件,支持同时搜索共享文件、FTP、HTTP资源。 1.方便快捷地搜索、浏览局域网资源。多线程搜索局域网上所有的工作组、主机、打印机、共享文件、FTP文件、WEB服务器。 2.可以按照网上邻居、工作组或者按照IP地址段自动搜索所有共享/FTP的mp3、电影或自定义搜索的文件; 3.内置nbtstat,能快速查找某一IP网段内的所有主机,并根据IP地址得到对方主机的主机名、工作组名、用户名、MAC地址,速度极快。能将扫描和搜索的结果保存成文本文件或excel
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:122.58kb
    • 提供者:汤海
  1. updatesimplexmethod

    0下载:
  2. 单纯形法是一种不错的随机搜索算法,但是其受初始值的选取,步长大小的影响较大,容易陷入局部收敛。程序中列出了基本单纯形法,和几种改进的单纯形法,包括变步长的单纯形法,单纯形加遗传算法等。-simplex method is a good random search algorithm, but its initial value by the selection, step in a larger size, easy to be trapped into local convergence. P
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:57.95kb
    • 提供者:xcq
  1. 差别算法matlab源码

    0下载:
  2. 粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation).源于对鸟群捕食的行为研究 PSO同遗传算法类似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在解空间追随最优的粒子进行搜索。详细的步骤以后的章节介绍 同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:16.24kb
    • 提供者:张正
  1. hyplas

    8下载:
  2. ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-07-29
    • 文件大小:10.5mb
    • 提供者:gtcewli3
  1. bmsearch_src.zip

    0下载:
  2. BM关键字查找算法,在用于查找子字符串的算法当中,BM(Boyer-Moore)算法是目前相当有效又容易理解的一种,一般情况下,比KMP算法快3-5倍。,BM keyword search algorithm used in the sub-string search algorithm which, BM (Boyer-Moore) algorithm is quite effective and easy to understand A, under normal circumstances
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:10.28kb
    • 提供者:jiangjun
  1. tabu-search-for-tsp

    3下载:
  2. 利用禁忌搜索算法解决50个城市的tsp问题,简单易懂,适合初学者-The use of tabu search algorithm to solve 50 problems tsp city, easy-to-read, suitable for beginners
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:3.14kb
    • 提供者:dayong
  1. Niched_Genetic_Algorithm_Matlab7.0_Toolbox

    0下载:
  2. 小生境遗传算法工具箱 很不容易才搜索到的 和大家分享啊 希望对大家有用哦-Niching genetic algorithm toolbox is not easy to search and hope to share useful ah oh
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1.39mb
    • 提供者:sunmeiling
  1. CHAPTER5

    1下载:
  2. 遗传算法是一种模拟生物进化机制的随机全局优化搜索方法,具有很强的全局优化能力及鲁棒性。遗传算法属于直接搜索法,对适应函数基本无限制,既不要求连续,也不要求函数可微,而且不需要初始信息可以寻求全局最优解克服了单纯形算法初始条件影响大,易陷入局部最小等缺点,操作方便,速度快,不需要复杂的规则,且可用于多目标寻优,在解空间进行高效启发式搜索,可以提高运算速度。-The genetic algorithm is one simulation organic evolution mechanism sto
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-05-11
    • 文件大小:3.2kb
    • 提供者:大同小异
  1. Matlabimagefun

    0下载:
  2. 一个matlab的处理图像的函数的电子书,使用方便,可以搜索,非常实用-A matlab image processing function of the e-book, easy to use, you can search, very useful
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:417.05kb
    • 提供者:无理取闹
  1. set

    0下载:
  2. 详细介绍并查集的定义,算法实现,和应用,便于学习并查集的好资料-Set details and check the definition of algorithm, and applications, easy to learn and a good set of information search
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:47.79kb
    • 提供者:天雨
  1. DFSBFS

    0下载:
  2. 关于数据结构搜索方法中的深度优先搜索及广度优先搜索的算法及比较,c语言描述,简单易懂.-Search method on the data structure in the depth-first search and breadth-first search algorithm and comparison, c language to describe, easy to understand.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:4.24kb
    • 提供者:sara
  1. Binary-tree-search

    0下载:
  2. 这是一个有关二叉树查找类,总的来说比较好用-This is a binary tree to find the class, are generally more easy to use
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:23.42kb
    • 提供者:xiao feng
  1. binary_search

    0下载:
  2. 二分查找算法:算然很简单但是要写好不容易,请指正-Binary search algorithm: operator ran a very simple but not easy to write, please correct me
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:157.16kb
    • 提供者:luwei
  1. FisherExactTest

    0下载:
  2. I found it s so terriable to search Fisher s exact test well written in matlab. So here is the file that produces p-value efficient, with good examples, easy for beginner s without any knowledge about theory behind.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:2.2kb
    • 提供者:Karthi
  1. wenxueyanijiuzhushou

    0下载:
  2. 这是一个使用与初学C++的同学使用的成学,是一个简单的文学检索的程序,简单易懂,希望对大家有帮助-This is a beginner C++ using the students into the use of science, literature search is a simple procedure, easy to understand, we want to help
  3. 所属分类:Data structs

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

    0下载:
  2. 数据结构:利用C++实现顺序表查找,代码简单易懂。-Data Structures: Using C++, the order table to find the code easy to understand.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1009byte
    • 提供者:liuyupei
  1. search

    0下载:
  2. 数据结构上机实验——文学助手。可实现读取txt文件或其它文件,扫描其中某个英文字幕或单词并输出搜索词出现的位置。简明、易懂、C++自编版。-Data structure on experiments- literary assistant. Txt file to read can be achieved or other documents, or scan one of the words in the English subtitles and output of the search w
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:336.42kb
    • 提供者:Juicy
  1. easy

    0下载:
  2. easy.py is the the libsvm Support Vector Machine Regression grid search algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:1kb
    • 提供者:guoguo
« 12 3 4 »
搜珍网 www.dssz.com