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

搜索资源列表

  1. Three_Code

    0下载:
  2. 该题目是要求我们编一个程序,该程序能将书上的P-代码程序用三地址码来实现。-the subject is to ask us to a series procedures, the procedures can book on the P-code programs using three addresses code is to be achieved.
  3. 所属分类:数据结构常用算法

    • 发布日期:2015-06-10
    • 文件大小:8947
    • 提供者:丰 色
  1. MagicSquare-huishu

    0下载:
  2. 当年,学turbo c的时候,书上有一个魔方算法;十年后,一个偶然的应用,我编写了这个回溯法的魔方算法。优点:可以计算n阶魔方的所有可能组合。-year, the school turbo c, the book is a Rubik's cube algorithm; Ten years later, an accidental use, I prepared this retroactive law Cube algorithm. Advantages : can calculate
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3112
    • 提供者:双色球
  1. cw_bitree

    0下载:
  2. 与清华大学版的《数据结构》匹配二叉树的实现:BITREE1.CPP:为主程序,其中实现了递归算法以及非递归算法的前序遍历,中序遍历,后序遍历。TSTACK1.H: 为头文件,其中定义了一些常量的值,其中也包括了书中第三章的栈的实现,只需要将注解符去掉即可。运行环境为:VC++6 或 TC3-and Tsinghua University version of the "data structure" matching the achievement of a binary t
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2314
    • 提供者:宏伟
  1. aaa

    0下载:
  2. 数据结构书上例子的代码,非常之全 可以用于学习参考-Data structure example of the code book, a very wide learning can be used for reference
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:217746
    • 提供者:陈晓
  1. building_index

    0下载:
  2. 建立索引表功能,可以对一批书进行建立索引表的工作,方便之后的查询-Set up the index table functions, can set up a group to book the work of the index table to facilitate queries after
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:20641
    • 提供者:黄文
  1. 1

    0下载:
  2. 说明 1. 本文是对严蔚敏《数据结构(c语言版)习题集》一书中所有算法设计题目的解决方案,主要作者为一具.以下网友:biwier,szm99,siice,龙抬头,iamkent,zames,birdthinking,lovebuaa等为答案的修订和完善工作提出了宝贵意见,在此表示感谢 2. 本解答中的所有算法均采用类c语言描述,设计原则为面向交流、面向阅读,作者不保证程序能够上机正常运行(这种保证实际上也没有任何意义) 3. 本解答原则上只给出源代码以及必要的注释,对于一些难度
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:106378
    • 提供者:white Snow
  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
    • 文件大小:8507
    • 提供者:liuhua
  1. datastract

    0下载:
  2. 数据结构动画,这是个演示各种数据结构算法的软件,对理解数据结构有较大的帮助,看这个软件的演示,可以很清晰的理解书上的算法-Data structure animation, this is a demonstration of various data structures of software algorithms, to understand the data structure have a greater help to see a demonstration of the softw
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2496531
    • 提供者:万明
  1. DataStructuresandAlgorithms

    1下载:
  2. 数据结构和算法,Alfred V.Aho所著,很不错的一本老书,有时候都可以拿来看一看。-Data structures and algorithms, written by Alfred V. Aho , it is a good old book, if you got time you can take a look.
  3. 所属分类:Data structs

    • 发布日期:2017-05-19
    • 文件大小:5595429
    • 提供者:Mckuro
  1. 2

    0下载:
  2. 你是否为数据结构一书中的伪代码而烦恼呢 不愁 这个逆序建立链表的C语言源代码能给你帮助-Are you a book for the data structure of the pseudo-code to worry about what to worry about the reverse order to establish the list of C language source code can give you help
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:35595
    • 提供者:江南
  1. KMP

    0下载:
  2. 本程序可以实现字符串模式匹配算法,在数据结构C语言版本的基础上,稍微改动了一下,原理参照书上所写的。-This program can be a string pattern matching algorithms, data structures in C language based on slightly changed a bit, principles written in the book reference.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:796
    • 提供者:浪飞人海
  1. DSsourceCode

    0下载:
  2. 数据结构是学习计算机编程必不可少的一门非常重要的课程,然而目前很多教程书上都只有一些非常简单的例子,根本不能让你更加深入去学习,所以本人总结了数据结构中相关的源程序,希望可以很好的帮助有需要的人。-Data structure is essential for learning computer programming course a very important, however, a great number of tutorial books are only a few very si
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:353304
    • 提供者:duane
  1. kuohaopipei

    0下载:
  2. 这是严蔚敏数据结构书中的括号匹配的原始程序,可以实现。-This is the YAN Wei-min data structure of the original book, brace matching procedures can be achieved.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:601
    • 提供者:文艺
  1. suanfa3.6he3.7

    0下载:
  2. 这是严蔚敏数据结构书上的算法3.6和3.7的原始程序,可以实现-This is Yan Wei Min algorithms book data structures 3.6 and 3.7 of the original program can be achieved
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:2389
    • 提供者:文艺
  1. data-structure

    0下载:
  2. 《数据结构—用C语言描述》,蔡明志编写的书的数据结构源代码,初学者可以使用里面封装的小程序。-" Data structure- with the C language to describe," Tsai Ming-chi book written in the data structure source code inside the package, beginners can use the applet.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:50174
    • 提供者:sunyang
  1. dataStruct

    0下载:
  2. 数据结构一书的源码,调试全部通过,可以直接运行,有详细说明-Data structure of the book source code, debug all pass, can run, are described in detail
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:24530
    • 提供者:123
  1. erchashu

    0下载:
  2. 二叉树算法。实现了数据结构书中二叉树的算法。经老师检查过。可运行。-Binary tree algorithm. Binary tree data structure implemented the algorithm in the book. Checked by the teacher. Can run.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1756
    • 提供者:李杰
  1. shujujiegoushiyanzhidao

    0下载:
  2. 数据结构实验指导书上所有源代码,没有任何删改,可以借鉴下-Experimental data structure of all the source code instructions, without any deletion, can learn from the next
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:202424
    • 提供者:张磊
  1. NQueen

    0下载:
  2. 可以求解N皇后问题,用的也是王晓东的书上讲的方法!希望对大家有些用处!-Using this codes you can solve n-!Queens problem!
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:3370
    • 提供者:虚空·coder
  1. tree

    0下载:
  2. 算法中二叉树的实现,包括建立查找,实现二叉排序树,能解决二叉书大量问题-源语言: 中文 允许输入拉丁字符的拼音 请键入文字或网站地址,或者上传文档。 取消 Suànfǎ zhōng èr chā shù de shíxiàn, bāokuò jiànlì cházhǎo, shíxiàn èr chā páixù shù, néng jiějué èr chā shū dàliàng wèntí 将中文译成英语 中文(简体) 英语 日语 Binary tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:459995
    • 提供者:wangqingan
« 12 »
搜珍网 www.dssz.com