-
仓库管理系统JSP代码
仓库管理系统JSP代码,我调试过,确实可以用(Warehouse Management System JSP code, debugging, and indeed can be used)
- 2012-08-06 23:39:26下载
- 积分:1
-
graphics
实验一:类与对象实验: 几何图形类的设计
实验目的:掌握用类进行面向对象程序设计的方法,掌握使用对象作为类的成员变量,掌握方法的参数传递,掌握静态域和静态方法。
实验内容:编写4个类:Rectangle、Circle、Geometry、Exa,具体要求如下:
① Rectangle类有double型成员变量表示矩形左上角的位置坐标及矩形的宽和高,要求提供修改和返回各成员变量的方法。
② Circle类有double型成员变量表示圆心坐标和圆的半径,要求提供修改和返回各成员变量的方法。
③ Geometry类有Rectangle类和Circle型的成员变量rect和circle。即Geometry类创建的对象由一个矩形和一个圆组合而成。要求该类提供修改rect、circle位置和大小的方法;提供显示rect和circle位置关系的方法,并能够显示圆是否完全坐落于矩形中。
④ 要求能对创建的Rectangle类和Circle类对象数目进行统计。
Exa类含有main方法,在main方法中用Geometry类创建对象,该对象调用相应的方法
设置圆和矩形的位置及大小并输出圆是否包含在矩形中。输出当前Rectangle和Circle
对象数目。
(test one)
- 2014-05-05 08:37:25下载
- 积分:1
-
CObject
Java game code. marv the miner
- 2009-09-28 21:01:07下载
- 积分:1
-
youdaochangshiyan
说明: java 版的诱导场实验的代码,写的短小精辟!(java version of the field-induced experimental code, written in short, brilliant!)
- 2005-12-11 19:12:04下载
- 积分:1
-
Java2图形设计卷I:AWT
Java2图形设计卷I:AWT.pdf
详细介绍Java中的AWT(抽象窗口工具集)。主要内容包括同位体、轻量构件、剪贴板与数据传输、颜色、无鼠标操作、打印、布局管理器、国际化、串行化、滚动性、字体与字号以及AWT中的各种构件。(Java2 graphic design volume I:AWT.pdf)
- 2017-11-13 20:54:01下载
- 积分:1
-
net.mindview
《JAVA编程思想》中文第四版配套类库
本书赢得了全球程序员的广泛赞誉,即使是最晦涩的概念,在Bruce Eckel的文字亲和力和小而直接的编程示例面前也会化解于无形。从JAVA的基础语法到最高级特性(深入的面向对象概念、多线程、自动项目构建、单元测试和调试等),本书都能逐步指导你轻松掌握。(" JAVA programming ideas" supporting the fourth edition Chinese Library book won wide acclaim the world' s programmers, even the most obscure concepts in the text affinity Bruce Eckel and small, direct programming examples will be resolved before the invisible. JAVA the basic grammar to the most advanced features (depth of object-oriented concepts, multi-threading, automatic build, unit testing and debugging, etc.), this book can guide you step by step easy to master.)
- 2016-10-20 16:03:49下载
- 积分:1
-
java200
要将 MenuBar 加入一个Frame 中,应使用的方法是?
A. setMenu()
B. setMenuBar()
C. add()
D. addMenuBar()
2. 使用哪一个布局管理器时,当Frame 的大小被改变时Frame 中的按钮的位置可能会被改
变?
A. BorderLayout
B. FlowLayout
C. CardLayout
D. GridLayout(To add a Frame MenuBar, the method should be using? A. setMenu () B. setMenuBar () C. add () D. addMenuBar () 2. When using a layout manager which, when Frame Frame size is changed in the position of the buttons may be changed? A. BorderLayout B. FlowLayout C. CardLayout D. GridLayout)
- 2014-05-17 21:12:54下载
- 积分:1
-
43556877
java方面的教程, 是一个好教程 内容很全 讲解详细()
- 2018-02-08 18:22:04下载
- 积分:1
-
OOAD_1158827236
在学习完JAVA基础后,做的一个小小的项目.一个简单的聊天程序.呵呵,看看吧,那时候才刚刚接触到DAO,哎,惊叹的是设计思想.
呵呵,如果你也刚刚学完JAVA基础,有对SWING,AWT比较喜欢的话,下看看吧.(learning END JAVA based, so a small item. A simple chat procedures. Ha ha. let's see it, then just access to DAO, hey, is the breathtaking design. Ha ha. If you just completion of Java based, right SWING, AWT prefer, then look at it under.)
- 2007-03-09 09:31:24下载
- 积分:1
-
Frank-Wolfe
Frank-Wolfe算法的实现,给出小网络为例子进行验证。(Frank-Wolfe algorithm to verify that the small network is given as an example.)
- 2012-04-15 15:38:59下载
- 积分:1