资源列表
ModifiedClient
- ssd8练习二,运行结果正确,没问题的。-import java.io.* import java.net.* //count the number of bytes that it sends and receives public class ModifiedClient { /*The connection port*/ final static int portNumber = 80 /*The work content where yo
Comparison
- 输入0到20之间的数字,将能被2整除的去掉,然后输出-Enter a number between 0 to 20, will be divisible by two of the removed, then the output
calculator
- 用Java语言编写的计算器,可实现加减乘除功能。-The preparation of addition and subtraction multiplication and division calculator
JNative_DLL
- JAVA中,用JNative调用DLL驱动设备-USE JNative Call DLL
DatabaseConnection
- java database connection
TestArray
- 本java代码实现了运用数组实现了选择排序,程序简单易懂!-The use of an array of java code to achieve the sort of choice, the program easy to understand!
DownloadTableModel
- simple download manager
EncodingFilter
- 用java写的过滤器 解决web中的get post 中文乱码问题-Written in java web filter to solve the garbage problem in the get post
main
- android开始的时候,学习的一个小例子,比如,hello,activity-android beginning, a small example of learning, for example, hello, activity
LinearInterpolatorTest
- LinearInterpolatorTest extends ActivityInstrumentationTestCase2.
Phone
- 利用映射接口,编写一个模拟电话簿的程序,实现简单的增、删、查、改等功能。-create a phonebook
src
- 方法的重载小例程,方法的重载就是在同一个类定义了多个名称相同的但是参数类型不同和数量不同以及顺序不同的方法。-Method overloading small routines