资源列表
java游戏编程起步源代码
- JAVA游戏编程起步源代码。对JAVA初学者有用,总共有8个实例。-Source code of Java game programming,it s very useful to beginners of Java,totally 8 examples.
Chapter 1 Source Code
- java编的售糖程序,主要用于讲解数据结构,另附一个时钟程序用于学习数据结构-java series of the sugar sale procedure, used mainly on data structure, followed by a clock procedures for the study of data structure
OReilly.Hibernate.A.Developers.Notebook.May.2004.e
- 使用hibernate的时候的一些需要注意的问题,和一些开发经验,英文-may attention some question and some program experiment,English when you use hibernate
j-iframe-doc
- JAVA写的一个不规则窗体程序!用了JNI等技术,不过没有原代码,大家可以参考一下-write a Java Form irregular procedure! Using the JNI technology, but not the original code, we can take a look
JAVA声音技术
- JAVA声音技术 声音可以创造意境,触发遐想,当与虚拟图像相结合时,更加可以让整个世界充满幻觉。声音是多媒体技术的基础。这就是Sun公司的JAVA媒体技术开发小组忙于准备Java Sound 1.0 API并将其包含于下一版本的JAVA开发工具库中的原因。-JAVA voices sound technology can create moods and trigger daydream, and the combination of virtual images, the more it ma
JBuilder制作音频播放程序(2)
- JBuilder制作音频播放程序,需要注意的是,当播放时,界面上的各个按钮应当仍然可以对用户的操作进行事件响应,所以至少需要两个线程:一个控制歌曲的播放,另外一个对用户事件进行响应。因此我们的AudioPlay类需要实现Runable接口,以使用多线程技术。根据JDK的解释-JDK1.4.0,任何需要由线程执行的实例都应当实现Runable接口,而且由于我们只需要重写run()方法和stop()方法,并给start()方法多态化,所以我们选择实现Runable接口,这样就可以不需要继承Threa
监视键盘事件
- 实现在applet中监测一个键盘按下的并获取按键的功能-achieve the applet monitoring a keyboard and press the button access to functions
传递参数
- 使用javaApplet技术,通过HTML页面将信息传递给applet实现滚动广告!-use of technology, and HTML pages to deliver information to achieve applet rolling advertisements.
使用smtp协议接受邮件
- 使用javaApplet编写的smtp协议接受邮件软件!初学者有很多可以学习的地方!-use javaApplet prepared to accept the agreement smtp mail software! Beginners can learn a lot of places!
java记事本
- 运行平台: LINUX/UNIX Macintosh Windows Server 2003 Windows 2000 Windows XP Windows CE Windows 9*/ME Windows NT MS-DOS-platforms : Linux / UNIX Macintosh Windows Server 2003 Windows 2000 Windows XP Windows CE Windows 9 * / ME Windows NT MS-DOS
ExtractWordDocument
- 从word文件中制取文字的控件,根据网上下载的代码修改。在jbuilder下通过测试。使用了第三方的控件。可以在网上免费下载。-word from the document text from the system controls, according to the Internet to download code changes. In JBuilder through testing. Use of third-party controls. The Internet can be do
Debug_StopWatch
- 用JAVA写的计时程序,对进行程序调试与测试时可能会有帮助,我用他来测试网络程序的响应时间。-with JAVA time to write procedures for the commissioning and testing procedures may be helpful, I used his network to test the response time procedures.