资源列表
Main
- simulates coin tossing. Let the program toss a coin each time the user chooses the “Toss Coin” menu option. Count the number of times each side of the coin appears. Display the results. The program should call a separate method flip that takes no arg
Main
- an application that finds the smallest of several integers. Assume that the first value read specifies the number of values to input from the user
Main
- 4. Write a program that sorts three integers. The integers are entered from the console and stored in variables num1, num2 and num3, respectively. The program sorts the numbers so that num1 <= num2 <= num3.
Lab10
- Refer to the UML diagram above and implement the Course class. After you define the Course class, you must create a Course object with the following details: Programming I, WXES1114, taught by SMT. Besides, your program must test all the ac
Main
- Implement the following integer methods: a) Method celsius returns the Celsius equivalent of a Fahrenheit calculation celsius = 5.0 / 9.0 * ( fahrenheit - 32 ) b) Method fahrenheit returns the Fahrenheit equivalent of a Celsius the calculation
Java2reference
- 《Java2程序设计实用教程(第2版)》课件。一共有13个章节。
Designing_Enterprise_Applications_with_the_J2EE_Pl
- 详细介绍在J2EE平台下的系统开发,对J2EE原理,MVC模式等都有详细介绍。
Java2referencehomeworkexperiment
- 这是《Java2程序设计实用教程(第2版)》每个章节后面的部分习题及实验。
agenda_management_system
- java实现的简单议程管理系统,用于简单的会议管理。已经编译完好,可直接运行。
onLine_exam_system
- 基于java swing的联机考试系统,界面式的,非命令行。可添加题库,自行测试。已经编译好,可直接运行。
PalindromeNumber
- java实现的求指定区间内的所有回文数程序。可直接运行。
new_version_onLine_exam_system
- java编写的图形界面的联机考试系统,支持数据库连接,可添加题库,可任选测试,不过实现的比较简单,可做学习之用。
