-
完成课程设计,客房管理系统,需要JAVA和SQL2000,里面什么都有~不会英文,只好用拼音...
完成课程设计,客房管理系统,需要JAVA和SQL2000,里面什么都有~不会英文,只好用拼音-Completion of the course design, management system, required JAVA and SQL2000, everything inside ~
- 2022-01-22 08:14:31下载
- 积分:1
-
a small games, mobile entertainment small game with the J2ME development, educat...
一个小游戏,手机娱乐小游戏,用j2me 开发的,益智类-a small games, mobile entertainment small game with the J2ME development, educational category
- 2022-07-11 01:43:45下载
- 积分:1
-
CDATASection
CDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup for Andriod.
- 2013-10-21 16:25:59下载
- 积分:1
-
miniCAD
miniCAD-java GUI实现的小型CAD软件,界面其实模仿了windows画图的风格,实现了画线、画圆、画矩形、画文字载入图片,并能改变图形的颜色和大小。(In this project, you should use Java GUI to implement a simple drawing board.
To get full marks, you should implement to:
1.draw line, circle, rectangle, text
2.change the color of a target
3.change the position of a targets
4.change the size of a targets
5.save images as files and load a image file
All processes of changes should be visible.)
- 2020-11-18 16:09:38下载
- 积分:1
-
将PC电脑端的文件通过usb传到android手机中 示例源码下载(含android和pc端完整源码)
将PC电脑端的文件通过usb传到android手机中 示例源码下载(含android和pc端完整源码)
- 2014-06-23下载
- 积分:1
-
JAVA 常用编程实例
JAVA 很好的学习例子,实例包括插入记录,查询数据库,创建和执行线程, Java应用程序介绍 ,Java applet介绍,建立表,取表中各列名称,删除表,删除记录 修改记录,学生信息管理程序,学生信息管理系统
- 2023-02-03 08:10:05下载
- 积分:1
-
iBatis3
java 中iBATIS3.0的使用文档
介绍了iBATIS文件的配置(java in iBATIS3.0 document describes the use of iBATIS configuration files)
- 2010-10-12 10:38:20下载
- 积分:1
-
COLLEGE MANAGMENT SYSTEM
它是为拼贴管理而设计的。它有学生部分,以增加学生的细节,如分支,课程等。
- 2022-01-22 03:12:33下载
- 积分:1
-
求数组平均值
应用背景在Java环境下运行该程序,
public interface Average { //定义接口
public abstract double average(String[] table);
}
class D{
public static void main(String args[]){
A a=new A();
a.average(args);
B b=new B();
b.average(args);
C c=new C();
c.average(args);
}
关键技术用三种方法求数组的平均值,第一种所有数值相加求数组平均值,第二种去掉最大值和最小值求数组平
- 2022-02-03 16:12:44下载
- 积分:1
-
IncludeTest
Include Test extends Activity Instrumentation Test Case Source Code for Andriod.
- 2014-01-17 14:26:18下载
- 积分:1