登录
首页 » Java » fdm-instl

fdm-instl

于 2011-01-16 发布 文件大小:14KB
0 110
下载积分: 1 下载次数: 3

代码说明:

  Fast Download Manager....minor project on JAVA for http files download with pause and resume capability

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • java6-in-21-days
    说明:  《21天学通java6》课本中源代码打包下载。 只需21天的时间,便可具备使用Java开发运行在计算机中的应用程序、运行在Web服务器中的servlet,以及通过浏览器启动的Java Web Start应用程序的知识和技能。本书可作为初学者学习Java编程技术的教程,也可供已掌握其他语言的程序员学习Java时参考。(&quot 21 Days java6&quot package download the source code for textbook. Just 21 days, you can use the Java development with the computer running the application, running on the Web server servlet, and the browser launched Java Web Start application of knowledge and skills. This book can be as a beginner to learn Java programming tutorial, also available in other languages ​ ​ programmers have mastered learning Java reference.)
    2011-04-14 16:59:20下载
    积分:1
  • the-answer-of-JAVA-book
    JAVA2实用教程,该书的课后习题的部分答案(JAVA2 practical guide, the book s part of the answer after-school exercises)
    2011-07-26 10:06:34下载
    积分:1
  • ChinaMobile
    这是我在东方标准学习的时候做的一个项目,是中国移动的一个子管理任务模块,采用MVC模式设计,调试成功。(This is my standard in the east to learn to do when a project is a subset of China Mobile Management mission modules, the use of MVC design patterns, debugging success.)
    2008-08-21 09:03:02下载
    积分:1
  • 冒险岛079WIN10专用HShield
    说明:  支持WIN10的HS,非常好用,绝对没问题(Support win10 HS, very easy to use, absolutely no problem)
    2021-03-20 21:59:18下载
    积分:1
  • calender-by-java
    可用作java课程设计,具有万年历功能的日历,拥有记事本的功能(Used as a java course design, with calendar function calendar with notepad function)
    2014-06-22 12:57:52下载
    积分:1
  • sinDraw
    java手机开发编程语言java2me范例,绘制sin函数。(java programming language java2me mobile development paradigm, drawing sin function.)
    2013-11-03 21:16:03下载
    积分:1
  • Exe4_3
    3.已知车辆(Vehicle)包括机动车(MotoVehicle)和非机动车(NonMotorVehicle)2种。小汽车(Car)、公交车(Bus)等属于机动车,自行车(Bicycle)等属于非机动车。随着能源技术的发展,出现了电动自行车(ElectricBicycle)、电动小汽车(ElectricCar)、天然气公交车(NaturalGasBus)等新型车辆。车辆的共同特征是都能够运行(run),并且有唯一的5位车牌号(LicenseNumber)。机动车的共同特征是采用燃油发动机(FuelEngine),且能够驾驶(drive)。自行车的共同特征是能够骑行(ride)。电动车辆的共同特征是由电池(Battery)驱动。天然气车辆的共同特征是采用天然气(NaturalGas)作为动力。 要求: (1)设计一个类体系描述上述车辆,写出它们的属性和方法。 (2)一家公司(Company)拥有10辆普通小汽车、5辆公交车、2辆电动小汽车和1辆天然气公交车,要求写一个方法listVehicles()显示所有车辆的信息(车牌号以及采用的动力)。 程序文件命名为Exe4_3.java。(3. Known vehicle (Vehicle) including motor vehicle (MotoVehicle) and non-motorized (NonMotorVehicle) 2 species. Cars (Car), bus (Bus), etc. to motor vehicles, bicycles (Bicycle), etc. are non-motor vehicles. With the development of energy technologies, the emergence of electric bicycles (ElectricBicycle), electric cars (ElectricCar), natural gas buses (NaturalGasBus) and other new vehicles. A common feature of the vehicle is able to run (run), and there are only five license plate number (LicenseNumber). Common feature is the use of a motor vehicle fuel engine (FuelEngine), and is capable of driving (drive). Common feature is the ability to ride a bike (ride). Common characteristics of the electric vehicle is driven by a battery (Battery). A common feature is the use of natural gas vehicles (NaturalGas) as the driving force. Claim: (1) describe the design of a class system of the vehicle, write their properties and methods. (2) a company (Company) owns 10 ordinary cars, five buses, )
    2015-06-14 18:22:51下载
    积分:1
  • 飞机大战jar包
    说明:  想学习java的朋友们可以自行下载了解一下(If you want to learn java, you can download it for yourself.)
    2020-06-21 22:20:02下载
    积分:1
  • my-spring-boot-master
    说明:  springboot mybatis开发基本类生成项目代码(Springboot mybatis develops basic classes to generate project code)
    2020-06-25 19:20:01下载
    积分:1
  • Exe4_2
    2.设计一个简单的课程管理系统(CourseManager)。主要功能包括: (1)课程信息的录入。主要包括:课程号(no)、课程名(name)、学分(grade)等; (2)课程信息的查询。根据课程号、课程名和学分等查询课程的信息。注意:查询结果可能不唯一。 (3)课程信息的修改。根据课程号查询到指定课程的信息,再用新的内容替换。 (4)课程信息的删除。根据课程号删除指定课程的信息。 设计时,采用层次化设计法,将类分为界面层(ui)、功能层(business)和持久层(persistence)3层,放在不同子包中。整个系统的代码放在exe4_2包中。(2. Design a simple course management system (CourseManager). Key features include: (1) entry program information. Including: course number (no), course name (name), credits (grade) and the like (2) information about courses. Information based curriculum, course name and credit and other inquiries courses. Note: query results may not be unique. (3) Course modify information. Inquiry based curriculum to the specified courses, and then replaced with new content. (4) Delete course information. Remove a specified course of information based curriculum. Design, the use of hierarchical design method, the class is divided into the interface layer (ui), the functional layer (business) and persistence (persistence) 3 layers in different sub-packages. The system code in the exe4_2 package.)
    2020-12-09 21:29:20下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载