资源列表
Ex1_1
- 编写程序,从控制台读入double型的摄氏温度,然 后将其转换为华氏温度,并且显示结果。-Write a program read from the console type double Celsius temperature, and then convert it to Fahrenheit, and displays the results.
Key
- interface Key extends Serializable for Andriod.
LineNumberInfoAdder
- This LineNumberInfoVisitor adds all line numbers that it visits to the given target line number attribute.
sendMail
- 基于java语言开发web过程中的发送邮件功能(忘记密码,通过邮件找回)-Web based java language development process outgoing mail functions (Forgot your password via e-mail back)
TSP
- 用遗传算法解决TSP问题,采用Java实现-the GA code for the tsp problem which is implemented by java
Phone
- 普通电话的计费方式通常包括在节假日和晚上某个时间段打折,也就是说在普通电话类的中就至少包含两种计费方式。因此,可定义两个同名的不同charge_Mode()方法,不同情况下调用不同的方法。为了简单起见,设置一个布尔变量discount_time,需要计费打折时discount_time为真。-java development
DiviedPlus
- 判断任意一个正整数是否能被拆分为连续N个正整数的和的简单算法-To determine whether any positive integer can be broken into for a positive integer N and a simple algorithm
filetree
- 用java写的一个小程序,可以列出当前目录下的所有文件的名字(包括子目录下的文件名)-Using java to write a small program that can list all the files under the current directory name (including the subdirectory under the file name)
Text6
- 自己在学习Java是编写的一个代码,用来实现基本的读写功能-Their own learning Java is written in a code that is used to achieve basic reading and writing functions
AppendText
- Java中的输入 输出的应用 在字符串后面添加字符-Java, the application of input and output characters in the string appending
DiGui
- 使用java能成功实现Floyd的算法的完美的程序,-java program to achieve Floyd algorithm
Overload.java
- 编写一个 Java 程序 ,反映出方法重载的使用特点 , 该程序包含多个重载的加法运算 , 例如 : 整型加法、实型加法、以及混合加法运算等。从中体会方法重载的用法和优点。-Overload.java