资源列表
datalink
- 简单的JAVA连接数据库例子,提供SQL查询接口,更新接口.
Point3
- 用于java3d的初级测试。由于本人是java3d新手。所以没有注示每段代码的具体用途。
Java-HashMap
- Java集合中HashMap的简单使用,比较详细,供大家分享-Java collection HashMap simple to use, more detailed for all to share
calc2
- a simple html javascr ipt calculator code
JavaPlayer
- JAVA 播放 音频文件 WAV. InputStream stream =new ByteArrayInputStream(sound.getSamples()) -JAVA play audio WAV InputStream stream =new ByteArrayInputStream(sound.getSamples())
string
- 编写验证类,要求: 密码长度6-10位 确认密码和密码相同 是不是整数 是不是小数 是不是合法的电子邮件 输入信息不能为空 (说明:使用String类提供的方法或正则表达式判断,任取一种实现以上功能) -I hope the code can help the people who want to learn Java
BallJump
- 实现一个小球以一个初速度自由下落,然后在反弹获取-To achieve a ball with a speed of free fall early, then get the rebound
healthAwokeMgr
- 医疗问卷提醒业务功能实现。可得到健康咨询-Medical questionnaire remind business functions
Three-basic-sort-thinking
- 算法实现,主要是三大排序算法的实现,包括冒泡,选择和插入,是基本的排序-Algorithm three sorting algorithms to achieve, including bubbling, select and insert a basic sort
BackgroundAudio
- Continuously play background noise in a loop, until halt() is called for Andriod.
DialerKeyListener
- For dialing-only text entry for Andriod.
myThread
- 两个种实现多线程同步的方法,使三个线程分别打印12345另一个打印678910依此类推。-Two kinds of methods to achieve multi-thread synchronization, so that three threads are printing another Print 12345 678910 and so on.