-
不使用java API生产字典跨两个简单的java实现…
not use Java API to produce two simple java implementation of a dictionary interface, LinkedListDictionary and HashDictionary, that maps a String key to an Object value-not use Java API to produce two simple java i mplementation of a dictionary interface. LinkedListDictionary and HashDictionary. String that maps a key to an Object value
- 2022-08-25 09:15:56下载
- 积分:1
-
java
实验一 JAVA语言面向对象编程技术
实验二 包、接口、异常处理
实验三 常用系统类库
实验四 图形界面设计
实验五 多媒体与多线程处理(Experiment a JAVA language object-oriented programming technology experiment two packages, interfaces, exception handling library Experiment 3 Experiment 4 used the system graphical user interface design experiments deal with five multi-media and multi-threading)
- 2009-10-14 08:38:37下载
- 积分:1
-
EJBExample
一个在Eclipse开发环境下的,EJB实体的实例!(A development environment in Eclipse, EJB entity instance!)
- 2012-04-17 10:23:33下载
- 积分:1
-
Android_bluetooth
这是一个用Eclipse开发的安卓蓝牙项目,目录简单易懂,适合学习借鉴(This is a Android Bluetooth project developed with Eclipse, which is simple and easy to understand and is suitable for learning.)
- 2017-12-30 23:27:44下载
- 积分:1
-
【供初学者练习使用】几个Java小程序练习
编写一个Java程序,用if-else语句判断某年份是否为闰年。
编写一个Java程序在屏幕上输出1!+2!+3!+……+10!的和。
(1)编写一个圆类Circle,该类拥有:
①一个成员变量
Radius(私有,浮点型); // 存放圆的半径;
②两个构造方法
Circle( ) // 将半径设为0
Circle(double r )&
- 2022-02-04 03:35:54下载
- 积分:1
-
Chapter 7 cases
java教程第七章事例-Chapter 7 cases
- 2023-02-01 06:50:03下载
- 积分:1
-
3.5.0
mybatis3.5.0核心包,国内下载太麻烦,中转一下(Mybatis 3.5.0 core package, domestic download too troublesome, transfer)
- 2020-06-20 18:00:02下载
- 积分:1
-
Java 简单的计算器
用Java做的一个简单计算器 有加减乘除等基本运算,可以实现运算优先级的判断,可以实现带括号的运算。 简单实用200行哈~Java初学者,大神们见谅~
- 2022-03-07 19:30:24下载
- 积分:1
-
SimpleBrowser_V1.0
这是一个简单的 android 浏览器,带书签,历史记录功能,通过SQLITE数据库实现读写操作。(This is a simple android web browser application ,have some function
For example bookmark, history.)
- 2014-03-22 22:40:27下载
- 积分:1
-
123
模拟银行业务:(1) 银行每日的现金额固定,工作窗口个数固定(大于1),客户只能在工作窗口办理业务。
(2) 客户出现可以为随机,其办理的业务种类也随机。客户在到达银行时,总是最短的选择队伍排在最后面。
(3) 当客户取款时,如果帐户余额不足,则拒绝其取款;当银行现金额不足时,应请客户等待,银行现金额充足时通知客户,立即为其办理;当客户等待一定时间后现金仍然不足,或者客户主动查询N次之后,现金仍然不足,则会离开银行。
(4) 客户的存款应加入银行当日当前可用现金额。
(5) 动画实时显示银行办理业务的情况。可以启动、暂停、重新启动银行业务。
(6) 对于本程序,用户可以创建某一特定客户,使之进入银行办理业务,以便测试。
(Analog Banking: (1) bank fixed daily amount of cash, the number of fixed working window (greater than 1), customers can conduct business in the working window. (2) the customer may appear random, handled its business lines also random. When customers reach the bank, always choose the shortest team came in last. (3) when the customer withdrawals, if your account balance is insufficient, rejected its withdrawal when there is insufficient amount of cash banks should ask the customer to wait, notify the customer when sufficient amount of cash banks, immediately its handling when customers wait for a certain time after the cash after still insufficient, or the customer initiative inquiry N times, cash is still insufficient, it will leave the bank. (4) the customer' s date of deposit currently available amount of cash banks should join. (5) Real-time animation display case bank business. You can start, pause, restart banking. (6) For this program, the user can create a specific customer)
- 2016-04-27 21:31:06下载
- 积分:1