搜索资源列表
search
- A Pacman agent needs to efficiently find paths through a maze, either to reach a particular location or collect remaining food quickly. In this project, you will build general search algorithms and apply them to Pacman scenarios. The code for t
search
- 人工智能原理实现的吃豆子游戏,包含各种搜索方法和相应的支持文件爱你-Principles of Artificial Intelligence to eat beans to achieve the game, including a variety of search methods and the corresponding supporting documents love you
tabu-search-for-tsp
- 利用禁忌搜索算法解决50个城市的tsp问题,简单易懂,适合初学者-The use of tabu search algorithm to solve 50 problems tsp city, easy-to-read, suitable for beginners
tabu-search-matlab
- TSP for VRP solution w/ capacity constraint using Tabu Search Algorithm
search
- 搜索引擎.本人做的,基本的都差不多了,还可以根据你个人的需要增加一些功能.-Search engine. I do almost all basic, but also in accordance with the need to increase your personal features.
introduction-to-video-search-engines
- Introduction to Video Search Engines
google-image-search
- 利用Google API按照给定关键字搜索并下载所有图片的代码,可以在短时间内收集大量图片素材。-Search and download images from web using google APIs.
forum-search
- 来自转载:js Ext 的一个类似Google的搜索提示功能。-Reprinted from: js Ext a similar Google search prompts.
Search
- 包含指定内容的文件,Windows只查文本文件,所以才写了这个工具,可在任何文件中查找到找定内容.-The contents of the file that contains the specified, Windows only search text files, why they wrote this tool, you can find any of the documents to find the elements.
search
- VB编写的搜索功能小程序,实现BAIDU,GOOGLE等搜索.-VB applet written in search function to achieve BAIDU, GOOGLE and other search.
search
- this a simple search form. uhm i suggest to change its database with your database and also its path. adodc is required!-this is a simple search form. uhm i suggest to change its database with your database and also its path. adodc is required!
search
- lucene应用实例程序,包含了建立索引到web搜索的完整代码,里面用到的数据库是dedecms的,可以自己去下载,config.xml为配置文件,需要配置索引目录和链接数据的用户密码。该代码实例可以直接作为你用lucene建立全文搜索的参考-lucene Applications programs, including the establishment of an index to the web search the complete code, which used the databa
search
- asp.net c#编写的搜索引擎程序,很值得研究。-asp.net c# written in search engine program, it is worth studying.
search.class
- 文本搜索类,支持全文搜索及关键字高亮显示,搜索结果类似百度的搜索结果-a class of text search,which support all text search and highlighting keywords,the result looks like the result of BAIDU
super-search
- ASP 简单搜索引擎 简单 实用 强大-ASP simple search motor
search
- java实现本地文件搜索的源代码,非常好的学习资料,注释写得很详细-to achieve a local file search java source code, a very good learning materials, notes to write a very detailed
CELL-SEARCH-ETU300
- 小区搜索的ETU-300的信道分析,有机密的动态链接库函数。-The ETU-300 cell search channel analysis, a dynamic link library functions confidential.
search.php
- Search file in PHP is what this file is. I hope you like it!-Search file in PHP is what this file is. I hope you like it!
search-file
- 2. 设计一个程序,实现文件查找。文件查找操作是一项非常基本的操作,一般的文件查找操作采用递归算法,实际上是采用“深度优先”的策略。请设计一个基于“广度优先”算法的文件查找程序。 提示:由于要找的文件往往距离待查文件夹最近的文件加中。因此,基于“广度优先”算法的文件查找的效率会优于“深度优先”算法。可以将待搜索的文件夹放入一个队列,然后列出该文件夹下所有成员:如果是文件,则与查找条件进行匹配;如果是文件夹,则将其放入队列。在次从队列头取文件夹,执行同样逻辑,直到队列为空。 - De
live-search
- live search using mysql match function