-
MailSystem
设计一个邮寄包裹的收费系统,在邮寄类型确定的情况下,包裹的邮资由包裹的重量a,邮寄距离b,保价金额c三个参数决定。
如:普通邮件(RegularMail)的邮费 = 3(a+b/100)+0.01c
挂号邮件(RegisterdMail)的邮费 = 4(a+b/100)+0.02c等等
请设计一个系统,计算包裹的邮资。系统使用图形用户界面,用户在图形用户界面选择邮寄类型,再输入重量、距离和报价金额,单击确定按钮系统就计算出包裹的邮资。要求系统能够灵活的增减邮寄类型和修改某种邮寄类型的邮资计算方法。(Design of a parcel of charge system, the type identified in the case of mail, parcels by the weight of the parcel postage a, mailing distance b, c insured amount three parameters. Such as: regular mail (RegularMail) postage = 3 (a+b/100)+0.01c registered mail (RegisterdMail) postage = 4 (a+b/100)+0.02c etc. Please design a system to calculate the parcel postage. System using the graphical user interface, users select the mail type graphical user interface, and then enter the weight, distance and offer amount, click the OK button the system will calculate the parcel postage. Require the system to increase or decrease mailing flexible type and modify some types of mailing postage calculation.)
- 2013-11-14 13:27:11下载
- 积分:1
-
day01
java教学实例1,适合新手学习使用的简单范例(java example 1)
- 2016-04-22 17:39:26下载
- 积分:1
-
Cal
新人用java编写的简易java计算器,应该有bug,以后做优化(Simple calculator,in order to calculate some figures.)
- 2017-09-16 17:14:36下载
- 积分:1
-
ufo
ufo射击游戏例子源代码。()
- 2008-04-02 23:52:54下载
- 积分:1
-
Java学习源代码检索系统免费版
Java学习源代码检索系统免费版(learning Java source code free version Retrieval System)
- 2004-09-19 15:52:01下载
- 积分:1
-
NewTest
遍历储存卡内所有图片,放到控件中显示。点击图片跳转到编辑页面。并做了代码优化。(Traverse all the pictures in the memory card, into the control display. Click on the picture to jump to edit pages. And do a code optimization.)
- 2013-11-28 10:30:41下载
- 积分:1
-
ClassMemeberPriviledge
实现一个程序,对用户输入的类权限、成员权限、以及使用该类对象的环境与这个类的关系,判断这个环境中能不能访问这个类的这个成员。
4. 背景知识介绍:对类成员的访问权限由3个方面决定:(1)类的访问权限(public或default),(2)成员变量的访问权限(public, protected, default或private),以及环境与类的相互关系(同类SameClass,同包不同类SamePackageNoteSameClass,不同包但为子类OtherPackageSubClass,不同包非子类OtherPackageNotSubClass)。例如,如果一个类A是public的,它的一个成员变量x是protected的,则这个成员变量的访问权限是default的,试图访问这个类的一个运行环境与A的关系是OtherPackageSubClass,则这个环境中能够访问变量x。(Implement a program, the relationship between the classes of permissions, user input member permissions, as well as the environment of use of such objects of this class, it is judged in this environment can not access this members of this class.
4. Background knowledge: the access rights of the class members decided by three aspects: (1) access rights (public or default), (2) the member variable access rights (public, protected, default or private), as well as environmental and the relationship of the class (of similar SameClass, same package different classes SamePackageNoteSameClass, different packages, but for subclass OtherPackageSubClass, different package non-subclass OtherPackageNotSubClass). For example, if a class A is public, it s a member variable x is protected, the access rights of the member variables is default, tries to access a runtime environment for this class A relationship is OtherPackageSubClass this environment be able to access the variable x.)
- 2013-04-01 20:00:25下载
- 积分:1
-
hibernate3
说明: hibernate3的通用dao类及通用工具类, 导出导入数据库...
(hibernate3 generic dao class and general tools, export and import database ...)
- 2011-04-03 23:59:48下载
- 积分:1
-
hengshudao
JAVA横竖倒显示输入的字符串 代码,代码出处:http://www.itneng.com/thread-4121-1-1.html 代码可直接编译(JAVA print)
- 2013-11-18 21:42:04下载
- 积分:1
-
crm
这是一个基于crm管理系统的Java程序网站(CRM management system)
- 2018-12-14 16:52:18下载
- 积分:1