CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - abstract data structure

搜索资源列表

  1. jiangshangfei

    0下载:
  2. 该程序用于进行多项式的四则运算,其中抽象数据类型主要有栈和结构 -the procedures for conducting the four polynomial operations, which mainly abstract data type and structure of a stack
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.57kb
    • 提供者:江上飞
  1. prim

    1下载:
  2. (1)利用普里姆算法求网的最小生成树 (2)实现教科书中定义的抽象数据类型mfset。以此表示构造生成树过 程中的连通分量。 (3)以文本形式输出生成树中各条边以及他们的权值-(1) the use of prim algorithm for minimum spanning tree network (2) the realization of the textbook definition of abstract data types mfset. Spanning tree s
  3. 所属分类:Data structs

    • 发布日期:2017-03-21
    • 文件大小:1.24kb
    • 提供者:xinghenzhai
  1. Date_structure_tutorial_1

    0下载:
  2. 第一课:数据结构的基本概念和术语 第二课:抽象数据类型的表示与实现 第三课:算法及算法设计要求 第四课:算法效率的度量和存储空间需 -First lesson: the basic concepts of data structure and terminology of the second lesson: the expression of abstract data types and implementation of the third lesson: algorith
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:369.98kb
    • 提供者:zhb
  1. automatic-classification-cluster

    0下载:
  2. 一、问题描述若要在n个城市之间建役通信网络,只福要架设n-1条级路即可.如何以最低的经济代价建设这个通信网,是一个网的最小生成树问题。二、基本要求 (1)利用克鲁斯卡尔算法求图的最小生成树。 (2)能实现教科书6.5节中定义的抽象数据类型MFSet.以此表示构造生成树过程中的连通分量。 (3 ) 以文本形式输出生成树中各条边以及他们的权值.三、需求分析 1、构造图结构。 2、利用克鲁斯卡尔算法求图的最小生成树。 3、完成生成树的输出。 -I. Descr iption of the proble
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:668.15kb
    • 提供者:赵婧
  1. binary-tree

    0下载:
  2. c语言描述的数据结构,二叉树的数据结构的抽象数据类型-c language to describe the data structure, binary tree data structure of the abstract data types
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:1.58kb
    • 提供者:
  1. gram

    0下载:
  2. c语言描述的数据结构算法,图的数据结构的抽象数据类型-c language data structure described in algorithm, data structure diagram of the abstract data types
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.41kb
    • 提供者:
  1. congregate

    0下载:
  2. 集合的并,交和差运算。 数据结构: 掌握有序链表的基本操作; 掌握集合的基本操作; 学会采用抽象数据分层设计程序 -Collection and, to pay and poor operation. Data structure: master list of the basic operation in an orderly manner to master the basic operation of the collection Institute of hier
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:7.81kb
    • 提供者:周文福
  1. ADTList

    0下载:
  2. 采用字符类型为元素类型和无头结点单链表为存储结构,实现抽象数据类型Lis-The use of character types for the element type, and without a head node to store a single list structure, the realization of abstract data types Lis
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:13.71kb
    • 提供者:LLL
  1. tree

    0下载:
  2. 数据结构中抽象数据类型-树的c语言实现(双亲表示法)-Abstract data structure data types- tree c language (parents said Law)
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2.68kb
    • 提供者:李好
  1. ds

    0下载:
  2. 众多数据结构java applet演示程序,将抽象的数据结构算法形象化地表示出来,是学习数据结构的助手,值得大家下载学习-Large number of data structures java applet demo program, the abstract data structure visualization algorithms to be expressed, is an assistant to learn data structures, it is worth downloa
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:26.92kb
    • 提供者:
  1. 0701-29-29

    0下载:
  2. 1、系统应具备的功能: (1)选择合适的逻辑存储结构,实现n个结点的存储 (2)在n个结点的村庄实现学校的科学选址 (3)演示结果 2、数据结构设计; 3、主要算法设计; 4、编程及上机实现; 5、撰写课程设计报告,包括: (1)设计题目; (2)摘要和关键字(中文和英文); (3)正文,包括引言、需求分析、数据结构设计、算法设计、程序实现及测试、不足之处、设计体会等; (4)结束语; (5)参考文献 -1, the system should
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:985.04kb
    • 提供者:朱江
  1. database

    0下载:
  2. 数据结构里的实习题,包括:抽象数据类型、线性表及其应用等-Data structure in the practical issues, including: abstract data types, the linear table and its applications
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:38.93kb
    • 提供者:李翔
  1. 4

    0下载:
  2. 学习数据结构的难点之处,就在于实现很抽象不易于理解。而本压缩包包含的数据结构演示器刚好能帮助你解决这一难题。该演示器功能完善,你既可以逐步演示,还可以不间断的演示,能让你实时的观察到这些过程,这无疑会对你学习数据结构产生很大的帮助-Learning difficulties between the data structure, it is not easy to achieve very abstract understanding. The package contains the comp
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3.6mb
    • 提供者:冰枫
  1. conversion

    0下载:
  2. 数据结构中利用堆栈的CPP语言来实现表达式的计算,表示,包括抽象数据类型栈的定义以及栈的表示和实现-Stack data structure used to achieve expression of CPP calculation language that includes the definition of abstract data type stack and stack and realize that
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:262.78kb
    • 提供者:刘洋
  1. List

    0下载:
  2. 链表的建立、操作与使用,对链表的结构进行了详细的描述,数据类型定义,以及抽象数据类型的定义进行了说明-List of the establishment, operation and use of the structure on the list are described in detail, data type definitions, and the definition of abstract data types are described
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:194.34kb
    • 提供者:文哥
  1. List1

    0下载:
  2. 链表的建立、操作与使用,对链表的结构进行了详细的描述,抽象数据类型的定义进行了说明-List of the establishment, operation and use of the structure on the list are described in detail, the definition of abstract data types are described
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:165.37kb
    • 提供者:文哥
  1. List2

    0下载:
  2. 链表的建立、操作与使用,对链表的结构进行了详细的描述,数据类型定义,以及抽象数据类型的定义进行了说明,对链表的一位操作进行了说明-List of the establishment, operation and use of the structure on the list are described in detail, data type definitions, and the definition of abstract data types are described on the
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:183.03kb
    • 提供者:文哥
  1. Knowledge-representation

    0下载:
  2. 摘 要:知识的表示就是对知识的一种描述,或者说是对知识的一组约定,一种计算机可以接受的用于描述知识的数据结构。某种意义上讲,表示可视为数据结构及其处理机制的综合:表示= 数据结构+处理机制。本系统使用产生式知识表示方法,利用Web编程技术建立一个基于产生式知识表示的简单的智能系统。可用于模拟动物识别。-Abstract: Knowledge representation is a descr iption of knowledge, or a set of conventions, a data
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:249.5kb
    • 提供者:Winky
  1. zx

    0下载:
  2. 抽象数据类型的定义(包括数据结构的描述和每个基本操作的功能说明),各个主要模块的算法-The definition of abstract data types (including a descr iption of the data structure and basic operation of each function descr iption), each of the major modules of the algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:136.63kb
    • 提供者:周枭
  1. Complex-arithmetic

    0下载:
  2. 一个可进行复数运算的演示程序,实现抽象数据类型—复数,及构造复数,并实现复数求和、求差、求积、复数显示等操作。-Complex operations can be a demonstration program, implementing abstract data types- complex, and complex structure, and implement complex sum, difference, quadrature, plural display operating.
  3. 所属分类:Data structs

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