搜索资源列表

  1. RBFS_CODE

    1下载:
  2. RBFS算法(递归最佳优先搜索:A*家族)和LRTA*算法(联机局部搜索,又名实时学习A*搜索,同为A*家族)实现图的单源最短路径。其中RBFS和LRTA*算法均比狄杰算法效率高! -RBFS algorithm (recursive best first search :* A family) and the LRTA* algorithm (online local search, also known as real-time
  3. 所属分类:界面编程

    • 发布日期:2024-05-06
    • 文件大小:19456
    • 提供者:陈名
  1. 回溯法搜索排列树算法园排列问题

    0下载:
  2. 回溯法搜索排列树算法园排列问题,算法设计与分析课程,作业题-search with backtracking algorithms park with trees, algorithm design and analysis courses, and that operations
  3. 所属分类:其他小程序

    • 发布日期:2024-05-06
    • 文件大小:68608
    • 提供者:老七
  1. 中文分词函数库CipSegSDKV1.03

    0下载:
  2. 东大做中文分词的源代码,主要是用于搜索引擎的中文文本预处理-Tung Chinese-made version of the source code is mainly for the Chinese search engine Hypertext
  3. 所属分类:搜索引擎

    • 发布日期:2024-05-06
    • 文件大小:660480
    • 提供者:刘斌
  1. powell

    0下载:
  2. powell优化搜索算法,适合于多参数优化且目标函数中不包含参数的情况-Powell optimization search algorithm, suited to multi-parameter optimization objective function which does not contain the parameters of
  3. 所属分类:matlab例程

    • 发布日期:2024-05-06
    • 文件大小:106496
    • 提供者:好久不见
  1. DatabaseSearch

    0下载:
  2. 进行远程数据库搜索的DELPHI源码。提供了2种方法。-remote database search of Delphi source. The two methods.
  3. 所属分类:数据库编程

    • 发布日期:2024-05-06
    • 文件大小:276480
    • 提供者:w
  1. BusLine_src

    0下载:
  2. 这是本人学习JAVA操作XML文件时编写的小软件,数据存储采用XML文件格式,路线搜索采用图搜索算法。(对XML的操作采用jdom),这是较早前写的代码了,近来比较忙也没有再做修改,我在个人blog上发过编译后的jar包,很多人想要源码,所以这次就上传上来了:) -this is my learning Java operating XML documents prepared by small software, data sto
  3. 所属分类:交通/航空行业

    • 发布日期:2024-05-06
    • 文件大小:62464
    • 提供者:rochoc
  1. rstree

    0下载:
  2. 基于内容的多媒体数据库检索算法: 用于最近邻搜索的R*-tree算法-content-based multimedia database search algorithm : Nearest Neighbor Search for the R*- tree algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-06
    • 文件大小:983040
    • 提供者:章明
  1. openwebspider-0.5.1

    0下载:
  2. OpenWebSpider is an Open Source multi-threaded Web Spider (robot, crawler) and search engine with a lot of intresting features!
  3. 所属分类:其它资源

    • 发布日期:2024-05-06
    • 文件大小:231424
    • 提供者:龙龙
  1. WordSearch

    0下载:
  2. Word文档搜索工具,使用delphi控制word,指定文件夹及需要搜索的词,自动搜索文件夹中所有包含指定词的Word文档。-Word document search tools, the use of delphi control word, the designated folder and the need to search the word automatically search all folders contain sp
  3. 所属分类:其他小程序

    • 发布日期:2024-05-06
    • 文件大小:414720
    • 提供者:章明
  1. Binary_search

    0下载:
  2. 简单的一个Binary_search查找-a simple search Binary_search
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-06
    • 文件大小:10240
    • 提供者:陈摇
  1. prune

    0下载:
  2. alpha and beta pruning 是人工智能方面的很重要的算法,对于理解search有非常重要的作用-alpha and beta pruning artificial intelligence is a very important algorithm, a search for understanding a very important role
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-06
    • 文件大小:1024
    • 提供者:孙雷
  1. serach

    0下载:
  2. 二叉排序树的查找算法,用非递归做的,查找删除节点等操作-Binary Tree Search ranking algorithm, the use of non- recursive so that you delete nodes, etc
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-06
    • 文件大小:163840
    • 提供者:苗建新
  1. GlacialList13

    1下载:
  2. 为datagrid增加数据绑定、查找和排序功能-datagrid to increase data binding, search and sort functions
  3. 所属分类:ListView/ListBox

    • 发布日期:2024-05-06
    • 文件大小:31744
    • 提供者:ff
  1. multithreadingsearch

    0下载:
  2. 能进行多个文件的搜索是个很好的搜索工具啊-to conduct the search multiple files is a very good search tool ah
  3. 所属分类:搜索引擎

    • 发布日期:2024-05-06
    • 文件大小:1967104
    • 提供者:时间
  1. SearcherEngine

    0下载:
  2. Java做的搜索引擎,用bot和lucene搭建 非常不错的程序-Java to do search engine bot and Lucene structures with very good procedures
  3. 所属分类:搜索引擎

    • 发布日期:2024-05-06
    • 文件大小:350208
    • 提供者:
  1. lucene-1.4.3

    0下载:
  2. java实现的一个搜索引擎。只有检索引和查询功能,没有爬虫。是学习搜索引擎开发的好例子。-achieve a search engine. Only search and query primers, no reptiles. Learning is the development of the search engine are good examples.
  3. 所属分类:搜索引擎

    • 发布日期:2024-05-06
    • 文件大小:1143808
    • 提供者:张志
  1. sf-supersonic

    0下载:
  2. sf-supersonic.zip a ftp search engine(HIT)-sf- supersonic.zip a ftp search engine (HI T)
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-06
    • 文件大小:3424256
    • 提供者:
  1. FSofGragh

    0下载:
  2. 图论中关于简单无向图的深度,广度搜索,由图形界面简单方便的演示。-on graph theory to a simple map with the breadth, depth search by the graphical interface is simple and convenient to the demonstration.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-06
    • 文件大小:146432
    • 提供者:linus yue
  1. Path_FinderDelphi

    0下载:
  2. 本程序可以实现用Delphi编写的GIS图形中路径分析查询的功能-this procedure can be achieved using Delphi GIS graphics Path Analysis search function
  3. 所属分类:GIS编程

    • 发布日期:2024-05-06
    • 文件大小:586752
    • 提供者:张磊
  1. searchword

    0下载:
  2. 一个文本搜索的console程序,可以从一个txt文本文件中查找数据,文本中的格式为: keyword + ":" + discrible-a text search procedures for the console, from a text file txt search data text format : keyword ":" discrible
  3. 所属分类:Windows编程

    • 发布日期:2024-05-06
    • 文件大小:6144
    • 提供者:李海
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org