资源列表
LinkedListDemo1
- 用linklist建立一个单链表,并将其倒置-Create a list using linklist and its inversion
AllSort
- 使用算法实现全排序,这是一个递归算法,说难不难,说简单不简单-Using all sort algorithm, which is a recursive algorithm, that is difficult or not, that simple is not simple
validate
- 用图片自动生成验证码,易学,易懂,易掌握-Automatically generated with the image verification code, easy to learn, easy to understand, easy to master
Login
- windows环境下的登录窗口,实现登录检测-windows environment login window, log on to achieve detection
jsflash
- 解决js在firfox下不能传值的问题,解决js在firfox下不能传值的问题-Solve js in firfox problem can not be passed by value
Money
- 该代码的功能是将x表示的金额转换成中文大写形式-The function of this code is conversing the amount of x said into Chinese capital form
ServerSocket
- 简单的基于Java的服务端客户端程序,比较适应与初学者-Simple Java-based client-service program, more compatible with the beginners. .
AnnotationCompareTest
- Annotation Compare Test Source Code for Andriod.
APIDiff
- The class contains the changes between two API objects packages added, removed and changed for Andriod. -The class contains the changes between two API objects packages added, removed and changed for Andriod.
SearchableCorporaTest
- Searchable Corpora Test extends Android Test Case.
quest4
- 一个Java程序 • 时间(24小时时钟)噪声读数(您可能假设 用户输入一个整数范围在(0 . .23) • 噪音分贝的音量(你可以假定用户将进入一个 整数范围在(0 . .200) 你的程序需要计算是否应该征收罚款,罚款的金额应该是什么。然后程序打印出罚款。 罚款的数量决定的 时间产生的噪声,噪声的响度。噪声在睡觉 时间(看作是10点或之后但在6点之前)被认为更严重 噪音在其他时间。睡眠时间以外,声音比90分贝噪音会增加 100
IODemo09
- 实现序列化编程,先创建一个自定义的类,让此类实现java.io.Serializable接口这个类的对象 就可以保存到文件中-define a class and implement Serializable