-
Shared Whiteboard based on Java RMI
基于java rmi的白板-Shared Whiteboard based on Java RMI
- 2022-03-21 08:24:55下载
- 积分:1
-
2006081323141010047
是蚁群算法的源程序,是用蚁群算法解TSP问题的源程序!(ant algorithm is the source, is ACO for the TSP source!)
- 2007-04-25 00:54:17下载
- 积分:1
-
OpenOMR
OpenOMR是一个乐谱识别并打印乐谱的工具。 它允许用户扫描印刷乐谱,并通过计算机扬声器播放。(OpenOMR is an open source optical music recognition (OMR) tool for printed music scores. It allows a user to scan a printed music partition and play it through the computer speakers.)
- 2020-11-14 18:09:42下载
- 积分:1
-
使用javabean完成驶入一个圆的半径按提交就会显示面积和周长
使用javabean完成驶入一个圆的半径按提交就会显示面积和周长使用javabean完成驶入一个圆的半径按提交就会显示面积和周长
- 2022-01-25 14:09:15下载
- 积分:1
-
onlychi
说明: 自己系统开发,用与学习和后面项目的开发,主要集成springboot(Develop your own system, use and learn, and develop later projects, mainly inherit spring boot)
- 2019-03-15 11:28:41下载
- 积分:1
-
javaService
实现即时将数据库信息推送web前台功能,需要数据库支持(Push Station instant messaging capabilities, database support)
- 2013-11-19 17:03:28下载
- 积分:1
-
android 百度地图定位SDK实例源码下载(geosdk实例)
百度地图定位sdk 实例源码
- 2014-05-24下载
- 积分:1
-
TankGame坦克游戏
package TankGame1;
import java.util.Vector;
//一个抽象的坦克类
class Tank{
int x;//表示坦克的坐标
int y;
boolean isAlive=true;
int direct=1;//表示坦克的方向
int speed=5;//坦克的速度
int life=4;//坦克的生命 表示要打几下才能够打死
int lifeDownSpeed=1;
public Tank(int x,int y){
this.x=x;
this.y=y;
- 2022-03-21 17:20:26下载
- 积分:1
-
it is about java profiling concepts presentation
it is about java profiling concepts presentation
- 2022-02-15 20:18:43下载
- 积分:1
-
jqueryftbdlhdyzcj
说明: 仿照淘宝登录验证码的jquery插件,可以让你在页面上便捷的生成这种滑动验证的特效(The jquery plug-in modeled after the Taobao login verification code allows you to easily generate this sliding verification effect on the page)
- 2020-04-27 12:25:49下载
- 积分:1