-
3proxy.tgz
代理服务器 3proxy
3Proxy 是一个小型的代理服务器,实现真正的跨平台 (Win32/Win64&Unix) ,支持 HTTP/HTTPS/FTP 代理,支持 SOCKSv4/SOCKSv4.5/SOCKSv5 代理(socks/socks.exe), POP3 (proxy, SMTP proxy, AIM/ICQ proxy (icqpr/icqpr.exe), MSN messenger/Live messenger proxy (msnpr/msnpr.exe), FTP proxy, caching DNS proxy, TCP and UDP portmappers.)
- 2021-04-22 12:18:48下载
- 积分:1
-
电子像册(java)
用JAVA编写的电子像册。比较使用!用记事本打开方式就可以打开了!(prepared using JAVA electronic photo album. Compared to use! Use Notepad to open the way can be opened!)
- 2005-01-02 20:46:25下载
- 积分:1
-
tickler
功能简介:文件:新建,保存,另存为,退出编辑:复制,粘贴,剪切,格式:字体(有系统所有字体和大小),自动换行,替代,查找可以加载图片的。(Features: File: New, Save, Save As, Exit Edit: Copy, paste, cut, Format: Font (with all fonts and size of the system), word wrap, alternative, find that you can load images.)
- 2013-03-27 21:00:34下载
- 积分:1
-
CRO
Chemical Reaction Optimization (CRO)是一种新兴的智能算法,PaperArtificial Chemical Reaction Optimization Algorithm for global optimization详细介绍了该算法,CRO为其Java代码,供新学者参考
- 2020-11-06 17:29:50下载
- 积分:1
-
dweight
dweight c chapter 1 book c programming a modern approach
- 2015-03-21 20:08:12下载
- 积分:1
-
regress-345
Escaping to the same target from both the try and catch blocks of try..catch..finally should not fail at compile-time.
- 2013-12-25 10:47:59下载
- 积分:1
-
贪吃蛇
说明: java小游戏练手,使用GUI编程,展示了类的继承,多态。(Java small game practice, using GUI programming, show class inheritance, polymorphism.)
- 2020-08-03 17:03:14下载
- 积分:1
-
SQOOP2
SQOOP2的java实例
创建连接,创建任务,执行任务(SQOOP2 demo)
- 2016-06-08 17:20:45下载
- 积分: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
-
EX3
说明: 使用Java RMI创建一个分布式议程共享服务。不同的用户可以使用这个共享议程服务执行查询、添加和删除会议的操作。服务器支持会议的登记和清除等功能;(Use Java RMI to create a distributed agenda sharing service. Different users can use this shared agenda service to query, add and delete meetings. The server supports conference registration and clearing;)
- 2020-01-05 14:37:36下载
- 积分:1