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

Search list

[Other10-05

Description: 用类创建一个银行账户,对本金进行利息计算,并实现ADT(抽象数据类型)的接口。
Platform: | Size: 1235 | Author: ling | Hits:

[Compress-Decompress algrithmshaffmantree

Description: ADT HuffmanTree{ 数据对象:D={ai| ai∈CharSet,i=1,2,……,n, n≥0} 数据关系:R={< ai-1, ai > ai-1, ai∈D, ai-1基本操作P: HuffmanTree() 构造函数 ~ HuffmanTree() 析构函数 Initialization(int WeightNum) 操作结果:构造哈夫曼树。 Encoder() 初始条件:哈夫曼树已存在或者哈夫曼树已存到文件中。 操作结果:对字符串进行编码 Decoder() 初始条件:哈夫曼树已存在且已编码。 操作结果:对二进制串进行译码 Print() 初始条件:编码文件已存在。 操作结果:把已保存好的编码文件显示在屏幕 TreePrinting() 初始条件:哈夫曼树已存在。 操作结果:将已在内存中的哈夫曼树以直观的方式显示在终端上 -err
Platform: | Size: 4096 | Author: 罗罗 | Hits:

[VC/MFC11111111111

Description: 本书是数据结构和算法分析方面的经典教材。第2版更加精炼并强化了本书创新的对算法和数据结构的讲授方法。通过C程序的实现,着重阐述了抽象数据类型(ADT)的概念,并对算法的效率、性能和运行时间进行了分析。本书适合作为本科数据结构课程或研究生第一年算法分析课程的教材。第1~9章为大多数本科一学期数据结构课程提供了足够的材料。多学时课程可讲授第10章。研究生的算法分析课程可以使用第6-12章的内容。-c language to describe the (English version 2): This book is the analysis of data structures and algorithms of the classic textbooks. Version 2 is more refined and strengthened the book of innovative algorithms and data structures on the method of instruction. Achieved by C programs, focusing on the abstract data type (ADT) concept, and the algorithm efficiency, performance and running time were analyzed. This book is suitable as an undergraduate or graduate courses during the first year data structures algorithm analysis course teaching materials. Chapter 1 Chapter 9 for most undergraduate courses a semester data structures provided sufficient material. Multi-hours courses can be taught in Chapter 10. Algorithm Analysis postgraduate courses can use the first 6 to 12 chapters.
Platform: | Size: 2126848 | Author: ICEY | Hits:

[Embeded LinuxThe_Final_Exp

Description: 嵌入式系统课程设计题目(2009年) 七段数码管数字钟(▲) 关键词:数字时钟 1、 硬件:JXARM9-2410教学实验箱,PC机。 2、 软件:PC机操作系统Windows(2000、XP)ADT IDE集成开发环境。 -Design of Embedded Systems Course Title (2009) seven-segment digital tube digital clock (▲) Keywords: digital clock 1, the hardware: JXARM9-2410 Teaching Experiment Box, PC machine. 2, Software: PC, operating system, Windows (2000, XP) ADT IDE integrated development environment.
Platform: | Size: 2048 | Author: 邓耀晶 | Hits:

[androidADT-10.0.0

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

[androidADT-10.0.1

Description: 开发android必备插件 开发android必备插件 开发android必备插件 -Android android development of the necessary plug-in plug-in developers must develop the necessary plug-in development android android android development of the necessary plug-ins necessary prerequisite plug-in plug-in development android
Platform: | Size: 5096448 | Author: wangjia | Hits:

[androidadt

Description: ADT 手动安装 步骤 在安装android编译环境时候由于网络等等种种原因 adt经常确实 大家可以手动下载 手动安装-ADT manual installation steps when installing the android build environment for various reasons due to network so we can really adt always manually download the manual install
Platform: | Size: 1024 | Author: 55 | Hits:

[SCMLED

Description: 在ADT IDE开发环境下实现LED上图形,数字及汉字的显示。-In ADT IDE development environment to achieve the LED graphics, figures and Chinese characters display.
Platform: | Size: 1024 | Author: 安德森 | Hits:

[androidantPproguard

Description: android自动打包方法(ant+proguard+签名) 现在优化减少体积和防止别人反编译,需要把编译后.class进行混淆,开始在网上看了一些关于ProGuard的介绍,基本上都是使用ADT自带的打包方式,那个打包方式太慢了,还要手工输密码,一个字烦。 于是开始寻找ant+proguard+签名的打包方式,遗憾的是资料不是缺手就是断脚。 好吧,看来得食自己了,!@#¥@#!@#!@##¥@#¥!@#@ 转眼一周,我++,终于把东西搞出来 ps:我们项目还有一个特殊需求,要把版本号,推广ID打到包里去,方便做推广什么的。这里可以用replace的方法对string.xml进行修改 好吧,废话不说了,直接上build文件 -android automatic packaging methods (ant+ proguard+ signature) Now optimized to reduce the volume and to prevent others decompile, need to be compiled. Class conducted confusion began to read some of a ProGuard the introduction, basically using the ADT comes packaged in the online, that packed way too slow, and also to manually input the password, a word of trouble. Began to find the ant the+ proguard+ signature package, unfortunately, the information is not a lack of hand broken legs. Well, it seems, feed themselves, @# ¥ @#! @#! @## $ @# ¥ ! @# @ Blink of an eye a week, I+, and finally to engage in something out ps: our project there is a special needs should be the version number to promote ID, hit the bag to go, to facilitate doing promotion. Here can be modified using the replace method string.xml Well, not nonsense, directly on the build file
Platform: | Size: 8192 | Author: lyang | Hits:

[OtherJohnson

Description: Johson算法是目前最高效的在无负环可带负权重的网络中求所有点对最短路径的算法. Johson算法是Bellman-Ford算法, Reweighting(重赋权重)和Dijkstra算法的大综合. 对每个顶点运用Dijkstra算法的时间开销决定了Johnson算法的时间开销. 每次Dijkstra算法(d堆PFS实现)的时间开销是O( E * lgd(V) ). 其中E为边数, V为顶点数, d为采用d路堆实现优先队列ADT. 所以, 此种情况下Johnson算法的时间复杂度是O( V * E * lgd(V) ).-The Johson algorithm is currently the most efficient of the network without negative ring can with negative weights seek all points of the shortest path algorithm. Johson algorithm Bellman-Ford algorithm Reweighting (re-empower the weight) and Dijkstra algorithm for the large integrated. For eachtime overhead of the vertices using Dijkstra algorithm to determine the time of the Johnson algorithm overhead each Dijkstra algorithm (d-heap PFS), time overhead is O (E* lgd (V)) where E is the number of edges, V verticesd d Lu heap priority queue the ADT. this case the Johnson algorithm time complexity is O (V* E* lgd (V)).
Platform: | Size: 2048 | Author: wwll | Hits:

[JSP/JavaADT-10.0.0

Description: android开发最新ADT,10.0,
Platform: | Size: 5085184 | Author: 小恩 | Hits:

[source in ebookKMP-code

Description: 字符串的KMP匹配算法的ADT形式,只有一次循环优化,含注释,易懂。数据结构与算法的基本代码之一。-KMP matching algorithm of string the ADT form of, only one cycle optimization, including the Notes, and easy to understand. One of the basic code of the data structures and algorithms.
Platform: | Size: 1024 | Author: starryliu | Hits:

[SCMADt

Description: 51上运行的,AD转换程序,at89c2051,你懂的,用比较器-51 run
Platform: | Size: 2048 | Author: ue | Hits:

[hospital software systemhl7create-msg

Description: 使用NHAPI开源DLL创建HL7的ADT消息-create hl7 message
Platform: | Size: 1024 | Author: 张大哈 | Hits:

[Embeded-SCM DevelopThe_Final_Exp

Description: 嵌入式系统课程设计题目(2009年)七段数码管数字钟(▲)关键词:数字时钟1、 硬件:JXARM9-2410教学实验箱,PC机。2、 软件:PC机操作系统Windows(2000、XP)ADT IDE集成开发环境。-Design of Embedded Systems Course Title (2009) seven-segment digital tube digital clock (▲) Keywords: digital clock 1, the hardware: JXARM9-2410 Teaching Experiment Box, PC machine. 2, Software: PC, operating system, Windows (2000, XP) ADT IDE integrated development environment.
Platform: | Size: 2048 | Author: ndinga | Hits:

[Software EngineeringAndroidDev

Description: 1、 环境搭建: 3 1.1、 安装Eclipse 3 1.2、 下载JDK 3 1.3、 下载Android SDK 5 1.4、 给Eclipse 安装ADT插件 8 1.5、 运行Eclipse设置Android ADT插件 10 1.6、 NDK安装 12 1.7、 安装Cygwin 13 1.8、 创建虚拟机 15 1.9、 编译并运行控件安卓例子-1, environmental structures: 3 1.1, install Eclipse 3 1.2, download JDK 3 1.3, download the Android SDK 5 1.4 ADT plugin for Eclipse installation 8 1.5 runs Android ADT Eclipse plugin settings 10 1.6, NDK installation 12 1.7, install Cygwin 13 1.8, to create a virtual machine 15 1.9, compile and run the example controls Andrews
Platform: | Size: 2150400 | Author: mxdraw | Hits:

[androidMusicKnow

Description: 安卓音乐播放器,开发平台用的是ADT,你也可以用eclipse进行开发,播放器实现了播放歌曲,上一首,下一首,随机播放等~-android music player
Platform: | Size: 4458496 | Author: 木易 | Hits:

[Data structs10 - Stacks

Description: the ADT we have come up with is a well known ADT called a stack, which is defined by our four operations
Platform: | Size: 234496 | Author: jjliang | Hits:

CodeBus www.codebus.net