搜索资源列表
Vehicle_MIS
- 运输管理信息系统,介绍了司机信息管理,车辆信息管理,运营管理,维修管理,事故信息管理-transport management information systems, introduced the driver information management, traffic information management, operation, management, maintenance management, incident Information Management
CIS_Program
- 基于GIS的地籍管理信息系统,使用VC++,GeoMedia,Access数据库-GIS-based cadastral information management system, using VC, GeoMedia, Access database
TrafficGIS+MO
- VB+MO城市公共交通管理信息系统。直接运行工程文件可以实现。
车辆管理信息系统2
- vb数据库编程练习(2),学习完后可以举一反三。请大家多多指教。-vb database programming practice (2), after learning can draw inferences from. Please exhibitions.
航空公司管理信息系统3
- vb数据库编程练习(3),学习完后可以举一反三。请大家多多指教。-vb database programming practice (3), after learning can draw inferences from. Please exhibitions.
大唐航空公司信息管理系统
- 大唐航空公司信息管理系统 1.将各个项目子目录拷贝到硬盘上,然后可以用Visual Basic打开程序。 2.在每个项目子目录里面的sql目录里,将后缀.sql的文件打开后,拷贝到SQL Server 2000的查询分析器里。然后执行将产生需要的数据库结构。-Datang airline information management system 1. All projects will subdirectory copy to the hard drive, which can then be
OrderTickets
- 航空票务系统:采用Spring+Hibernate+Struts框架进行开发的应用系统,使用Tomcat作为Web服务器,数据库为MYSQL,这是一个完整的航空票务系统面向客户和管理员的平台:对用户提供的服务有注册、登录、用户信息管理、查询航班、预订机票、退票服务,对管理员提供的有登录、制定航班和安排航班日程服务,-Air ticketing system: using Spring+ Hibernate+ Struts framework for the development of appl
1
- 学工处学生信息管理系统 (软件需求说明书) 1引言 2 1.1编写目的 2 1.2背景 2 1.3定义 2 1.4参考资料 2 2任务概述 2 2.1目标 2 2.2用户的特点 2 2.3假定和约束 2 3需求规定 2 3.1对功能的规定 2 3.2其他功能的规定 2 3.3输入输出要求 2 3.4数据管理能力要求 2 4运行环境规定 2 4.1设备 2 4.2支持软件 2 4.3接口 2 4.4控制-Xuegong Chu Student Information Management Syst
huocheshoupiao
- 对火车票的出售进行管理 信息的录入 刷新 删除 修改 等操作-The management of train tickets sold on the information input operations such as refresh delete modify
dingpiao
- 实现一个民航订票数据库管理系统,主要分为机场、航空公司和乘客三个部分,其中 1、航空公司的管理包括: 机型的管理 航线的制定、变更和取消,如航线的起止地点,距离里程 向航线上增加,改派或撤销飞机 向机场提供航线和飞机信息 审核机场的航班计划 2、 机场航班和订票管理包括: 制定、修改和撤销航班时刻 制定、修改和撤销机票的价格(必需与航班
Air.Information.System.data
- 航空公司管理信息系统设计资料Air Management Information System data -Air Management Information System data
vbPcheliangguanlixitong
- 车辆管理信息系统源代码,vb+access的-Vehicle management information system source code
ER
- 第三方物流管理信息系统E-R图(已完成),适合开发者参考使用-Third-party logistics management information system ER diagram (completed), use and reference for developers
air-ticket-management
- 名称:民航售票管理信息系统的开发与设计 运行环境:WindowsXP 使用语言:Java 数据库: MySQL 使用工具:MyEclipse,Dreamweaver 使用技术:Structs,Springi, Hibernate,jsp -Name: air ticket management information system development and design environment: WindowsXP Language: Java Database:
tolo_system
- 基于web的机票售票管理系统,该系统应利用管理信息系统知识,便于乘客及时掌握各种航空客运信息,方便乘客购票。-Web-based ticket ticket management system, the system should make use of the knowledge of management information system to facilitate passengers to grasp a variety of air passenger information, t
buxt
- 票务管理信息系统Ticketing management information system-Ticketing management information system
MWuZiXinXiGuaa
- 物资管理信息系统(CSHARP源码)用Csharp 做的 物资管理理信息系统 自带数据库,源代码,功能简单,界面丰富。课程设计时做的。 -Materials management information system (CSHARP source) comes with the Csharp doing Materials Management Management Information System database, source code, a simple function-ric
vbhangkong
- 一个正常营运的航空公司需要管理所拥有的飞机、航线的设置、客户的信息等,更重要的还要提供票务管理。面对各种不同种类的信息,需要合理的数据库结构来保存数据信息以及有效的程序结构支持各种数据操作的执行。 本设计讲述如何建立一个航空公司管理信息系统。一般而言,航空公司的管理信息系统应该包括人事、工资管理模块 。 -A normal operating airlines need to manage the aircraft, routes have set, customer informati
afqlpneairline
- 航空公司管理信息系统,学习的好帮手,个人感觉可以(The airline management information system, learning a good helper, personal feeling)
航班管理系统
- 原题目:编程要求: (1)完成这个类的定义,要求: a. 具有两个参数的构造函数,参数分别为航班号和日期,实现航空管理员对航班的新建、修改、删除等操作; b. 设置航班起飞的日期和时间、头等舱/经济舱的价格和剩余票数、出发地和目的地、航班号。 (2)定义一个FlightManager类用来管理航班信息,实现增加、编辑、删除航班的供能。