资源列表
Vigenere
- 一个关于维吉尼亚密码的编程,用java实现,用String类和数组实现,比较经典-A password on the Virginia program, with java implementation, with the String class and an array of implementation, more classic
Email_valid
- email validation in java
Memory
- java+wmic获取远程主机的内存,需要对方主机的IP、用户名、密码-java+ wmic access to the remote host' s memory
SortedDirList
- java实现的文件夹排序输出,使用正则表达式-Directory Sort And List Using Regular Expression
ftp
- 用Java实现FTP自动下载,需指定FTP服务器地址、登录名和密码。-FTP with Java implementation to automatically download, specify the FTP server address, login name and password.
1
- Code for Break Labels in Java
B
- 输入n值,打印边长为n的空心正六边形,其边由“*”组成。-Enter the n value, the print side of the hollow regular hexagon for the n, the edge by the " *" component.
New-Compressed-(zipped)-Folder
- Simple java code showing how a loop can be done
keyceshi
- 一个单音的测试小程序,很简单的一个小程序。-A mono test applet, a small program is very simple.
Palabra
- Te toma una frase y te la coloca alrevez
bank
- Create a Bank class with methods deposit & withdraw. The deposit method would accept attributes amount & balance & returns the new balance which is the sum of amount & balance. Similarly, the withdraw method would accept the attributes amount & bala
HeapSort.java
- Heap Sort algorithm in java.