搜索资源列表
search tang
- 这是一个数据库表的插入程序,在B/S结构上的数据库插入操作。使用的是ASP。NET技术。希望对大家有所帮助。-This is a database table insertion procedures, the B / S structure of the database insertion. Using the ASP.NET technology. We want to help.
链表的类实现
- 链表的基本操作包括: 1. 初如化表。 2. 检查表是否为空。 3. 输出表。 4. 确定表的长度。 5. 销毁表。 6. 检索第一个节点中的数据。 7. 检索最后一个节点中的数据。 8. 搜索表中指定的项。 9. 在表中插入一项。 10. 从表中删除一项。 11. 复制一个链表。 -Chain basic operation include : 1. As of early table. 2. Check whether the empty ta
sequencial-table
- 用C语言编写的数据结构中顺序表的程序,包括数据插入、查找等-C language data structures chronology procedures, including data insertion, search, etc.
jiheAUB
- 求集合运算AUB 利用两个线性表la和lb分别存放集合A和B的成员,依次取出lb中的每个元素,按其值查找线性表la,若la中不存在该元素,则将它插入到la中去,最后线性表la就存放了集合AUB的元素.-AUB set operations for the use of two linear la Table and lb respectively storage pools A and B members, Retrieve lb followed each of the elements,
C++_AND_C_codes
- It is C++ codes, include CRC, Oder, search table, and so on.-codes, include CRC, Oder, search table, and so on.
binarysearchtree.rar
- 动态查找表的设计与实现: 实现抽象数据类型:二叉查找树。 实现下列操作:构造空表、销毁表、搜索指定关键字的元素、插入新元素、删除指定关键字的元素、遍历表中所有元素。,Dynamic Look-Up Table Design and Implementation: To achieve the abstract data types: Binary Search Tree. To achieve the following: Construction empty tables, the des
search-tree
- 中文三叉树字典(Ternary Tree),可以用于分词,自动提示,查询速率与Hash Table相当,支持动态添加。-Chinese trigeminal tree dictionary (Ternary Tree), can be used for word, auto tips, check rates and Hash Table equivalent support for dynamically added.
search
- 索引顺序表查找,索引顺序查找即分块查找,是将顺序表分成诺干块。-Indexed sequential table lookup, the index in order to find that the search block is to the order of the table is divided into Nokan blocks.
search
- 使用c++实现顺序表的二分查找(具体使用折半查找)。-The use of c++ Realization of the order of the binary search table (specifically the use of half to find).
hash_functions_src
- 散列函数源代码,散列表通常是关键字和值对应的数据结构,散列函数用于把关键字映射到相应的数组索引号,由于散列表中每个元素访问到的概率不同,所以应该选用不同的散列函数,以提高程序的查找效率.-Hash function source code, hash table is usually the value of keywords and corresponding data structure, hash function used for the keywords mapped to the c
search
- 邻接表表示的深度搜索,数据结构实验,源码可运行-Adjacent table express the depth of search, the structure of the experimental data, source code can be run
search
- 以深度为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,
Broad-First-Search(AdjLGraph)
- 此代码为“图的广度优先遍历”的源代码,图的存储形式为邻接表,里面有图的邻接表存储的代码,还有广度优先遍历的算法,还有验证的主函数。-This code is " breadth-first traversal map" of the source code, Figure storage form of adjacency list, there are plans stored in the adjacent table code, as well as breadth-fi
SEARCH
- 子程序的参数是一个N字节数组的首地址TABLE,数N及字符CHAR.要求在N字节数组中查找字符CHAR,并记录该字符的出现次数. 主程序则要求从键盘接收一串字符以建立字节数组TABLE,并逐个显示从键盘输入的每个字符CHAR以及它在TABLE数组中出现的次数.(为简化起见,假设出现次数<=15,可以用十六进制形式显示出来)-Subprogram parameter is a N-byte array of the first address of TABLE, the number of
Lucene_module
- 第1个是普通搜索,当关键字文本框没有输入任何数据时,单击“搜索”按钮后,可以对数据表中的所有内容进行查询;当在新闻类别选择对话框中选择查询的条件,单击“搜索”按钮后,可以按照新闻类别查询数据表中所有内容;当在关键字文本框中,单击“搜索”按钮后,可以按关键字内容查询数据表中的内容;当在新闻类别选择对话框中,选择新闻的类别,同时在关键字文本框中输入要搜索内容,单击“搜索”按钮后,可以根据这两个条件对数据表内容进行查询操作。第2个是高级搜索。本实例的高级图书查询功能不但可以查询图书的基本信息,还可以指
DFS
- 图论编程,包含文件操作,建立图的邻接表,并实现深度优先搜索-Graph theory programming, including file operations, the establishment of plans of the adjacent table, and the depth-first search
MySearchTableView
- Stanford iphone课程配套源码,介绍搜索的使用。-source code of Stanford iPhone course, demo of search in table view
Open-Attribute-Table
- 别人利用C#和AE做的右键打开属性表功能,便于初学者学习和参考。-AE C# and others use the property search function to do, easy for beginners to learn and reference.
Ordered-binary-search-table
- 用c/c++写的有序表的折半查找,有兴趣的朋友可以看一下-Binary search using c/c++ to write the sorted list
6s
- 适用IDL调用6s辐射传输方程,生成查找表(Apply IDL to call 6S radiative transfer equation and generate lookup table)