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

Search list

[GUI DevelopConsultationDlg

Description: 最短路径搜索算法的应用。利用最短路径搜索作为校园地图导航-shortest path search algorithm applications. Use the shortest path search as a campus map navigation
Platform: | Size: 76795 | Author: 文嘉 | Hits:

[OtherFileSearcher

Description: 文件搜索系统 智能排序 可以按文件内容或文件名搜索,并且可以按文件名,修改日期... ...排序 当初学校java实训的项目 那时侯不知道有LinkedList竟然自己花了3天时间自己写了的LinkList 有什么问题请和我联系 QQ:281284015 Email:ibm_chen@163.com -document search system for smart scheduling according to the contents of the documents or file name search, as well as by file name Update ... ... Sort java Training schools in the first place then the item Hou do not know LinkedLi st has spent his three days of himself wrote a LinkList any question, please contact me and QQ : 281284015 Email : ibm_chen@163.com
Platform: | Size: 20084 | Author: chenmin | Hits:

[Windows Developdye-local-search

Description: Local search. Algorithm that explores the space of possible solutions in sequential fashion, moving from a current solution to a \"nearby\" one. Neighbor relation. Let S  S be a neighbor relation for the problem. Gradient descent. Let S denote current solution. If there is a neighbor S of S with strictly lower cost, replace S with the neighbor whose cost is as small as possible. Otherwise, terminate the algorithm
Platform: | Size: 209479 | Author: supercat188 | Hits:

[OtherA的算法

Description: A*算法属于一种启发式搜索。它扩展结点的次序类似于广度优先搜索,但不同的是每生成一个子结点需要计算估价函数F,以估算起始结点到该结点的代价及它到达目标结点的代价的和;每当扩展结点时,总是在所有待扩展结点中选择具有最小F值的结点作为扩展对象,以便使搜索尽量沿最有希望的方向进行。 -A * algorithm is a heuristic search. It extended node in the order of priority similar to the breadth of search, but in every generation is a sub-node calculated valuation function F, to estimate initial node to the node, the price and it arrived at the target node, and the price; Whenever expansion node, the question has always extended to all nodes with the smallest choosing F value of the node as expansion targets, in order to search as far as possible along the most promising direction.
Platform: | Size: 2461 | 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:

[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:

[OtherA的算法

Description: A*算法属于一种启发式搜索。它扩展结点的次序类似于广度优先搜索,但不同的是每生成一个子结点需要计算估价函数F,以估算起始结点到该结点的代价及它到达目标结点的代价的和;每当扩展结点时,总是在所有待扩展结点中选择具有最小F值的结点作为扩展对象,以便使搜索尽量沿最有希望的方向进行。 -A* algorithm is a heuristic search. It extended node in the order of priority similar to the breadth of search, but in every generation is a sub-node calculated valuation function F, to estimate initial node to the node, the price and it arrived at the target node, and the price; Whenever expansion node, the question has always extended to all nodes with the smallest choosing F value of the node as expansion targets, in order to search as far as possible along the most promising direction.
Platform: | Size: 2048 | Author: | Hits:

[GUI DevelopConsultationDlg

Description: 最短路径搜索算法的应用。利用最短路径搜索作为校园地图导航-shortest path search algorithm applications. Use the shortest path search as a campus map navigation
Platform: | Size: 76800 | Author: 文嘉 | Hits:

[Data structs数椐结构实验指导书

Description: 数据结构的实验算法 有线性表的,栈和队列,数组,树和而叉树,图,查找以及排序等算法的源代码 -experimental data structure is linear algorithm to the table, stack and queue, arrays, trees and the trees and fork, graphics, such as search and sorting algorithm source code
Platform: | Size: 61440 | Author: 龙亚星 | Hits:

[Search EngineSpideroo

Description: C#写的一个搜索引擎,可以搜索、建立索引等。building a simple search engine that crawls the file system from a specified folder, and indexing all HTML (or other types) of documents. A basic design and object model was developed as well as a query/results page-C# to write a search engine, search, index and so on. Building a simple search engine that crawls the file system from a specified folder, and indexing all HTML (or other types) of documents. A basic design and object model was developed as well as a query/results page
Platform: | Size: 24576 | Author: 站长 | Hits:

[CSharpSearch.aspx

Description: 这是网络书店的部分代码,功能是搜索收名称,界面是用dreamweaver编写的,代码是用c#编写的-This is the part of network Bookstore code search function is admission name, Dreamweaver interface is used to prepare the code was prepared by the c#
Platform: | Size: 1024 | Author: 马菲 | Hits:

[OtherFileSearcher

Description: 文件搜索系统 智能排序 可以按文件内容或文件名搜索,并且可以按文件名,修改日期... ...排序 当初学校java实训的项目 那时侯不知道有LinkedList竟然自己花了3天时间自己写了的LinkList 有什么问题请和我联系 QQ:281284015 Email:ibm_chen@163.com -document search system for smart scheduling according to the contents of the documents or file name search, as well as by file name Update ... ... Sort java Training schools in the first place then the item Hou do not know LinkedLi st has spent his three days of himself wrote a LinkList any question, please contact me and QQ : 281284015 Email : ibm_chen@163.com
Platform: | Size: 19456 | Author: chenmin | Hits:

[Windows DevelopFtp Search

Description: 用vc++实现的ftp下载工具。可以当工具使用也可以学习源代码-With vc++ Realize the ftp download tools. Can be used as a tool to study the source code can also
Platform: | Size: 534528 | Author: 王娇 | Hits:

[Windows Developdye-local-search

Description: Local search. Algorithm that explores the space of possible solutions in sequential fashion, moving from a current solution to a "nearby" one. Neighbor relation. Let S  S be a neighbor relation for the problem. Gradient descent. Let S denote current solution. If there is a neighbor S of S with strictly lower cost, replace S with the neighbor whose cost is as small as possible. Otherwise, terminate the algorithm-Local search. Algorithm that explores the space of possible solutions in sequential fashion, moving from a current solution to a nearby one.Neighbor relation. Let S
Platform: | Size: 208896 | Author: supercat188 | Hits:

[Windows Developsearch

Description: 以深度为k的满二叉树(n=2k-1)为例,假设表中每个记录的查找概率相等,即 pi=1/n(1≤i≤n),而树的第i层上有2i-1个结点,因此,折半查找的平均查找长度为: 所以,折半查找的平均时间复杂度为O(log2n)。 -To a depth of k over the binary tree (n = 2k-1) as an example, suppose the table to find the probability of each record the same, that is, pi = 1/n (1 ≤ i ≤ n), and the tree layer of the first i There are 2i-1 nodes, therefore, to find half the average length of search as follows: Therefore, to find half the average time complexity is O (log2n).
Platform: | Size: 1024 | Author: zy | Hits:

[Mathimatics-Numerical algorithmssearch

Description: 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 this project consists of several Python files, some of which you will need to read and understand in order to complete the assignment, and some of which you can ignore for now. You can download the code and supporting files as a zip archive.
Platform: | Size: 11237376 | Author: xiaoxiao | Hits:

[JSP/Javasearch

Description: 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 database is dedecms, and can themselves download, config.xml for the configuration file, you need to configure the index directory and link the data user' s password. The code examples can you use lucene as a reference for the establishment of full-text search
Platform: | Size: 95232 | Author: strayly | Hits:

[.netHRM-search

Description: 该代码是以淘宝网页的搜索为例子写的一段员工档案查询和统计的代码,附加数据库-The code is written Taobao page search as an example for some employees file query and statistical code, additional database
Platform: | Size: 1254400 | Author: lotus | Hits:

[Othersearch-as-baidu

Description: 魔搜_类百度动态搜索,拜托百度那丑陋的搜索主页ASP,morrso.tk测试请看-search as baidu
Platform: | Size: 39936 | Author: 苏誓君 | Hits:

[Windows DevelopPrime search

Description: 素数查找功能的程序,适用于C语言。质数(prime number)又称素数,有无限个。质数定义为在大于1的自然数中,除了1和它本身以外不再有其他因数,这样的数称为质数(The prime search function program is suitable for C language. Prime number, also known as prime number, there are infinite. The prime number is defined as a natural number greater than 1, except that there is no other factor other than 1 and its own, and such numbers are called prime numbers)
Platform: | Size: 32768 | Author: 赵彬山林 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net