搜索资源列表
10-05
- 用类创建一个银行账户,对本金进行利息计算,并实现ADT(抽象数据类型)的接口。
10-05
- 用类创建一个银行账户,对本金进行利息计算,并实现ADT(抽象数据类型)的接口。-Class to create a bank account for interest on the principal terms, and realize ADT (abstract data type) interface.
haffmantree
- 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()
The_Final_Exp
- 嵌入式系统课程设计题目(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 (▲) Keywo
ADT-10.0.0
- android 最新版本ADT下载,最新版-android download the latest version of ADT, the latest version
ADT-10.0.1
- 开发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-
adt
- 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 th
LED
- 在ADT IDE开发环境下实现LED上图形,数字及汉字的显示。-In ADT IDE development environment to achieve the LED graphics, figures and Chinese characters display.
antPproguard
- android自动打包方法(ant+proguard+签名) 现在优化减少体积和防止别人反编译,需要把编译后.class进行混淆,开始在网上看了一些关于ProGuard的介绍,基本上都是使用ADT自带的打包方式,那个打包方式太慢了,还要手工输密码,一个字烦。 于是开始寻找ant+proguard+签名的打包方式,遗憾的是资料不是缺手就是断脚。 好吧,看来得食自己了,!@#¥@#!@#!@##¥@#¥!@#@ 转眼一周,我
Johnson
- Johson算法是目前最高效的在无负环可带负权重的网络中求所有点对最短路径的算法. Johson算法是Bellman-Ford算法, Reweighting(重赋权重)和Dijkstra算法的大综合. 对每个顶点运用Dijkstra算法的时间开销决定了Johnson算法的时间开销. 每次Dijkstra算法(d堆PFS实现)的时间开销是O( E * lgd(V) ). 其中E为边数, V为顶点数, d为采用d路堆实现优先队列ADT. 所
ADT-10.0.0
- android开发最新ADT,10.0,
KMP-code
- 字符串的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 a
ADt
- 51上运行的,AD转换程序,at89c2051,你懂的,用比较器-51 run
sq
- 用c++实验顺序表的adt。包含遍历插入删除等10几个操作。都能通过~-Experiment with c++ sequence table adt. Insert and delete 10 includes traversing several operations. Can pass ~
hl7create-msg
- 使用NHAPI开源DLL创建HL7的ADT消息-create hl7 message
The_Final_Exp
- 嵌入式系统课程设计题目(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 cl
AndroidDev
- 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 stru
MusicKnow
- 安卓音乐播放器,开发平台用的是ADT,你也可以用eclipse进行开发,播放器实现了播放歌曲,上一首,下一首,随机播放等~-android music player
10 - Stacks
- the ADT we have come up with is a well known ADT called a stack, which is defined by our four operations