Welcome![Sign In][Sign Up]
Location:
Search - search

Search list

[Search Enginesearch100

Description: 一个代码完整的搜索引擎示例-a complete code examples search engine
Platform: | Size: 274432 | Author: 唐河 | Hits:

[Mathimatics-Numerical algorithmsminiEasyLocalpp-0.2

Description: 一个tabu search算法框架-a tabu search algorithm framework
Platform: | Size: 733184 | Author: 吴名 | Hits:

[Mathimatics-Numerical algorithmsOpenTS_10-exp9

Description: 一个java的tabu search算法框架-one of tabu search algorithm framework
Platform: | Size: 350208 | Author: 吴名 | Hits:

[Search Enginelucene-1.4.2-src

Description: lucene搜索后台工具包-Lucene Search Kit
Platform: | Size: 985088 | Author: 王东城 | Hits:

[JSP/Java搜索引擎的研究与实现

Description: 搜索引擎的研究与实现-Search Engine Research and Implementation
Platform: | Size: 847872 | Author: | Hits:

[Mathimatics-Numerical algorithmsdfs

Description: 深度优先搜索算法解决八码难题-depth-first search algorithm to solve eight problems yards
Platform: | Size: 2048 | Author: 高兵 | Hits:

[Windows Developsearchfile

Description: windows下搜索文件的源程序-windows under search of the source document
Platform: | Size: 1024 | Author: gl | Hits:

[Search EngineVC搜索引擎

Description: 使用VC编写的简易搜索引擎-use VC summary prepared by the search engine
Platform: | Size: 72704 | Author: 刘兴苗 | Hits:

[Search EngineSearchEngine

Description: 搜索引擎算法代码-search engine algorithm code
Platform: | Size: 6144 | Author: | Hits:

[Mathimatics-Numerical algorithmsMultidirectional search for optimization

Description: 多目标下优化搜索-multi-objective optimization under Search
Platform: | Size: 3072 | Author: 刘阳 | Hits:

[JSP/Java08_searchservlet

Description: 一个简单的搜索search 的servlet程序-search of a simple search procedure servlet
Platform: | Size: 31744 | Author: 阳东 | Hits:

[source in ebook电话本管理系统

Description: 提高输入容错。判断输入的对错。 时间关系,搜索功能为线性搜索,现增强如下:f_search:费氏查找法;btree:二叉树查找法;l_search:线性查找法; r_search:递归折半查找法;zcsear:杂凑碰撞查找法;o_sear:插补查找加强法; 排序是冒泡法,现增强为:heaps:累堆排序;binary:二叉树排序;xieer:谢耳排序;sinsert:插入排序;quicks:快速排序;select:选择排序法;-increase input fault tolerance. Imported wrong judgment. The time, a search function for the linear search is enhanced as follows : f_search : Fernandez search method; BTREE : binary tree search method; L_search : linear search method; R_search : recursive binary search method; Zcsear : hash collision search method; " Files : interpolation search Enhancement Act; Sorting is bubbling, as it is now : heaps : tired heap sort; binary : Binary Tree sorting; xieer : Xie ears scheduling; sinsert : Insert scheduling; quicks : rapid sequencing; select : Select Sort;
Platform: | Size: 4096 | Author: 王军 | Hits:

[Search Enginejse

Description: 搜索引擎 说明:用JAVA实现的网络搜索引擎-search engine Note : JAVA Web search engine
Platform: | Size: 227328 | Author: 郭先生 | Hits:

[Data structs深度优先搜索

Description: 深度优先搜索二叉树-depth-first search Binary Tree
Platform: | Size: 144384 | Author: 张小成 | Hits:

[File Operateabfilesscn

Description: Two components for smart searching for files through your disk drives. It scans user specified drives or paths for files selected by file mask. File mask can contain multiple masks (for example: *.exe,*.dll,*.ocx,*.vxd). Thread based search algorithm saves system resources for best background performance. You can tune Priority of the searching process manually. TBaseScanner component scans for filenames only, but TContextScanner can scan for filenames and specified context (plain text string or any characters set). 两个聪明的查找文件的元件-Two components for smart searching for files through your disk drives. It scans user specified paths for drives or selected files by file mask. File mask can contain multiple masks (for example :*. exe,*. dll,*. exe* . vxd). Thread based search algorithm saves system resources for best performance background. You can tune Priority of the searching process manually. TBaseScanner component scans for filenames only, but TContextScanner can scan for filenames and specified context (plain text string or any characters set ). two smart search document components
Platform: | Size: 13312 | Author: 秦永久 | Hits:

[Search Engine数据库算法及Google搜索引擎算法的秘密

Description: 数据库算法及Google搜索引擎算法的秘密-database algorithm and the Google search engine algorithm secret
Platform: | Size: 20480 | Author: | Hits:

[Data structsBST BBT

Description: 数 据 结 构 大型 作业3.1输入一个数列L,生成一棵二叉排序树T;3.2对二叉排序树T作中序遍历,输出结果;3.3计算二叉排序树T的平均查找长度, 输出结果;3.4判断二叉排序树T是否为平衡二叉树,输出信息“OK!”/“NO!”;3.5再使用上述数列L,生成平衡的二叉排序树BT,每当插入新元素,发现当前的二叉排序树BT不是平衡的二叉排序树,则立即将它转换成新的平衡的二叉排序树BT;3.6计算平衡的二叉排序树BT的平均查找长度,输出结果。3.6分析对比未平衡化的二叉排序树和平衡的二叉排序树的查找效率(最好、最坏平均比较关键字数)-data structure large operations into a 3.1 L series, generating a binary tree Sort T; 3.2 pair of two fork-tree T for medium preorder, output results; 3.3 Ranking calculation Binary Tree Search T's average length of the output; 3. four judgment ordering two trees T fork whether balanced binary tree, the output message "OK!"/"NO!" ; again using the 3.5 series L, generate balanced binary tree sort BT, whenever insert a new element, found the current binary sort tree is not-BT Value of two binary sort tree, it will be immediately converted into the new balance of the two fork-tree BT; 3.6 Calculation balanced binary tree sort BT search length of the average output results. 3.6 Comparative Analysis of the outstanding balance of two fork-tree and balanced binary tree s
Platform: | Size: 4096 | Author: 洪玲叶 | Hits:

[AI-NN-PR广度九宫

Description: 人工智能中的广度搜索的九宫问题 用VC实现-breadth of artificial intelligence search JiuGongTu issue with VC
Platform: | Size: 16384 | Author: 楚方 | Hits:

[AI-NN-PRAI_maze

Description: 载入txt文件迷宫,含几种搜索方法,例如depth first search, breadth first search等-maze included txt file containing several search methods, such as depth first search, breadth first search, etc.
Platform: | Size: 14336 | Author: 黄丽雯 | Hits:

[GDI-Bitmap图象的检测,模板匹配算法代码

Description: 图像处理,图像的检测,模板匹配算法代码,应用与模板搜索-image processing, image detection and template matching algorithm code, application templates and search
Platform: | Size: 35840 | Author: 罗丁 | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

CodeBus www.codebus.net