搜索资源列表
SunTrain
- 本书的主要目标是为你提供有关Java 应用和Java applets 的面向对象的程序设计所必需的知识和技能; 并讲授Java 编程语言句法和面向对象的概念,以及Java 运行环境的许多特性, 对图形用户界面(GUIs)、 多线程和网络的支持等。本课程包括了参加SUN Certified Java Programmer 和SUN Certified Java Developer 考试所必备的知识。
Account
- 用JAVA中的多线程示例银行取款问题。有账户、银行卡、存折三个类,当用户 取款金额超过银行卡余额时则显示“余额不足”和银行卡所剩金额多少。 显示信 息:您所取金额为1000元! 对不起,余额不足! 余额为200 元! 余额为200元!-Used in multi-threaded JAVA sample bank teller problem. Have an account, bank cards, passbooks three classes, when a
Thread
- 本程序是关于java线程方面的,程序是利用数学算法将自定义的一个球类在面板中进行无限的运动,直到用户终止为止。-This program is about java threading, the program is to use mathematical algorithms to customize a ball in the panel for unlimited movement, until the user terminated.