-
prepared by the degree of latitude and longitude entry controls, coordinates inc...
java编写的经纬度度录入控件,支持经纬度载入,对于编写gis程序很有用哈。-prepared by the degree of latitude and longitude entry controls, coordinates included support for the preparation of procedures gis useful Kazakhstan.
- 2022-08-03 15:55:35下载
- 积分:1
-
自己制作一个音频文件播放器,能够播放多种音频格式的文件。
(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
-
视觉摇摆是一个日食插件
visual swing 是一个eclipse的插件,增强eclipse的swing可视化编程能力,不错的东东。-visual swing is an eclipse plug-ins eclipse of the swing to enhance visual programming capabilities, good Dongdong.
- 2022-01-23 11:22:08下载
- 积分:1
-
简单的奖学金评定系统,本人可以根据要求做的更好!
简单的奖学金评定系统,本人可以根据要求做的更好!-simple Assessment System scholarships, I can be asked to do better!
- 2023-07-06 13:15:03下载
- 积分:1
-
一个用java写的变焦通过缩小字体的程序
一个用JAVA 写的通过点击放大的缩小字体的程序-a written using Java Zoom through the narrow fonts procedures
- 2022-01-26 06:29:58下载
- 积分:1
-
用tcp,udp 实现的聊天室,都能正常运行,初学java网络编程的可参考...
用tcp,udp 实现的聊天室,都能正常运行,初学java网络编程的可参考-using tcp, udp achieve chat rooms, the normal operation of the network novice java programming reference
- 2022-03-23 03:58:45下载
- 积分:1
-
类似华容道的拼图游戏,目的是把大的方块移动到窗口的下方...
类似华容道的拼图游戏,目的是把大的方块移动到窗口的下方-HuaRong Road similar to the picture arrangement game, the aim being to big box moved to the bottom of the window
- 2022-04-09 09:01:56下载
- 积分:1
-
FCFS和SJF调度算法
FCFS和SJF调度算法-FCFS scheduling algorithm and SJF
- 2022-03-17 17:36:01下载
- 积分: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
-
ACM qualifying race statistics software
ACM比赛统计排位软件-ACM qualifying race statistics software
- 2022-06-02 10:36:45下载
- 积分:1