资源列表
src
- 编写一个Application程序MyDate.java,建立日期类,接受用户输入的年、月、日,完成日期增加若干天得到新的日期,日期推前若干天得到新的日期,日期与日期间相差多少天的计算。(Write a Application program MyDate.java, establish the date class, accept the user input year, month, day, completion date increase several days to get the
MyAssert
- 使用自定义断言,显著增加代码可阅读性,缩短业务检查类处理代码量(Using custom assertions significantly increases code readability and shortens the amount of code processed by business inspection classes)
计算器.java.java
- 简单的加减乘除,一个简易的计算器。有窗口平台进行(Can be simple to add, subtract, multiply and divide)
习02.07 数字菱形
- 数字菱形的实现 来自java程序设计实用教程第四版(Realization of digital diamond Practical tutorials from Java programming fourth edition)
小型计算器和猜数游戏
- (1)实现一个小型计算器的功能,即输入一个表达式,然后从表达式中提取出两个数字和一个运算符,最后输出计算结果。 (2)猜数游戏((1) realize the function of a small calculator, that is, input an expression, then extract two numbers and an operator from the expression, and finally output the calculation result. (
WebLinYi
- 从已获取的网址访问并提取网页相关标签源代码。(Extracting the source code of the web related label)
shiyan5
- 编写一个Application程序MyDate.java,建立日期类,接受用户输入的年、月、日,完成日期增加若干天得到新的日期,日期推前若干天得到新的日期,日期与日期间相差多少天的计算。(shandongdaxueJAVAshiyan5)
tt
- java数据库建表语句,java数据库建语句(The Java database builds the table statement, and the Java database builds the statement)
chess
- 用java做的象棋小游戏,逼真的界面,畅快的厮杀,高深的远见与谋略,智慧的碰撞。(The game of chess made with Java, realistic interface, smooth fighting, deep vision and strategy, and the collision of wisdom.)
OneArryasTools v1.1-ok
- * 这是一个一维数组的工具类,里面封装了6个方法,分别是 * 1.数组的遍历: print方法 * 2.获取最大值: getMax方法 * 3.获取最小值: getMin方法 * 4.反转数组:revArray方法 * 5.数组升序(从小到大排列):asc * 6.数组降序(从大到小排列):desc * * 备注:显示的同时带数组返回,加个接收类型就可以了。 * * @author wuxiaolong * @version v1.1(* this
calculator
- 有界面的计算器,需要配合java里的windowbuilder使用(An interface calculator that needs to be used with the WindowBuilder in Java)
Book
- 定义一个Book类,该类定义中包括: 数据成员:bookname, price, number(存书数量) 成员函数: display() //显示图书的情况‘ borrow() //将存书量减1,并显示当前存书数量 restore() //将存书量加1,并显示当前存书数量 在main()函数中,要求创建多种图书数量,并且对该图书进行简单的显示、借阅和归还管理。(Define a Book class that includes: