Welcome![Sign In][Sign Up]
Location:
Search - ADT

Search list

[Other resourceADT

Description: 实现ADT,可以实现两个二叉树的几种逻辑关系来显示它们之间的联系.如:求两个二叉树是否是等价的.它们的交集并集是怎样的.等等.这样这些都是ADT要实现的方法.-achieve ADT, can achieve two binary tree several logical relationship to show the linkages between them. Such as : whether the binary tree for two are synonymous. The intersection of what is the set. And so on. ADT then these are the methods to achieve.
Platform: | Size: 4120 | Author: 全子 | Hits:

[OtherADT串的实现

Description: ADT串的实现:主要包括以下操作:§ copy(s1,s2)把串s1复制到s2 § concat(s,s1,s2)连接S1,S2,结果放在S中 § delete(s,i,j)将串s中从第i个字符开始的连续j个字符删除,如果i+j>s.len则一直删除到串尾 § insert(s,s1,i)将串S1插入串S的第i个字符后 -ADT Series achieved : including the following : copy (s1, s2) copied to the string s1 s2 concat (s, s1, s2) between S1, S2, on the S delete (s, i, j) s Series i had from the beginning of the characters consecutive j characters deleted if i IGT; s.len will have to delete insert tail string (s, s1, i) Series S Series S1 insert the characters after i
Platform: | Size: 7082 | Author: chen | Hits:

[Develop Toolsandroid adt

Description: adt android
Platform: | Size: 5095745 | Author: xialonghua@vip.qq.com | Hits:

[Data structs树的问题(生成)

Description: ADT BinaryTree 的实现及验证程序采用的主要数据结构:二叉树、栈、队算法思想:1、 先序建树、输出树、后序遍历用递归方法。性能分析:O( n )2、 先序遍历、中序遍历:性能分析:O( n )(1) 若遇到新节点非空则先入栈,然后访问其左子树。(2) 若为空则将栈顶结点出栈,访问其右子树。(3) 循环1、2直到栈为空且无节点可入栈。先序与中序的区别是:先序在入栈时访问节点,中序在出栈时访问节点。3、 层遍历:性能分析:O( n )(1) 根节点入队(2) 节点出队并访问(3) 若节点有左孩子,则左孩子入队;有右孩子,则右孩子入队。(4) 重复2、3直到队列为空。4、 线索树:算法与先序遍历、中序遍历一样,只是将访问节点的Visit函数改为连接前驱与后继的操作。性能分析:O( -BinaryTree ADT Implementation and certification procedures used in the main data structure : binary tree, stack, algorithms team thinking : a first order contribution, the output tree, after preorder using recursive method. Performance Analysis : O (n) 2, preorder, the preorder : Performance Analysis : O (n) (1) If there is a new non-empty nodes were first pushed and then left to visit their son tree. (2) if the empty Zhanding node will stack up, visit their right subtrees. (3) 1,2 cycle until the stack is empty with no node can be pushed. First sequence with the sequence difference : Push the first sequence to visit nodes, which stack up in order to visit nodes. 3, the layer traverse : Performance Analysis : O (n) (1) nodes into Force (2) nodes and the team's visit (3) if the nodes ar
Platform: | Size: 2048 | Author: 徐欣 | Hits:

[Data structsADT

Description: 实现ADT,可以实现两个二叉树的几种逻辑关系来显示它们之间的联系.如:求两个二叉树是否是等价的.它们的交集并集是怎样的.等等.这样这些都是ADT要实现的方法.-achieve ADT, can achieve two binary tree several logical relationship to show the linkages between them. Such as : whether the binary tree for two are synonymous. The intersection of what is the set. And so on. ADT then these are the methods to achieve.
Platform: | Size: 4096 | Author: 全子 | Hits:

[OtherADT串的实现

Description: ADT串的实现:主要包括以下操作:§ copy(s1,s2)把串s1复制到s2 § concat(s,s1,s2)连接S1,S2,结果放在S中 § delete(s,i,j)将串s中从第i个字符开始的连续j个字符删除,如果i+j>s.len则一直删除到串尾 § insert(s,s1,i)将串S1插入串S的第i个字符后 -ADT Series achieved : including the following : copy (s1, s2) copied to the string s1 s2 concat (s, s1, s2) between S1, S2, on the S delete (s, i, j) s Series i had from the beginning of the characters consecutive j characters deleted if i IGT; s.len will have to delete insert tail string (s, s1, i) Series S Series S1 insert the characters after i
Platform: | Size: 7168 | Author: chen | Hits:

[Otherassign022

Description: A general tree ADT. VC6 and running under windows xp-A general tree ADT. VC6 and running under wi Windows xp
Platform: | Size: 15360 | Author: 王琪 | Hits:

[Otheralgorithmanddsbyfu

Description: 傅清祥 算法与数据结构 它覆盖了《计算机学科教学计划1993》中开列的关于算法与数据结构主科目的所有知识单元。其主要内容有:算法与数据结构的概念、抽象数据类型(ADT)、基于序列的ADT(如表,栈,队列和串等)。反映层次关系的ADT(如树,堆和各种平衡树等)、关于集合的ADT(如字典,优先队列和共查集等)、算法设计的策略与技巧、排序与选择算法、图的算法、问题的计算复杂性、并行算法。 全书强调“算法”与“数据结构”之间密不可分的联系,因而强调融数据类型与定义在数据类型上的运算于一体的抽象数据类型,为面向对象的程序设计方法打下扎实的基础。 本书以知识单元为基本构件,具有可拆卸性和可重组性,内容丰富,表述详细,适合不同类型的院校按照不同的培养规格组织教学,其中基础部分可作为计算机学科各专业本科生的教材,高级专题部分可作为高年级本科生或研究生的教材。 -li, algorithm and data structure which covers the "Computer Science Teaching Program 1993" listed on the operator Law and data structures of all the main subjects of knowledge modules. Its main contents are : algorithm and data structure of the concept of abstract data types (ADT), Based on the sequence of ADT (table, stack, queue and strings, etc.). Reflect the level of relations between the ADT (such as trees, and balancing the heap tree, etc.), on the set of ADT (as a dictionary. Priority Queue and unearthed collection, etc.), algorithm design strategies and techniques, sorting and selection algorithms, graph algorithms, the computational complexity, parallel algorithm. Guidebook stressed that "algorithms" and "data structures," the inextricable link betwee
Platform: | Size: 11806720 | Author: wu | Hits:

[Other10-05

Description: 用类创建一个银行账户,对本金进行利息计算,并实现ADT(抽象数据类型)的接口。-Class to create a bank account for interest on the principal terms, and realize ADT (abstract data type) interface.
Platform: | Size: 1024 | Author: ling | Hits:

[JSP/JavaADT-0.9.0

Description: android eclipse 开发使用的ADT插件.这次0.9最新版的,对应android SDK 1.5版本.-android eclipse plug-ins to develop the use of ADT. The latest version of 0.9, the corresponding version of android SDK 1.5.
Platform: | Size: 2889728 | Author: liubijian | Hits:

[androidADT-0.9.9

Description: 一个开源的android ADT开发工具-An open source android ADT development tools. . . . . . . . . . . . .
Platform: | Size: 8301568 | Author: yinuo | Hits:

[androidADT-8.0.0

Description: android手机应用程序开发ADT包,作为插件用在eclipse中-android adt this is a very useful ,it is use in eclipse
Platform: | Size: 685056 | Author: lzj | Hits:

[androidADT-10.0.0

Description: android 最新版本ADT下载,最新版-android download the latest version of ADT, the latest version
Platform: | Size: 5095424 | Author: 陈芳 | Hits:

[androidADT-0.9.7

Description: android ADT,编写android程序必备的插件-android ADT
Platform: | Size: 8033280 | Author: betty | Hits:

[androidADT-15.0.0

Description: anndroid ADT 15.0.0 GOOGLE 手机系统插件-anndroid ADT 15.0.0 GOOGLE phone system plug-in
Platform: | Size: 6750208 | Author: tao | Hits:

[androidADT-18.0.0

Description: The latest development of Android mobile phone ADT plug-in package, can be installed directly is offline-The latest development of Android mobile phone ADT plug-in package, can be installed directly is offline
Platform: | Size: 12834816 | Author: 往事如风 | Hits:

[androidEclipse+ADT

Description: Android编程环境ADT环境搭建,图文并茂,适合熟悉eclipse环境开发的同学。(Android programming environment, ADT environment built, Tu Vin Unionmaw, suitable for students familiar with the development of eclipse environment.)
Platform: | Size: 168960 | Author: 纳凉的蜗牛 | Hits:

[androidADT-15.0.0

Description: 部署Java/Android的开发环境 对于程序开发的学者来说,eclipse并不陌生,它为我们提供了一个非常广阔的平台来开发程序。同样我们也可以用它来开发android程序。但是在eclipse中并不能直接开发android程序,需要我们安装一个ADT插件(Deploying the development environment of Java and Android)
Platform: | Size: 6750208 | Author: 墨染白青 | Hits:

[androidADT-14.0.0

Description: adt插件,用于eclipe真机调试用。(ADT plug-in for eclipe real machine debugging.)
Platform: | Size: 6747136 | Author: dw1573 | Hits:

[OtherADT

Description: 本地eclipse安装adt的离线包,开发Android项目的环境(Local eclipse installs the ADT off - line package,Developing the environment of Android project)
Platform: | Size: 103234560 | Author: wakyking | Hits:
« 12 3 4 5 6 7 8 9 10 ... 15 »

CodeBus www.codebus.net