资源列表
Page
- 实现了WEB浏览器下面进行分页的基本功能,只需要提供一个数组即可
时间
- 一个关于时间的程序-A program concerning time
Virginia
- 自己写的java小程序,实现维吉尼亚加密/解密算法-Their own small programs written in java, implementation Virginia encryption/decryption algorithm
myjava
- java语言的双链表程序,可以用本人调试好的。-s
mouse_servo
- Little arduino code to control two servo motros with a ps2 mouse
NQueensBacktracking.java
- 解决n-queens using blind search-solving n-queens using blind search
DisplayImage2
- 入门学习java纯编码编写多媒体程序的良好示例,这是第二个-Pure java code you started writing a good example of multimedia programs, this is the second
searchtest1
- 简单的查找,能找到是否存在该元素并返回该元素的下标-Simple search, to find the existence of the element and returns the subscr ipt of the element
jpg2bmp
- java实现简单的图片格式转换,由用户选择-java simple image format conversion
Call_Java_Classes_in_JSP
- 在JSP中使用Java类。Should put the classes into packages. Should not just put them into default unamed package.-Should put the classes into packages. Should not just put them into default unamed package.
huiwen
- 回文字符串是指从左到右和从右到左相同的字符串。 现给定一个仅由小写字母组成的字符串,你可以把它的字母重新排列,以形成不同的回文字符串。 * 输入:非空仅由小写字母组成的字符串,长度不超过100; 输出:能组成的所有回文串的个数(因为结果可能非常大,输出对1000000007取余数的结果)。 * 例如:输入"aabb" 输出为2(因为“aabb”对应的所有回文字符串有2个:abba和baab)-Palindrome string is from left to right and ri
BerTlv
- Class for representing BER-TLV objects.