资源列表
deal_bbs
- 这个文件很不错,很好 -这个文件很不错,很好这个文件很不错,很好这个文件很不错,很好
LDT_FZ
- 雷达图的获取发布排序,雷达图的获取发布排序-Order to obtain release of the radar chart, radar chart sort of get released
ShowServerTime
- php语言+ajax实现在网页上显示服务器时间-PHP language shows server time on a web page
test
- Thie is Robocode source code
Computer
- 利用core java实现计算器的加减乘除的简单功能-Use core Java realize the calculator simple function of add, subtract, multiply and divide
JDJSQ
- 用JAVA设计的简单的计算器,实现简单的计算功能。-The simple design with JAVA calculator, and the realization of the function of simple calculation.
helloworld-samples
- android 源码 helloworld-samples.ziphelloworld-samples.zip-android src android src android src
VideoObject
- Represents a particular video and provides access to the underlying data and two thumbnail bitmaps as well as other information such as the id, and the path to the actual video data.
DexTranslationAdvice
- Implementation of {@link TranslationAdvice} which represents what the dex format will be able to represent.
importNode08
- importNode08 extends DOMTestCase.
IBackground_9s
- 传递九宫格BitmapData,生成九宫格背景框。 任意设置宽度高度,效率高-Transfer squared BitmapData, generate squared background box. Arbitrarily set the width height, high efficiency
Account
- 设计一个名为Account的类,它包括:一个名为id的int类型私有数据域(默认值为0)一个名为balance的double类型私有账户数据域默认值为0)一个名为annualInterestRate的double类型私有数据域存储当前年利率(默认值为0)。假设所有账户都有相同的利率。 一个名为dateCreated的Date类型私有数据域存储账户的开户日期。 一个能创建默认账户的无参数构造方法。 一个能创建带特定id和初始余额的账户的构造方法。id、balance和