-
自己制作一个音频文件播放器,能够播放多种音频格式的文件。
(1) 实现为Applet小程序
(2) 实现开始、暂停、停止等播放控制
(3) 维护一个...
自己制作一个音频文件播放器,能够播放多种音频格式的文件。
(1) 实现为Applet小程序
(2) 实现开始、暂停、停止等播放控制
(3) 维护一个或多个播放列表
(4) 能够从Internet下载歌曲并播放。
其它功能可自行扩展。
-Own an audio file player, can play a variety of audio formats. (1) to achieve for the Applet applet (2) the realization of the start, pause, stop, such as playback controls (3) the maintenance of one or more playlists (4) can be downloaded from the Internet and play songs. Other features are free to expand.
- 2022-07-27 01:52:18下载
- 积分:1
-
java excel操作源代码,希望大家可以一起交流
java 对 excel操作的 源代码 希望大家可以一起交流-java to excel operated source code hope everyone can work together to exchange
- 2023-02-18 16:40:04下载
- 积分:1
-
用JAVA编程实现的方块魔方!
用JAVA编程实现的方块魔方!-with JAVA programming of sheet Cube!
- 2022-11-28 19:05:03下载
- 积分:1
-
jfreechart 1.0.6 demo 源代码
jfreechart 1.0.6 demo 源代码-jfreechart demo crs
- 2022-05-30 02:03:28下载
- 积分:1
-
一套完整的OA办公系统(JSP)的,可以实现基本的流程管理和文件管理...
一套完整的OA办公系统(JSP)的,可以实现基本的流程管理和文件管理-a complete set of OA Office System (JSP), can achieve the basic workflow management and document management
- 2022-02-11 10:51:50下载
- 积分:1
-
classshapemain.zip// : c03 : AutoInc.java// Demonstrates the and
classshapemain.zip
//: c03:AutoInc.java
// Demonstrates the ++ and -- operators.
// From Thinking in Java, 3rd ed. (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
public class AutoInc {
public static void main(String[] args) {
int i = 1
System.out.println("i : " + i)
System.out.println("++i : " + ++i) // Pre-increment
System.out.println("i++ : " + i++) // Post-increment-classshapemain.zip// : c03 : AutoInc.java// Demonstrates the and-- operat ors.// From Thinking in Java, 3rd ed. (c) Bruce Eckel 2002// www.BruceEckel. com. See copyright notice in CopyRight.txt. pu blic class AutoInc (public static void main (St. ring args []) (int i = 1 System.out.println ( "i : "i) System.out.println (" i : "i)// Pre-increment System.out.println (" i : "i)// Post-increment
- 2022-06-15 15:44:31下载
- 积分:1
-
个人求职管理系统java
个人求职管理系统java-personal job management system java
- 2022-01-25 18:27:02下载
- 积分:1
-
这程序是诚信网络购物中心使用的相关程序。
这程序是诚信网络购物中心使用的相关程序。-This procedure is the integrity of Internet shopping malls using related procedures.
- 2022-10-27 23:35:04下载
- 积分:1
-
Java与Mysql数据库连接操作
Java与Mysql数据库连接操作-Java and Mysql database connectivity to operate
- 2023-02-26 07:45:03下载
- 积分:1
-
带验证的javaMail邮件发送程序,仅供参考
带验证的javaMail邮件发送程序,仅供参考-with verification procedures javaMail mail sent, for information purposes only
- 2022-04-19 09:30:45下载
- 积分:1