Welcome![Sign In][Sign Up]
Location:
Search - adt 6

Search list

[Mathimatics-Numerical algorithmssource

Description: A Library of Efficient Data Types and Algorithms,封装了常用的ADT及其相关算法的软件包-A Library of Efficient Data Types and Algorithms, has sealed commonly used ADT and its the correlation algorithm software package
Platform: | Size: 6404096 | Author: 巢志骏 | 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 structsgrap

Description: —图数据类型的实现——问题描述:图是一种较线性表和树更为复杂的数据结构。在图形结构中,结点之间的关系是任意的,任意两个数据元素之间都可能相关,因此,图的应用非常广泛,已渗入到诸如语言学‘逻辑学、物理、化学、电讯工程、计算机科学及数学的其它分支中。因此,实现图这种数据类型也尤为重要,在该练习中即要实现图的抽象数据类型。基本要求:2、 定义出图的ADT;3、 采用邻接矩阵及邻接表的存储结构(有向图也可使用十字链表)实现以下操作:a. 构造图 b. 销毁图 c. 定位操作d. 访问图中某个顶点的操作e. 给图中某个顶点赋值的操作f. 找图中某个顶点的第一个邻接点g. 找出图G中顶点v相对于w的下一个邻接点h. 在图G中添加新顶点vi. 删除图G中顶点vj. 在图G中插入一条边k. 在图G中删除一条边l. 实现图的深度遍历操作m. 实现图的广度遍历操作参考提示:具体内容参看教科书本156页实验要求:对于以上具体操作要求实现时有良好的用户交互界面。详细设计、编码、测试。-2 ADT3 a. b. c. d. e. f. g. Gvwh. Gvi. Gvj. Gk. Gl. m.
Platform: | Size: 2048 | 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:

[ARM-PowerPC-ColdFire-MIPSjx44b0study_system_souce_code

Description: 压缩包里包含有JX44B0教学实验系统用户手册及该系统的全套试验例程,用c编写,在ADT环境下编译后下载到 实验板即可执行,是学习arm开发的有用例程 源文件说明 Leddemo LED显示实验 Led LED 显示实验 Serial 串口实验 Interrupt 外部中断实验 Dma DMA实验 Pwm PWM实验 Rtc 实时时钟实验 Watchdog 看门狗实验 Ad AD 采样实验 Stepper 步进电机驱动实验实验 Key 键盘驱动实验 Dispchar 汉字字符显示实验 Dispgraph 图形显示实验 Iic IIC 总线实验 Tftp TFTP 文件传输实验 Usb USB 数据传输实验 Iis 立体声录放音实验 Touch 触摸屏驱动实验 cf CF卡实验 ide IDE硬盘接口驱动实验 parallel 并行打印机接口通讯实验 Ucos-ii UCOS-II实验:Eg1, Eg2, Eg3, Eg4 gprs GPRS相关实验(主叫实验,被叫实验,收短信实验和发短信实验) gps GPS实验-compressed bundle includes JX44B0 experimental teaching system and the user manual system is the set of test routines. c prepared with the ADT environment compiled plate downloaded to experiment can be executed, Learning is the development arm of useful routines source document shows Leddemo experimental Led LED Display LED Display Serial Experimental Serial Experimental Interrupt external interrupt experimental Dma DMA experimental Pwm PW M Experiment Rtc real time clock experiments Watchdog experimental Ad watchdog AD sampling experiments Stepper Stepper motor drive Experimental Experimental Experimental Key Keyboard Driver Dispchar Chinese characters experimental Dispg raph graphics experimental Iic IIC bus experiment Tftp TFTP file transfer experiments Usb USB Experimental data transmi
Platform: | Size: 4011008 | Author: kl.ud | Hits:

[Internet-Networkadt600

Description: ADT600-1的基地址0x300,中断为7, 3个定时器采用级连,CLK0的时钟源是模块上的8M震荡器,中断源为71054定时器的输出OUT2。采集电压范围为+/-5V,请按《ADT200/ADT600技术手册 版本B》上的说明对SW1,W5,W6,W9跳线。若你想修改中断号和基地址,请修改config.h相应的常量ADT_IRQ, ADT_BASE定义,然后重新编译安装,即运行make all 注意:不要在其他文件中修改。 -ADT600-1 base address 0x300, interrupt for 7, 3 timer using cascaded, CLK0 clock source is the 8M module oscillator, the timer interrupt source for the 71054 output OUT2. Acquisition voltage range of+ /-5V, please click ADT200/ADT600 Technical Manual Version B on the description of SW1, W5, W6, W9 jumper. If you want to modify the base address and interrupt, modify config.h constants corresponding ADT_IRQ, ADT_BASE definition, and then re-install the compiler, that is to run make all Note: Do not modify other documents.
Platform: | Size: 5120 | Author: gsb | 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:

[OtherC07

Description: //Demo of the heap ADT (maxheap). For documentation // see the lecture slides.
Platform: | Size: 1024 | Author: zhang wei | Hits:

[Othera4

Description: Problem to solve: Write a C++ program to implement an ADT to work with big numbers
Platform: | Size: 1024 | Author: zhang wei | Hits:

[ARM-PowerPC-ColdFire-MIPSarm

Description: arm9,实现表达式计算器,编译环境ADT-arm9, realize expressions calculator, the compiler environment ADT
Platform: | Size: 107520 | Author: liuman | Hits:

[Data structsBiTree

Description: ADT抽象数据类型二叉树基本操作 基本上实现了《数据结构(C语言版)》严蔚敏著 中描述的所有二叉树基本操作 Dev C++ 编译 -Abstract data type ADT binary tree basic operation basically realize a
Platform: | Size: 10240 | Author: 张林海 | Hits:

[OtherADT-0[1].9.3

Description: android1.6版本以上要用的ADT0.9.3的,-android1.6 version of the above ADT0.9.3 want to use, and
Platform: | Size: 3252224 | Author: 张帅 | Hits:

[Data structsTree

Description: 抽象数据类型-树 ADT抽象数据类型树基本操作-tree
Platform: | Size: 430080 | Author: ljh8088 | Hits:

[Data structsyrh2

Description: ADT Queue 的表示和实现-------------- //--------------队列的顺序存储结构- -ADT Queue-------------- //-------------- representation and realization of the order of the queue storage structure-
Platform: | Size: 3072 | Author: 严若林 | Hits:

[androidphonegap-phonegap-1.6.0-0-g66780d6

Description: PhoneGap 1.6.0:: Prerequisite Software PhoneGap requires you have the following software installed: 1. Eclipse Integrated Design Environment (IDE), a program to write code and manage software development 2. Java Development Kit (JDK), the Java compiler and support tools 3. The Android Software Development Kit (SDK), base code and emulators for developing Android apps 4. Android Development Toolkit (ADT), a plug-in for Eclipse that makes Android development seamless 5. Apache Ant, a program that automates software build processes (similar to make ) 6. Ruby, a programming language 7. Git Bash, an alternative command program for Windows environments (Windows only) -PhoneGap 1.6.0:: Prerequisite Software PhoneGap requires you have the following software installed: 1. Eclipse Integrated Design Environment (IDE), a program to write code and manage software development 2. Java Development Kit (JDK), the Java compiler and support tools 3. The Android Software Development Kit (SDK), base code and emulators for developing Android apps 4. Android Development Toolkit (ADT), a plug-in for Eclipse that makes Android development seamless 5. Apache Ant, a program that automates software build processes (similar to make ) 6. Ruby, a programming language 7. Git Bash, an alternative command program for Windows environments (Windows only)
Platform: | Size: 14158848 | Author: djlam | Hits:

[Software EngineeringSize-Balance-Tree-and-Treap-ADT

Description: Size Balance Tree和Treap的ADT接口和实现,使用心得和大家分享一下-Size Balance, Tree and Treap the ADT interface and implementation, use the experience and share with you
Platform: | Size: 7168 | Author: jinhui | Hits:

[LabViewlabview-control-ADT-8948A1

Description: labview控制运动控制卡ADT-8948A1--程序-labview control motion control card ADT-8948A1- Programs
Platform: | Size: 1311744 | Author: syb | Hits:

[Otherbinary_tree-ADT

Description: 数据结构ADT作业 HIT数据结构课程 二叉树的ADT-ADT jobs data structure HIT Data Structure Course Binary Tree ADT
Platform: | Size: 126976 | Author: 石爽 | Hits:

[ADO-ODBCCommon-ADT

Description: 数据结构中常用抽象数据类型(栈,队列,表等等)的自定义实现-The custom implementation of some common Abstract Data Type(ADT),such as stack,queue,list and so on in data structure
Platform: | Size: 76800 | Author: 孔维康 | Hits:

[OtherADT-23.0.7

Description: 安卓开发工具ADT23.0.7,需要的可以下载。(Android development tools ADT23.0.7, you can download.)
Platform: | Size: 103355392 | Author: hefang | Hits:
« 12 3 4 »

CodeBus www.codebus.net