-
parking_biz
说明: 自己学习ssm开发的小系统,这是业务层,包含必要的Java代码(learn ssm and develop a system by myself)
- 2020-06-18 22:20:02下载
- 积分:1
-
JAVA虚拟机精讲
介绍java虚拟机内存回收机制,类加载机制,及一些分析工具的使用(Introduce the running mechanism of Java virtual machine)
- 2018-12-05 14:46:19下载
- 积分:1
-
AvinyPrayerTime
It contains all of Pray Times
- 2014-01-10 02:52:46下载
- 积分:1
-
quaqua-3.6.11
这是一个仿MAC-X界面java SDK src包.(This is a fake MAC-X interface java SDK src package.)
- 2007-02-11 21:42:06下载
- 积分:1
-
Exploring-the-FileSystem-APIs---HTML5-Rocks
FileSystemn API to acces host file system from within JavaScript applications
- 2014-09-01 19:17:04下载
- 积分:1
-
mojiydjm
高仿墨迹天气引导界面共有4个视图,截图里的图片都是实现后的静态图,运行程序可以看到动画效果。第一个界面中有四个动画效果,最上面的“极低耗电”标示,最下面的箭头标示,还有中间旋转的电池图标和电子表的闪动,第二个界面最上面的“极小安装”动画和最下面的箭头动画和第一个图中的一样,不做过多介绍第三个界面中间云移动效果使用了平移动画,火箭喷气效果使用了animation-list的逐帧动画。(High imitation ink weather interface to guide a total of four views, the screenshot of the picture is after the realization of the static graph, run the program to see the animation. Mark the first interface has four animation, the top extremely low power consumption, the bottom arrow mark, and intermediate rotation of the battery icon and electronic table of flashing, at the top of the second interface minimal installation animation and the bottom arrow animation and the first figure, not do too introduce the three interface between mobile cloud effect translational animation, rocket jet effect using the animation list frame by frame animation.)
- 2016-07-04 10:34:16下载
- 积分:1
-
MP033
mp3播放器,很好很强大的播放器java源代码,注释什么都有,简单易懂,(mp3 player, a very powerful player java source code, comments, everything, easy to understand,)
- 2014-06-19 17:39:47下载
- 积分:1
-
LatinKeyboardBaseView
should be replaced with ones to its base class Source Code for Andriod.
- 2014-01-12 18:18:16下载
- 积分:1
-
TestFan
用JAVA开发出模拟电风扇的功能(developed with Java functional simulation fans)
- 2004-12-19 10:10:34下载
- 积分:1
-
JiSuanQi
java实现计算器,import java.awt.*
import java.awt.event.*
import javax.swing.*
public class JiSuanQi
{
Frame f
Label lab
Button[] bt=new Button[29]
JTextField t
StringBuffer str //显示屏所显示的字符串
double x,y //x和y都是运算数
int z //Z表示单击了那一个运算符.0表示"+",1表示"-",2表示"*",3表示"/"
static double m //记忆的数字
JiSuanQi()
{(java implementation calculator, import java.awt.* import java.awt.event.* import javax.swing.* public class JiSuanQi {Frame f Label lab Button [] bt = new Button [29] JTextField t StringBuffer str //display character string displayed double x, y //x and y are the operands int z //Z represents an operator clicks that 0 means " +" , 1 indicates " -" , 2 is " *" , 3 is " /" static double m //number in memory JiSuanQi () {)
- 2013-05-24 19:03:04下载
- 积分:1