-
calculater
android环境下开发的计算器,基本实现计算器的功能,界面美观(android calculater)
- 2012-05-10 21:22:55下载
- 积分:1
-
HasPositionalPredChecker
Has Positional Pred Checker extends X Path Visitor Source Code for Andriod.
- 2014-01-01 11:38:11下载
- 积分:1
-
43556877
java方面的教程, 是一个好教程 内容很全 讲解详细()
- 2018-02-08 18:22:04下载
- 积分:1
-
RouteSpecificPool
A connection sub-pool for a specific route, used by {@link ConnPoolByRoute}. The methods in this class are unsynchronized. It is expected that the containing pool takes care of synchronization.
- 2013-12-03 13:43:19下载
- 积分:1
-
会议室管理
说明: 会议室管理系统源代码为且翁群翁群翁骑我发给电饭锅(Using Ajax to add, delete, modify and query)
- 2019-12-23 12:39:43下载
- 积分:1
-
java_course
本人学习JAVA初期,练习课本程序时,将老师上课代码手敲进电脑,有一点价值吧,供新手使用(When I learn early JAVA, exercise books program, the teacher in the class code is hand knocked into the computer, it has little value for the novice to use)
- 2016-06-29 12:56:33下载
- 积分:1
-
WordCount
hadoop mepreduce wordcount 代码(hadoop mepreduce wordcount)
- 2013-08-08 10:13:29下载
- 积分:1
-
javaphoto
用JAVA写的相册。里面包含源代码。。。。。。(Write the album with JAVA. Which contains the source code. . . . . .)
- 2010-10-17 13:22:17下载
- 积分:1
-
jQuery_LigerUI
jQuery ligerUI Demos 导航页,jQuery LigerUI是基于jQuery开发的一系列控件组,包括表单、布局、表格等等常用UI控件 使用LigerUI可以快速创建风格统一的界面效果。(jQuery ligerUI Demos navigation page, jQuery LigerUI is a series of controls based on jQuery development groups, including forms, layout, tables, etc. Use LigerUI common UI controls can quickly create a unified style interface effects.)
- 2014-10-24 09:19:08下载
- 积分: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