CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - book search

搜索资源列表

  1. 数据结构配套光盘

    1下载:
  2. 《数据结构》配书光盘 内容包括:线性表,栈和队列,串,数组与广义表,树,图,查找,排序等所以算法。 该光盘中配有《数据结构》一书中的所有算法、每一个算法的 C 程序(后缀为 .cpp 的文件)及可执行文件(后缀为 .exe 的文件)。-"data structure" assigned CD include : linear table, stack and queue, strings, arrays and broad scale tree, map, searc
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.6mb
    • 提供者:mars
  1. Delphi_1016

    0下载:
  2. 《Delphi算法与数据结构》源码 Delphi开发人员Julian Bucknall从实用角度为广大程序员提供了有关使用算法和数据结构的一个详尽的介绍。Bucknall先从算法性能的讨论开始,涵盖了诸如数组、链表和二叉树等内容。这本书强调了查找算法(如顺序和二分查找),另外也重点介绍了排序算法(包括冒泡排序、插入排序、希尔排序、快速排序和堆排序),此外还提供了有关的优化技术。不仅如此,作者还介绍了散列和散列表、优先队列、状态机和正则表达式以及诸如哈夫曼和LZ77等数据压缩技术。 随附光
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:145.17kb
    • 提供者:Bob
  1. LCA_LRJ

    0下载:
  2. 最近写的一个最近公共祖先问题的代码,原理很简单基于递归深搜,具体请见LRJ书-recently wrote of a recent public ancestors of the code, the principle is very simple search based on recursive deep, See LRJ specific book
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.33kb
    • 提供者:byron
  1. donald e. knuth - the art of computer programming

    1下载:
  2. 卷3为分拣和搜索,这是本书的第1个修订版,它是对计算机分拣和搜索的一流技术的最全面的研究,它扩展了卷1中数据结构的处理方法,将大小数据库以及内存和外部存储都包含在内。本书包括对计算机方法仔细检查的选择方案,和其效率的大量分析。本书该版的独特之处在于优化了的分拣,以及对通用散列法和排列法的新的理论论述。-Volume 3 for sorting and searching, this is the book of a revised edition, it is sorted on the com
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:15.42mb
    • 提供者:邵宇峰
  1. AVL.doc

    0下载:
  2. 次代码是实现平衡二叉树的数据结构算法。参考的是严蔚敏c和c++数据结构书上的思想。经过调试可以连续实现删除、插入、查找算法-Sub-code is to achieve a balanced binary tree data structure algorithms. Reference is Yan Wei-Min c and c++ data structure book ideas. Debugging can be achieved through a continuous delete
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:8.31kb
    • 提供者:liuhua
  1. chazhao

    0下载:
  2. 此程序书用VC开发的数据结构里的查找算法,有更新二叉树,查找结点,增加结点,删除结点等功能-This program developed in the book with the VC data structure where the search algorithm, an updated binary tree to find nodes to increase the node, delete node functions
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:310.25kb
    • 提供者:王瑞卿
  1. tongxunlu

    0下载:
  2. 制作一个简易的通讯录,包括基本操作和存储功能。 用〈〈数据结构〉〉中的双向链表作数据结构,结合C语言基本知识。编写一个通讯录管理系统。以把所学数据结构知识应用到实际软件开发中去。 设计内容:本系统应完成一下几方面的功能: 输入信息——enter() 显示信息———display( ) 查找以姓名作为关键字 ———search( ) [由一人完成] 删除信息———delete( ) 存盘———save ( ) 装入———load( ) 任务: 每条信息至包含 :姓名
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:201.41kb
    • 提供者:谢浩
  1. 1

    0下载:
  2. 用二叉树实现手机电话本功能,包括添加,删除,查找等-Mobile phone book with Binary Tree functions, including add, delete, search, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-05-24
    • 文件大小:7.45mb
    • 提供者:余进松
  1. shuju

    0下载:
  2. 书中使用主流的程序设计语言C++作为具体的实现语言。 书的内容包括表、栈、队列、树、散列表、优先队列、排序、不相交集算法、图论算法、算法分析 、算法设计、摊还分析、查找树算法、k-d树和配对堆等。 -Book using mainstream programming language C++ as a specific implementation language. The book includes tables, stacks, queues, trees, hash tables
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:110.71kb
    • 提供者:任鹏富
  1. txl

    0下载:
  2. 用c写的通讯录程序 采用的链表做的 可以实现查找插入删除等基本功能-Address book program with c write to do lists can be used to achieve the basic functions of search insert delete
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:489.91kb
    • 提供者:熊路
  1. binary_tree

    0下载:
  2. 根据Kurse版数据结构书改成的电子版课件。此章包括二叉树的概念,结构,遍历,线索二叉树,二叉搜索树,平衡二叉树,splay树-According to the data structure Kurse version of the book into electronic version of the courseware. This chapter includes the concept of binary tree structure, traversal, threaded binar
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:566.05kb
    • 提供者:黄蔼婧
  1. telephone

    0下载:
  2. 电话薄管理系统,插入,删除,查找等基本功能。-Phone book management system, insert, delete, search and other basic functions.
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:543.53kb
    • 提供者:邱迪
  1. tudejibenfenlei

    0下载:
  2. 程序为图的基本操作,删除,查找等等,是数据结构相关书中关于图的基本操作的C语言的实现-The basic operation procedures for the graph, delete, search, etc., is related to the book data structure diagram of the basic operations on the C language implementation
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:122.57kb
    • 提供者:enny
  1. SearchMultimediaDatabasesbyContent

    0下载:
  2. CMU的C. Faloutsos撰写的关于基于内容的多媒体搜索的书籍 是高级数据结构的一本很好的参考书-CMU' s C. Faloutsos written content-based multimedia search on the books are advanced data structures a very good reference book
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:622.94kb
    • 提供者:章晓颉
  1. chapter20

    1下载:
  2. 用C++写的小型通讯录,可以添加,删除,排序和查找,主要使用的数据结构是stl的list。-In C++ to write a small book, you can add, delete, sort, and search, the main use of the data structure is stl the list.
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-03-20
    • 文件大小:7.17kb
    • 提供者:刘长鸣
  1. ZheBanSearch

    0下载:
  2. 用C++实现的一种折半查找的排序算法,主要理论是来自C++程序设计书上,自己亲手实践出来的,希望对大家有帮助-C++ implementation using a binary search of the sorting algorithm, the main theory is from the C++ programming book, his hands-out, we want to help
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:3.77kb
    • 提供者:乐天
  1. 7

    0下载:
  2. 编写C++程序完成以下功能: (1) 实现简单电话本功能,用姓名来搜索电话号码; (2) 用户输入姓名,程序查找并输出结果; (3) 用户可以通过输入,添加姓名和电话号码; (4) 用户可以删除姓名和电话号码; (5) 电话本可以保存在指定文件中; (6) 电话可被从指定文件中读入到内存。 -Write C++ program performs the following functions: (1) simple phone book function, with
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:2.36kb
    • 提供者:yaoy92
  1. tongxinlu

    0下载:
  2. 电子通信录。输入、存储、排序、查找的功能-Electronic address book. Input, store, sort, search functions
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1.01mb
    • 提供者:金庸
  1. common-search-algorithm

    0下载:
  2. 这是常用搜索算法的源码。不是我自己写的,是一本书里自带的,自己运行着可以用-This is a common search algorithm source code. Not my own writing, is a book that comes with their own running you can use
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:605.67kb
    • 提供者:朱建华
  1. Address-book-management

    0下载:
  2. 1.通讯簿是一个线性表,可以存储一定数量的联系人记录,提供查找、插入、删除和修改等操作。 2.通讯簿的特点是以查找为主要操作,要求快速查找到指定对象的位置,故宜采用具有随机访问功能的顺序表。 -1. The address book is a linear table, can store a certain amount of contact record, to provide search, insert, delete and modify operations. 2. Th
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:21.84kb
    • 提供者:陈涛
« 12 »
搜珍网 www.dssz.com