搜索资源列表
specforsi
- DVB-T对研发人员来将,就是处理PSI和SI的信息,实现搜台功能,实现EPG功能,这些功能的实现都是通过对PSI,和SI表格进行解析实现的。该文档详细描述了PSI,SI的格式-DVB-T on R & D personnel will, is to deal with PSI and SI information, to achieve search platform functionality to achieve EPG functions, these functions thr
TEST
- 建立数据库连接,实现对数据库表的查询,插入,寻找,更新得功能。-Establish a database connection, the realization of the query on the database table, insert, search, update a function.
search
- 利用顺序表作为查找表,创建一查找表,编程实现顺序查找算法及二分法查找算法,并对其进行验证。顺序表中的顺序查找算法的实现-The use of the order of the table as a look-up table, create a look-up table, programming sequential search algorithm and binary search algorithms, and validate them. The order of the order
09
- 问题描述 设计散列表实现通讯录查找系统,使得平均查找长度不超过2,完成相应的建表和查表程序。 -Hash table implementation to describe the design problem to find the system address book, bringing the average search length of no more than 2 to complete the construction of the corresponding table
shunxubiao
- 数据结构顺序表,C语言方式,有建立、插入、查找、删除等功能-The order of the table data structures, C language mode, there are established, insert, search, delete, etc. functions
shujujiegou_C
- 介绍了数据结构的基本概念、线性表、链接表、数组和广义表、树、图、查找和排序等,每章用大量的实例和图表来说明基本概念和方法.同时采用c语言作为算法的描述语言,算法也尽可能地少用抽象定义,而更多的是给出具体算法,并力求算法更接近于实际应用,使读者能更快地提高编程能力。-The book gives the basic concepts of data structures, linear tables, linked tables, arrays, and generalized table, tr
TableViewTutorialPart3
- Table Search Tutorial. Just for exampling only.
Proteus-yuanjian
- Proteus中经常使用的元器件的中英文对照表,非常方便,在你想要添加某个仿真元件时不用在去搜索引擎苦苦挣扎了-Proteus components frequently used in the English table, very convenient, you want to add a simulation component to the search engines do not need to struggle with the
Periodic-table-Modified-1--2--2012
- Modern Periodic table program ...which search data from dat file n show it on the screen
Linux-jichuminglingjiaocheng
- linux基础命令教程目录: Shell Linux的登陆 Linux的登陆续 关机和注销 显示当前工作目录中的内容 显示隐藏的文件 显示其他目录中的文件 建立目录 删除目录 切换目录 复制文件 移动文件 创建文件 删除文件 通配符 pwd 增加用户 搜索文件 显示文件内容-cat 显示文件内容-more 显示文件内容-less 显示文件内容-head和tail 从Windows转向Linux教程
ASCII
- ascii表,方便查找对应的ascii码,适合作为工具书籍。-ASCII table, convenient search the corresponding ASCII code, suitable for as a tool books.
Dijksta-algorithm
- 提出一种新型的Dijkstra改进算法,具有高效性.其改进分3个方面:采用邻接表作为道路网络拓扑的存储结构;利用二叉堆实现优先队列;根据节点的分布情况将搜索过程分为几个阶段,引入了动态限制搜索区域机制.最后在实际道路网络中的测试及仿真结果表明了改进算法的可行性和优越性. -Dijkstra proposes a new improved algorithm with high efficiency. Improved three aspects: the adjacent table as th
hash
- 建立一个小型信息管理系统(可以是图书、人事、学生、物资、商品等任何信息管理系统)。要求: 1.使用哈希查找表存储信息; 2.实现查找、插入、删除、统计、输出等功能; -Information management system to create a small (could be books, personnel, student, supplies, commodities and any other information management systems). Requir
elght
- Master different methods to find, and can be used to achieve high-level language search algorithm. 2, master and orderly sequence table lookup method tables. 3, master binary sort tree structure, search, insert, and delete methods
1
- 对记录序列(查找表):{55,13,23,72,109,67,2,78,13}分别实现如下操作: 1) 顺序查找; 3) 对排好序的纪录序列表进行折半查找; 4) 利用1)中记录序列建立一颗二叉排序树,并在其上实现特定关键字值结点的查找; 5) 按照“除留余数法”哈希构造函数和线性探测再散列的冲突处理方法创建表长为m=11的哈希表; 6) 实现5)创建哈希表上的查找 -On the record sequence (lookup table): {} 55,13,23,7
Hashing
- We’ll discuss the hash table ADT which supports only a subset of the operations allowed by binary search trees. The implementation of hash tables is called hashing. Hashing is a technique used for performing insertions, deletions and finds in con
新建文件夹
- 包含了线性表、栈、队列、二叉树、查找排序等多个内容,还实现了约瑟夫斯问题。(It includes many contents such as linear table, stack, queue, two fork tree, search sort and so on. The Josephus problem is also realized.)