-
JMF播放器源代码
运行JMFSample就可以拉
JMF播放器源代码
运行JMFSample就可以拉 -JMF Player source code 呵呵
- 2022-02-05 00:55:24下载
- 积分:1
-
java程序,适合初学者,可编译运行,已测试
java程序,适合初学者,可编译运行,已测试-java procedures for beginners, the compiler can run, have tested
- 2022-02-11 16:49:50下载
- 积分:1
-
java写的一个mp3文件命名的小工具,可能有很多错误,指出问题。
用Java写的一个mp3文件改名的小工具,可能还有不少bug,希望高手多多指点:) 用法:打开需要改名的mp3文件(或者包含mp3文件的目录),然后按开始操作就可以了。 新文件名为:歌手名_歌曲名.mp3 从RedHat9和win2000下面测试过(都是jdk1.4)。 压缩包中包含一个可执行的jar文件(跨平台),一个exe文件(windows)和一个linux下可运行的程序。 另附源码在src目录下。-Java write an mp3 file naming the small tools, there may be many bug, pointing out the many experts hope :) Usage : Open the need to change the mp3 files (including MP3 files or directories), then started operation on it. The new document, entitled : artist _ song. Mp3 from RedHat9 and WIN2000 tested below (all jdk1.4). Compression package contains an executable jar files (cross-platform), a exe files (windows) and a Linux operating under the procedures. Followed by source in the src directory.
- 2022-11-27 06:00:03下载
- 积分:1
-
JAVA图形界面算平均值 方差 简单的JTREE是应用
JAVA图形界面算平均值 方差 简单的JTREE是应用-JAVA graphical interface for easy operator JTREE average variance applications are
- 2022-06-13 05:02:52下载
- 积分:1
-
Based on the Java servelet a hotel broker program access database access
一个基于Java servelet的hotel broker 程序
实现access数据库访问-Based on the Java servelet a hotel broker program access database access
- 2022-03-04 21:23:17下载
- 积分:1
-
本教程是为java插件ImageJ写作介绍。它解释了…
This tutorial is an introduction to writing Java plugins for ImageJ. It explains the concept of plugins in ImageJ, starting with the sample plugins that are part of the ImageJ distribution and covers those parts of the ImageJ API, that are essential for writing plugins. A reference of the most important classes, methods and constants is provided.
- 2023-07-14 17:40:02下载
- 积分:1
-
java中用正则表达式来检测IP地址是否合理,简单又好用。
java中用正则表达式来检测IP地址是否合理,简单又好用。-detect you ip address is valid or not.
- 2023-04-18 22:40:03下载
- 积分:1
-
BBS
BBS-CS是采用JSP+JavaBean+Servlet开发的一套网络虚拟社区系统。-BBS-CS is used JSP Servlet JavaBean development of a network of virtual community systems.
- 2022-01-25 13:59:25下载
- 积分:1
-
explain HTML source code for Java
HTML解释器JAVA源码-explain HTML source code for Java
- 2022-04-19 07:58:23下载
- 积分:1
-
finaloverridingillusion.ziplic类dowhiledemo {
finaloverridingillusion.ziplic class DoWhileDemo {
public static void main(String[] args) {
String copyFromMe = "Copy this string until you encounter the letter g ."
StringBuffer copyToMe = new StringBuffer()
int i = 0
char c = copyFromMe.charAt(i)
do {
copyToMe.append(c)
c = copyFromMe.charAt(++i)
} while (c != g )
System.out.println(copyToMe)
}
}
-finaloverridingillusion.ziplic class D. oWhileDemo (public static void main (String [] args) (String copyFromMe = "Copy this string un til you encounter the letter g. "StringBuffer c opyToMe = new StringBuffer () int i = 0 char c = cop yFromMe.charAt (i) do (copyToMe.append (c) c = copyFromMe.charAt (i)) while (c! = g) System.o ut.println (copyToMe
- 2022-08-16 16:32:30下载
- 积分:1