-
auction-lap-master
说明: 拍卖算法,可以用来学习分布式拍卖算法,了解原理,希望对大家有帮助(this is the distributed auction algorithm developed by Java, hope help anyone who need it!)
- 2020-03-24 20:33:19下载
- 积分:1
-
transportwithsource
说明: 高质量文件传输,界面开发的文件传输软件,可以方便的传输文件,速度快,而且支持大文件(high-quality file transfer, interface development of file transfer software that can facilitate the transmission of documents, faster, but also supports large files)
- 2005-11-03 14:49:02下载
- 积分:1
-
OsSimulation
一个简单的操作系统模拟程序
java+swing
可进行一般的文件操作
进程建立及删除等(A simple operating system simulation program java+ Swing can be a general file operations, such as the process of creation and deletion)
- 2021-01-07 03:58:52下载
- 积分:1
-
ownerElement02
this is set by subclasses, but don t make it public.
- 2014-02-25 11:22:56下载
- 积分:1
-
jdb4sqlserver
java访问sql server数据库的jdbc驱动,很重要哦(java database sql server access jdbc driver, it is very important, oh)
- 2009-06-03 15:31:31下载
- 积分:1
-
Thinking_in_Java
学习JAVA从这本书学起,很好的书值得珍藏,希望能给大家一些帮助。(Thinking in Java)
- 2013-10-06 16:39:58下载
- 积分:1
-
JAVA-calculator
JAVA-计算器JAVA-calculator
JAVA-calculator
(JAVA-Calculator JAVA-calculator JAVA-calculator)
- 2013-03-10 13:55:06下载
- 积分:1
-
calc
简单计算器,能实行简单的加减乘除,开平方(Simple imitation of windows calculator
)
- 2010-12-11 20:56:36下载
- 积分: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
-
xchart-demo-3.5.4.src
xchart源代码,包含了大量的条形统计图 ,曲线 ,折线,弧形等众多画图源码(xchart source code Contains a large number of bar statistics curves, polygons arcs and many other drawing source code.)
- 2019-06-05 13:03:06下载
- 积分:1