-
Homework08
利用前面提到的SupplyDepot、Transport和CapableOfBeingRefefuelled类/接口,为Air-plane增加一个main()方法,然后为supplyDepot等增加必要的字段、参数和代码,以便CapableOfBeingRefefuelled能够告诉service()方法需要加多少油。同时要确保Depot中的油应相应地减少,而实现CapableOfBeingRefefuelledi的类对象应相应地增加。(Using the upplyDepot, Transport and ApableOfBeingRefefuelled classes/interfaces mentioned above, add a main () method to Air-plane, and then add the necessary fields, parameters and codes to supplyDepot, so that CapableOfBeingRefefuelled can tell service () how much fuel the method needs. At the same time, we should ensure that the oil in Depot should be reduced accordingly, and the class objects that implement Capable OfBeingRefefuelledi should be increased accordingly.)
- 2020-12-07 21:59:21下载
- 积分:1
-
Candidate
JAVA程序设计导论 习题6。8
创造两个类,Vote and Candidate (the Vote and Candidate Classes)
- 2010-05-27 21:45:18下载
- 积分:1
-
ibatis
说明: ibatis的简单应用,ssh的组合应用,适用于初学者
(ibatis)
- 2009-08-12 13:30:27下载
- 积分:1
-
calculater
android环境下开发的计算器,基本实现计算器的功能,界面美观(android calculater)
- 2012-05-10 21:22:55下载
- 积分:1
-
Java-kaifashizhanjingdian
《JAVA开发实战经典》,非常经典的一本java学习资料,非常清晰的扫描版(" JAVA development of real classic," a very classic java learning materials, very clear scan version)
- 2016-08-05 15:29:21下载
- 积分:1
-
Parking-Management-System
小型停车场管理系统,记录停车信息,通过java予以实现,功能较详细(Small parking management system to record Parking Information, be achieved through java, features a more detailed)
- 2013-07-16 09:26:17下载
- 积分:1
-
fenyezujian
这是一个java的table分页组件例子,有源代码。(This is a Java table paging component example, source code.)
- 2015-05-11 10:01:49下载
- 积分:1
-
Vooga-master
说明: 该项目的主要目的是使自己熟悉如何使用Golden T游戏框架以及在该框架中构建游戏的困难。因此,该游戏不必是有史以来最出色的游戏,但它必须满足一些基本要求:
1.游戏应是特定类型的视频游戏的可识别成员。我选择构建一个类似于TI-83计算器游戏BlockDude的拼图平台游戏。
2.游戏不一定是完整的,但您应该拥有在游戏中随处可见的角色,玩家应该可以与游戏互动(控件可能是粗糙的),并且您至少应拥有几个游戏的比喻。例如,实时策略游戏可以让您放置可以建造单位的建筑物,RPG可以进行基本的回合制战斗,等等。
3.游戏应具有两个不同的游戏“模式”或两个不同的级别。带有“开始游戏”之类的游戏菜单不算作一种模式。所谓“级别”,是指两个玩起来不同的级别-不仅是坏家伙更多,或者坏家伙更快。
4.专注于游戏机制,而不是图形,对话框或其他任何内容。您的游戏可以使用简笔图形或从现有游戏中窃取的粗裁图像。只需确保图像足够可识别即可,以便我们可以判断您的游戏中发生了什么。(The main point of this project was to familiarize ourselves with how to use the Golden T game framework and the difficulties of building a game in that framework. As a result, the game did not need to be the greatest ever created but it did have to meet a few basic requirements:)
- 2020-03-14 12:35:02下载
- 积分:1
-
ipdatabase-master
说明: ipdatabase
二叉树快速搜索IP地址数据库
数据
数据源采用2015年广告协会制定的IP地址标准数据库,中国互联网广告行业统一采用的标准IP库。
原理
利用二叉树实现IP查询,首先将10进制IPV4地址转化为二进制构建二叉树,利用二叉树搜索进行搜索,查询时间复杂度log2n,比传统IP库n的查询速度高出一个量级。(Ipdatabase
Binary Tree Fast Search IP Address Database
data
The data source is the standard IP address database formulated by the Advertising Association in 2015, and the standard IP database adopted by the Internet advertising industry in China.
principle
The binary tree is used to realize IP query. Firstly, the 10-bit IPV4 address is converted into binary to construct a binary tree, and the binary tree search is used to search. The query time complexity log2n is one order of magnitude higher than that of traditional IP library n.)
- 2020-06-15 22:35:01下载
- 积分:1
-
DBtools
Java MySQL import and export data Java MySQL import and export data
- 2014-06-17 11:33:25下载
- 积分:1