-
UserFolderInfo
Represents a folder containing shortcuts or apps Source Code for Java Script.
- 2014-03-12 20:31:25下载
- 积分:1
-
RMIProject
用java RMI编写的一个远程计算平台,用户可以向远程计算机提交计算任务(可以自己编程定义复杂的计算任务),在远程计算机运行后返回计算结果(Java RMI prepared with a remote computing platform, users can submit to the remote computer computing tasks (which may own the definition of the complexity of programming the calculation of mission), the remote computer is running after the return of calculation results)
- 2007-07-20 18:41:29下载
- 积分:1
-
Homework07
创建一个类,提供与java .lang.Math同名的所有方法,但每个方法均按度数而非弧度进行运算。具体要求是:在自己编写的类中,对Math类中的每一个方法加一层包装。(Create a class that provides all methods with the same name as java. lang. Math, but each method operates in degrees rather than radians. Specific requirements are: in their own class, each method in the Math class with a layer of packaging.)
- 2020-12-07 21:59:20下载
- 积分:1
-
java
(1)掌握Java Swing组件的使用方法。
(2)理解委托事件处理模型。
(3)设计具有图形用户界面的、能够响应事件的Java应用程序
((1) to master the use of Java Swing components.
(2) understanding commissioned event handling model.
Java application (3) having a graphical user interface design, able to respond to the event)
- 2013-05-09 16:30:30下载
- 积分:1
-
CirclePacking-(1)
计算智能课中要求圆形packing问题这里给出了圆形packing问题的一个编程例子(Computational Intelligence lesson circular packing problem requires a programming example given here circular packing problem)
- 2014-02-14 11:22:52下载
- 积分:1
-
#_jsp_145_mysql_酒店客房管理系统_
完整的程序源码,完整的系统架构,可供学习及参考,当然也可以作为毕业设计的模版,完全由JSP编写,同时页面由前后台控制。(Complete source code, complete system architecture, for learning and reference, of course, can also be used as a graduation design template, written entirely by JSP, while the page is controlled by the front and back.)
- 2021-04-04 08:29:04下载
- 积分:1
-
qrimage
自己写的一个java的QR二维码识别程序,支持摄像头。适合java初学者研究使用(Himself wrote a Java QR two-dimension code recognition program, and support the camera. Suitable for Java beginners research use)
- 2012-12-19 20:24:07下载
- 积分:1
-
CoreJava
非常经典的简介教程,CoreJava内容精简,介绍了Java中的核心内容(Very classic profile tutorial, CoreJava concise, introduced in the core Java)
- 2010-06-02 10:34:03下载
- 积分:1
-
shuapiao
本免费刷票软件界面优美,功能强大,速度快,适用于各种网站的投票评选活动。声明:本软件是免费刷票工具,只供大家研究测试的免费投票作弊器,请勿滥用,否则后果自负。
- 2009-12-21 19:32:49下载
- 积分:1
-
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