资源列表
chengfakojue
- 这是我自己写的JAVA乘法口诀,有需要的可以参考下。-This is my own multiplication formulas written in JAVA, we need to refer to the next.
menu.java
- For Menu Examples Simple Java
GetURL
- 获取url 可以让人很方便的把一个网页上的url给下载下来-People can easily get the url to the url on a web page to download
sort
- 排序练习,包括选择排序,冒泡排序,插入排序等-Selection sort, bubble sort, insertion sort
StringTest
- 这是一个关于String的测试类,你如果都能答对说明你的基础已经过关了-It s about String Testing,you can do it
Adder
- java加法器源代码,希望对于初学者有所帮助!-a java adder
Game
- Java 猜拳小游戏(命令行版) 实现人机互动的石头剪刀布猜拳小游戏。-Java Game
ReadExcel
- Java code to read Excel sheet.-Java code to read Excel sheet.
Queen
- 这是一个关于八皇后问题用回溯法求解的java解法!-This is the one on the eight queens problem using backtracking method for solving the java solution!
asp_programming_code_to_achieve_Chinese_virtual_do
- asp编程中文虚拟域名实现代码asp programming code to achieve the Chinese virtual domain-asp programming code to achieve the Chinese virtual domain
TextFile2
- java for research engine
count
- 编写Java 代码实现一个计数器类Counter,其中包含: 域counterValue 用来保存计数器的当前数值; 方法increment() 计数器加1; 方法decrement() 计数器减1; 方法reset() 清零; 思考:这个类应该定义几个构造函数?为什么? 利用该计数器类,编写一测试类,用以管理会议室投影仪的出借情况。每新购入一台投影仪或收回一台投影仪,计数器加1;每淘汰一台投影仪或借出一台投影仪,计数器减 1。-Write Java cod