资源列表
[JSP源码/Java] PaperScissorsRock
说明:Firstly, If the user input is 0,the program will print “Player picks paper”. If the user input is 1,the program will print “Player picks scissors”. If the user input is 2,the program will print “Player picks rock”.<Brian> 在 2025-02-06 上传 | 大小:1kb | 下载:0
[JSP源码/Java] CheckHoroscope
说明:The program allows a user to enquire about horoscope signs. There are 12 signs in the Chinese horoscope. The calculation of a horoscope sign is based on birth year. For example, "Your horoscope sign: Cow" will be<Brian> 在 2025-02-06 上传 | 大小:1kb | 下载:0
[JSP源码/Java] AdvancedQuadraticCalculator
说明:While "a" is not equal to zero, check the discriminant of the quadratic equation. If discriminant is greater than zero, there are two solutions. If discriminant is equal to zero, there is a repeated solution.<Brian> 在 2025-02-06 上传 | 大小:1kb | 下载:0
[JSP源码/Java] LeapYear
说明:The number of days in February is 29 in a leap year and is 28 in a non-leap year. A year is leap if the input year satisfies one of the following conditions: 1. It is divisible by 4 and it is not divisible by 100<Brian> 在 2025-02-06 上传 | 大小:1kb | 下载:0
[JSP源码/Java] DayOfWeekGUI
说明:To check what the input day of week is, the programs would take three values: month, day, year. For month use 1 for January, 2 for February, and so forth. For output print 0 for Sunday, 1 for Monday, 2 for Tuesday, and s<Brian> 在 2025-02-06 上传 | 大小:1kb | 下载:0
[JSP源码/Java] josephu
说明:丢手帕问题,用循环队列实现,可以任意输入循环人数及开始的地方-Lost handkerchief problem, with the circular queue implementation, you can enter any number and the beginning of the cycle<哈文> 在 2025-02-06 上传 | 大小:1kb | 下载:0
[JSP源码/Java] work33
说明:java颜色盘程序,点击对应的颜色按钮,可以显示对应的颜色。-java color wheel program, click the corresponding color button, you can display the corresponding color.<zhengriyu> 在 2025-02-06 上传 | 大小:1kb | 下载:0
[JSP源码/Java] src
说明:关于银行账户的功能实现,包括存取款以及自动生成序列号。-Realization of the function of bank accounts, including deposit and automatically generated serial number.<juency> 在 2025-02-06 上传 | 大小:1kb | 下载:0
[JSP源码/Java] Clock
说明:在Applet上画一个时钟,根据当地时钟来矫正时间,能够在网页上正确的运行-draw a clock on Applet<赵庚> 在 2025-02-06 上传 | 大小:1kb | 下载:0
[JSP源码/Java] SquareRoot
说明:import java.io.* public class SquareRoot { public static void main ( String [ ] args ) { System.out.print("Enter a positive value: ") double value = 0 try { BufferedReader in = new BufferedReader(new InputStreamReade<何俊乐> 在 2025-02-06 上传 | 大小:1kb | 下载:0