Welcome![Sign In][Sign Up]
Location:
Search - abstract data structure

Search list

[Other resource数据结构与算法-面向对象的C++设计模式

Description: 数据结构与算法-面向对象的C++设计模式 pdf格式 系统介绍了各种传统的数据结构,把它们按照类层次的现代理念予以展开,进而达到抽象结构与实际设计的完美统一.后三章通过引入抽象问题求解的概念,集中进述了算法技术和各算法之间的关系.作者运用一定的数学工具及必要的分析技术和分析理论,对每种数据结构及相关算法都进行了时间和空间效率分析.-data structure and algorithm-Object-Oriented Design Patterns C pdf format introduced a system of traditional data structure, in accordance with their class hierarchy of modern concepts to be started, and attain the abstract design and the actual structure of the perfect unity. After three chapters by introducing abstract problem solving concept Set Feed out the algorithm technology and the relationship between the algorithm. the author will use the mathematical tools and the necessary analytical and technical analysis theory, the right of each data structure and related algorithms have been time and space efficiency analysis.
Platform: | Size: 21769106 | Author: 狼狼 | Hits:

[Windows Develop全国交通咨询系统

Description: 一 题目 全国铁路交通咨询系统 二 需求分析 1.系统配制: 硬件:CPU:P4 1.6G 内存容量 256M 标准输入输出设备 软件:操作系统Windows xp 源程序调试工具VC6.0 可执行文件运行工具 DOS 5.0. 2.该系统有供用户选择的菜单和交互性。 3.建立一个全国铁路交通咨询系统,该系统具备自动查找任意两城市间铁路交通的最短路径和最少花费的功能。 三 设计概要 1.抽象数据类型 本程序运用了关于图这种数据结构。 他的抽象数据类型定义如下: typedef struct unDiGraph { int numVerts //结点 costAdj cost //邻接矩阵 }unDiGraph,*UNG 基本操作: unDiGraph* CreateCostG() 操作结果:构造带权(费用)图。 unDiGraph* CreateTimeG() 操作结果:构造带权(时间)图。 PathMat *Floyed(unDiGraph *D) 操作结果:Floyed函数 求任意两点的最短路径。 -a subject of the national railway traffic advisory system analysis of a two needs. Preparation System : Hardware : CPU : P4 1.6 GHz 256 MB of memory standard input and output device software : Windows XP operating system source code debugging tools VC6.0 executable file running DOS 5 tools. 0. 2. The system is available for users to choose the menu and interactive. 3. The establishment of a national rail traffic advisory system, the system automatically search with arbitrary two inter-city rail traffic and the shortest path to the function at the lowest cost. Three design an outline. This abstract data type procedures on the use of this data structure map. His abstract data type is defined as follows : typedef struct (int unDiGraph numVerts / / node costAdj cost / / adjacency matrix) unDiG
Platform: | Size: 56930 | Author: gang | Hits:

[TreeViewOP_Intro

Description: 一台完全无软件的计算机系统称为裸机,即便其性能再强,相对于用户来讲,如果要面对计算机的指令集、存储组织、I/O总线结构的编程则是十分困难的。对于一般程序员也并不想涉足硬件编程的种种具体细节,而希望针对数据结构抽象地使用硬件。如果我们在裸机上覆盖一层I/O设备管理软件,用户便可以利用这层I/O设备管理软件提供给用户的接口来进行数据的输入和输出,那么用户此时看到的计算机是一台功能强大、使用方便的计算机,但实际上,计算机的硬件丝毫没有变化,这样的计算机称为软件扩充的机器,或称软件虚拟机。-complete without a computer software system, known as bare metal, even if another strong performance, relative to the users. If faced with the instruction set computer, storage, I / O bus architecture of the programming is very difficult. For the average programmer does not want to set foot in the hardware programming details, and hope against abstract data structure to the use of hardware. If we cover the bare metal layer on the I / O device management software, users can use this layer I / O device management software for the user interface for data input and output, so users can see at this time of the computer is a powerful, easy-to-use computer, but in reality computer hardware has not changed a bit, such as computer software expansion of the machines, or virtual machine software.
Platform: | Size: 74685 | Author: grant | Hits:

[Other resourcejiangshangfei

Description: 该程序用于进行多项式的四则运算,其中抽象数据类型主要有栈和结构 -the procedures for conducting the four polynomial operations, which mainly abstract data type and structure of a stack
Platform: | Size: 2632 | Author: 江上飞 | Hits:

[Other resourceSpareMatrix

Description: 稀疏矩阵的抽象数据结构的算法的实现,首先声明一个类,在该类的基础上实现数据的存储与矩阵的转置-sparse matrix of the abstract data structure of the algorithm to achieve and be the first to declare a class, In such on the basis of data storage and matrix transpose
Platform: | Size: 18539 | Author: alexchen | Hits:

[TreeViewOP_Intro

Description: 一台完全无软件的计算机系统称为裸机,即便其性能再强,相对于用户来讲,如果要面对计算机的指令集、存储组织、I/O总线结构的编程则是十分困难的。对于一般程序员也并不想涉足硬件编程的种种具体细节,而希望针对数据结构抽象地使用硬件。如果我们在裸机上覆盖一层I/O设备管理软件,用户便可以利用这层I/O设备管理软件提供给用户的接口来进行数据的输入和输出,那么用户此时看到的计算机是一台功能强大、使用方便的计算机,但实际上,计算机的硬件丝毫没有变化,这样的计算机称为软件扩充的机器,或称软件虚拟机。-complete without a computer software system, known as bare metal, even if another strong performance, relative to the users. If faced with the instruction set computer, storage, I/O bus architecture of the programming is very difficult. For the average programmer does not want to set foot in the hardware programming details, and hope against abstract data structure to the use of hardware. If we cover the bare metal layer on the I/O device management software, users can use this layer I/O device management software for the user interface for data input and output, so users can see at this time of the computer is a powerful, easy-to-use computer, but in reality computer hardware has not changed a bit, such as computer software expansion of the machines, or virtual machine software.
Platform: | Size: 74752 | Author: grant | Hits:

[Software EngineeringSpareMatrix

Description: 稀疏矩阵的抽象数据结构的算法的实现,首先声明一个类,在该类的基础上实现数据的存储与矩阵的转置-sparse matrix of the abstract data structure of the algorithm to achieve and be the first to declare a class, In such on the basis of data storage and matrix transpose
Platform: | Size: 271360 | Author: alexchen | Hits:

[Linux-Unix002

Description: 第2章 数据抽象 22 2.1 声明与定义 22 2.2 一个袖珍C库 23 2.3 放在一起:项目创建工具 29 2.4 什么是非正常 29 2.5 基本对象 30 2.6 什么是对象 34 2.7 抽象数据类型 35 2.8 对象细节 35 2.9 头文件形式 36 2.10 嵌套结构 37 2.11 小结 41 2.12 练习 41-Chapter 2 Data and the definition of an abstract statement 222.1 a 222.2 pocket C library together 232.3: 292.4 What is the project to create tools for non-normal 292.5 What is the basic object 302.6 Object 342.7 abstract data types 352.8 object 352.9 document details 362.10 nested structure 372.11 412.12 Summary of practice 41
Platform: | Size: 549888 | Author: lanpiao | Hits:

[Software EngineeringData_Structures_and_Problem_Solving_with_C++

Description: Data Structures and Problem Solving Using C++ provides an introduction to data structures and algorithms from the viewpoint of abstract thinking and problem solving, as well as the use of C++. It is a complete revision of Weiss successful CS2 book Algorithms, Data Structures, and Problem Solving with C++.-Data Structures and Problem Solving Using C++ provides an introduction to data structures and algorithms from the viewpoint of abstract thinking and problem solving, as well as the use of C++. It is a complete revision of Weiss successful CS2 book Algorithms, Data Structures, and Problem Solving with C++.
Platform: | Size: 1544192 | Author: voirin | Hits:

[Data structstree

Description: 数据结构中抽象数据类型-树的c语言实现(双亲表示法)-Abstract data structure data types- tree c language (parents said Law)
Platform: | Size: 3072 | Author: 李好 | Hits:

[Data structsds

Description: 众多数据结构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 downloading all learn from
Platform: | Size: 27648 | Author: | Hits:

[VC/MFCData-Structures-C

Description: c数据结构历来都是计算机专业最为核心的一门课程。随着面向对象技术的发展,传统的数据结构课程面临着融入新内容,提升到面向对象数据结构、算法及软件工程的高度的重大挑战。 本书开拓性地将C++语言作为数据结构的算法描述性语言。一方面为传统的数据结构内容进行了C++语言实现,另一方面更偏重于将数据结构与面向对象技术完整结合,围绕抽象数据类型的概念来讨论每一种数据结构及算法。书中大量C++语言的程序实例,既是数据结构的具体实现,又是面向对象技术的算法基础。 本书可作为计算机及相关专业的核心教材,也可供广大研究开发人员自学提高时使用,是一本全新的数据结构与面向对象技术完整结合的新型教材。 -Computer data structures has always been central to a course. With the object-oriented technology, the traditional data structures course facing into the new content upgrade to the object-oriented data structure, algorithm and software engineering, high level of major challenges. Groundbreaking book, to be C++ language as a data structure algorithm description language. On the one hand the contents of the traditional data structures were C++ language, on the other hand more emphasis on data structure combined with a complete object-oriented technology, around the concept of abstract data types to discuss each type of data structure and algorithm. Book a large number of C++ language program example, the data structure is a concrete implementation, but also the algorithm is based on object-oriented technology. This book can be used as the core of computers and related professional materials, but also for general research and development personnel to improve the use of self-learning, is a
Platform: | Size: 20143104 | Author: ng | Hits:

[Software EngineeringData-structure

Description: 从抽象数据类型的角度讨论各种基本类型的数据结构和应用,讨论查找和排序的各种实现方法及综合分析比较-Abstract data types from the perspective of various basic types of data structures and applications, discuss various implementations of search and sorting methods and comprehensive analysis and comparison
Platform: | Size: 7851008 | Author: 张艳娜 | Hits:

[Data structsData-Structure-Yan-Weiming

Description: 《数据结构》(C语言版)是为“数据结构”课程编写的教材,也可作为学习数据结构及其算法的C程序设计的参考教材。本书的前半部分从抽象数据类型的角度讨论各种基本类型的数据结构及其应用;后半部分主要讨论查找和排序的各种实现方法及其综合分析比较。其内容和章节编排与1992年4月出版的《数据结构》(第二版)基本一致,但在本书中更突出了抽象数据类型的概念。全书采用类C语言作为数据结构和算法的描述语言。本书概念表述严谨,逻辑推理严密,语言精炼,用词达意。并有配套出版的《数据结构题集》(C语言版)。既便于教学,又便于自学。 本书可作为计算机类专业或信息类相关专业的本科或专科教材,也可供从事计算机工程与应用工作的科技工作者参考。-"Data structure" (C language version ) is the " data structure" course written materials, but also can be used as learning data structures and algorithms for C programming reference materials.The first part of the book from the perspective of abstract data types of basic types of data structure and application thereof the second part focuses on finding and sorting methods of the realization of comprehensive analysis and comparison.Its content and chapter arrangement and 1992 published April "data structure" (Second Edition) are basically the same, but in the book is more prominent in the concept of abstract data types.The book uses a class C language as a data structure and algorithm description language.This book the concept of strict interpretation and logical reasoning closely, language refined, expressive words and terms.And supporting the publication of the "data structure" (C language version ).Both for teaching, and is convenient for self-study.This book can be used as compute
Platform: | Size: 26132480 | Author: 侯三三 | Hits:

[Software Engineeringthe-big-talk-of-data-structure

Description: 通篇以一种趣味方式来叙述,大量引用了各种各样的生活知识来类比,并充分运用图形语言来体现抽象内容,对数据结构所涉及到的一些经典算法做到逐行分析、多算法比较。-Throughout the narrative in a fun way, a lot of references to simulate a variety of knowledge of life and make full use of graphical abstract language to reflect the contents of the data structures involved in the analysis of some of the classic algorithm to achieve progressive, multi-algorithm to compare.
Platform: | Size: 887808 | Author: 李忠忠 | Hits:

[ADO-ODBCexperiment-of-data-structure

Description: 以链式存储结构实现一个线性表的抽象数据类型,并实现线性表的初始化、查找、插入、删除和就地逆置等操作,要求具有较好的人机交互处理过程。-In order to achieve a linear chain store structure table abstract data types, and to achieve a linear table is initialized, search, insert, delete, and set in place the inverse operation, requires a good human-computer interaction process.
Platform: | Size: 5120 | Author: 刘云 | Hits:

[Software EngineeringData-structure-Flash-animation

Description: 用动画的方式描述数据结构常用算法的过程,将抽象的数据结构过程用动画描述使人一看就明白,是学习数据结构的好资料,里面包含数据结构里面的各种算法的动画演示,比如各种排序法过程的动画演示,各种查找方法的动画演示,二叉树的添加删除操作的动画演示等等。-Way of describing the process by animation algorithm commonly used data structures, abstract data structures described by animation process makes one look to understand, is a good learning materials data structure, which contains a variety of algorithms data structures inside the animation, such as animation of various sort process, a variety of methods to find animation, add animation binary tree delete operations and so on.
Platform: | Size: 487424 | Author: zhang ming | Hits:

[VC/MFCData-Structures-and-Algorithm

Description: 作者精炼并强化了他对数据结构和算法方面新的处理方法,通过C语言的实现,着重阐述了抽象数据类型的概念,并对算法的效率、性能和运行时间进行了分析。-The author refined and strengthened him on the new method of processing the data structure and algorithm, through the realization of the C language, mainly elaborates the concept of abstract data types, and the algorithm efficiency, performance and running time are analyzed.
Platform: | Size: 10319872 | Author: SampsonKong | Hits:

[VC/MFCTalking-about-data-structure

Description: 本书以一个计算机教师教学为场景,讲解数据结构和相关算法的知识。通篇以一种趣味方式来叙述,大量引用了各种各样的生活知识来类比,并充分运用图形语言来体现抽象内容,对数据结构所涉及到的一些经典算法做到逐行分析、多算法比较。-This book is a computer teacher teaching scenarios to explain the knowledge of data structures and related algorithms. Throughout the narrative in an interesting way, it draws heavily on a wide range of knowledge to life analogy, and make full use of graphical abstract language to reflect the content of some classical algorithms data structures involved do progressive analysis, and more comparison algorithm.
Platform: | Size: 39474176 | Author: Thomas | Hits:

[Linux-UnixLinux设备驱动开发详解_宋宝华

Description: Linux设备驱动手册中Linux设备模型是对系统设备组织架构进行抽象的一个数据结构,旨在为设备驱动进行分层、分类、组织。降低设备多样性带来的Linux驱动开发的复杂度,以及设备热拔插处理、电源管理等。(Linux device driver of Linux device model manual is an abstract data structure architecture of system equipment organization, aiming at the device driver layer, classification, organization. Reduce the diversity of Linux equipment driver development complexity, and equipment of hot plug processing, power management etc..)
Platform: | Size: 8729600 | Author: 大海啊,故乡 | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net