登录
首页 » Java » MyProject3_22

MyProject3_22

于 2020-05-07 发布
0 105
下载积分: 1 下载次数: 0

代码说明:

说明:  基于数组及方法的综合运用,设计一个简易版的酒店管理系统,具有订房、退房、查看打印房间状态等功能。(Design a simple version of the hotel management system, with booking, check-out, check-out printing room status and other functions.)

文件列表:

MyProject3_22\MyProject3_22.iml, 455 , 2020-03-22
MyProject3_22\src\com\xiangtan\abc\arrayCase\ArrayCase01.java, 672 , 2020-03-23
MyProject3_22\src\com\xiangtan\abc\binarySearch.java, 1018 , 2020-04-13
MyProject3_22\src\com\xiangtan\abc\hotelSystemCase\Hotel.java, 1921 , 2020-03-29
MyProject3_22\src\com\xiangtan\abc\hotelSystemCase\HotelMgtSystem.java, 1894 , 2020-03-29
MyProject3_22\src\com\xiangtan\abc\hotelSystemCase\Room.java, 1883 , 2020-03-29
MyProject3_22\src\com\xiangtan\abc\instanceofCase\Text01.java, 876 , 2020-03-22
MyProject3_22\src\com\xiangtan\abc\sortCase\ArraysTwo.java, 423 , 2020-03-31
MyProject3_22\src\com\xiangtan\abc\sortCase\BubbleSort.java, 1186 , 2020-03-30
MyProject3_22\src\com\xiangtan\abc\sortCase\SelectSort.java, 828 , 2020-03-30
MyProject3_22\src\com\xiangtan\abc\stackCase\MyStack.java, 1612 , 2020-03-27
MyProject3_22\src\com\xiangtan\abc\stackCase\StackText01.java, 884 , 2020-03-27
MyProject3_22\src\com\xiangtan\abc\arrayCase, 0 , 2020-03-25
MyProject3_22\src\com\xiangtan\abc\hotelSystemCase, 0 , 2020-03-29
MyProject3_22\src\com\xiangtan\abc\instanceofCase, 0 , 2020-03-22
MyProject3_22\src\com\xiangtan\abc\sortCase, 0 , 2020-03-31
MyProject3_22\src\com\xiangtan\abc\stackCase, 0 , 2020-03-27
MyProject3_22\src\com\xiangtan\abc, 0 , 2020-04-13
MyProject3_22\src\com\xiangtan, 0 , 2020-03-22
MyProject3_22\src\com, 0 , 2020-03-22
MyProject3_22\src, 0 , 2020-03-22
MyProject3_22, 0 , 2020-04-01

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

发表评论

0 个回复

  • InstrumentationTestSuiteBuilderTest
    Instrumentation Test Suite Builder Test extends Test Case.
    2014-02-17 11:41:25下载
    积分:1
  • 365191126san
    JSP+MYSQL实现的影音系统,功能不错。欢迎大家下载。(JSP+ MYSQL realization of audio-visual system function well. Welcome to the download.)
    2009-05-14 23:02:22下载
    积分:1
  • remotecontrol
    说明:  实现一个简单远程监控软件,采用Windows Socket(或Java Socket)编程。采用C/S架构。(1)能够远程监控一台主机,显示主机屏幕内容,能远程关机(2)能远程下载或上传文件(3)能远程执行一些DOS命令(4)能远程运行一些可执行命令。 (Implement a simple remote control software, using Windows Socket (or Java Socket) programming. By C/S architecture. (1) to remotely monitor a host, the screen displays the contents of the host, can remotely shut down (2) can remotely download or upload files (3) can remotely perform some DOS commands (4) can remotely run some executable command.)
    2011-02-19 18:50:32下载
    积分:1
  • DesignPatterns-of-Summary
    java深入浅出设计模式的 一个总结 (Head First Design Patterns of Summary)
    2012-12-17 12:12:52下载
    积分:1
  • 122222
    本文通过分析整合城市轨道交通信息的功能需求和各个业务子系统的结构特征,提出了基于组件技术COM/CORBA(组件对象模型/公共对象请求代理体系)的城市轨道交通信息共享系统。(In this paper, by analyzing the integration of urban rail transit information needs and the various business functions of the structural characteristics of subsystems, component technology based on COM/CORBA (Component Object Model/Common Object Request Broker Architecture) of the Urban Mass Transit Information Sharing System.)
    2009-05-17 00:16:07下载
    积分:1
  • Test_add_double
    Test add double extends Dx Test Case Source Code for Andriod.
    2014-01-01 21:14:26下载
    积分:1
  • JFunc
    buffer Arg Names Source Code for Andriod.
    2014-01-03 19:40:26下载
    积分:1
  • questionnaire
    JSP 在线投票系统.附加数据库。附加D: omcat5.0webappschap17目录下的questionnaire_Data.MDF数据库文件。 运行。启动Tomcat,然后在浏览器中输入http://localhost:8080/chap17/admin/login.jsp。在文本框中输入用户名“admin”,密码“123”。 (JSP online voting system. Additional database. Additional D : tomcat5.0 webapps directory under the chap17 questionnai re_Data.MDF database files. Operation. Start Tomcat, and then in the browser input http://localhost : 8080/chap17/admin/login.jsp. In the text box enter a user name of "admin" and the password "123.")
    2007-05-29 00:51:59下载
    积分:1
  • javaPmysql-
       采用JAVA作为开发工具,mysql作为后台数据库。本系统具有学生基本信息管理、学生成绩信息管理、教师基本信息管理等功能。分成三大模块,每个模块都相互联系,但不相互干扰,这符合了软件模块开发的思想。 本系统完成了学生信息的查询、修改、增加、删除;教师信息的查询、修改、增加、删除以及学生成绩信息的查询、修改、增加、删除等功能。(Using JAVA as a development tool, mysql database as a background. This system has the students basic information management, information management student achievement, teachers basic information management and other functions. Divided into three modules, each linked to every other, but do not interfere with each other, in line with the idea of ​ ​ a software module development. The system completed the student information query, modify, add, delete teacher information query, modify, add, delete, and student achievement information, query, modify, add, delete functions.)
    2013-10-03 22:57:49下载
    积分:1
  • J2EEPSSH
    java软件开发教程,集成了SSH框架,还有一些案例。(software development with Java+SSH)
    2013-01-12 19:54:44下载
    积分:1
  • 696518资源总数
  • 104384会员总数
  • 26今日下载