搜索资源列表
FastSearching
- 最近邻搜索算法,k_tree算法的大部分中文文献-Nearest neighbor search algorithm, k_tree algorithm for most of the Chinese literature
9927445TestTrec
- ASPSeek是一个C++编写的互联网搜索引擎,并使用了STL库。它主要包括一个检索机器人,一个搜索守护程序,和一个搜索前端(CGI或者是 Apache模块)。它大概可以检索几百万个URLs,来查找给定的短语和单词,并使用通配符,进行布尔搜索。搜索结果可以限定在给定的时间或站点,站点空间,并按照相关性或者时间进行排序(这里面使用了一些非常酷的技术)。ASPSeek可以应用于很多语言和编码中(甚至包括多字节语言如中文)。它为多个站点做了优化。(多线程检索,同步DNS查询, 按站点将结果分组, We
plus
- DC++是一个开放源码的免费的P2P客户端软件,用于文件交流,支持中文搜索。-DC++ Copyright (C) 2001-2006 Jacek Sieka, arnetheduck at gmail dot com This program is licensed under GPL-2 with the notable exception that you may compile it with OpenSSL (www.openssl.org). Here
Tabu_TSP_matlab
- 晋级搜索的程序,非常好的程序,带有中文解释-Advance search program, very good program, with Chinese interpretation
zuixinyichuansuanfagailiang
- 最近编写的较好的遗传算法和dis算法结合的matlab程序,适合初学的人学习哦。-有道- 网易旗下搜索免费、即时的多语种在线翻译登录 |添加书签 检测到:中文 » 英语 Recently written a good genetic algorithm and dis algorithm combined with matlab procedures, suitable for beginners learning oh.
2016.10.04GSA_SVM
- 以优化SVM算法的参数c和g为例,对GSA(引力搜索算法)MATLAB源码进行了详细中文注解。是很好的学习材料。- In order to optimize SVM algorithm parameters c and g as an example, the GSA (Gravitational Search Algorithm) MATLAB source code for a detailed Chinese annotation. Is a good learning materia
monte_carlo_tree_search
- 非常好的蒙特卡洛树搜索写的五子棋示例,核心代码都有中文说明(An Example of Gobang Written by Monte Carlo Tree Search)