搜索资源列表
china-code.net.wwnsx.5545
- 北京市公交车查询,基于ASP的开发环境!数据库是ACCESS [成绩查询.rar] - 网上成绩查询系统 把学生姓名成绩输入数据库...[
cs
- cs结构的一个公交车系统好有使用价值啊下吧--- --- ---
bus
- 公交车管理系统适合初学者阅读,如有什么问题,可发电子邮件联系我.
公交车查询系统
- 用jb9制作的一个基于C/S结构的应用程序-jb9 with a production based on the C / S applications
gongjiaochecitong
- java做的 公交车查询系统....毕业设计
bus.rar
- 毕业设计JSP公交车查询系统,供大家参考学习。,Graduation design JSP Bus Inquiry System for your learning.
bus.rar
- 关于长春市内公交车的搜索引擎 方便适用 java实现,Changchun city bus on the search engine to facilitate the achievement of the application of java
Bus_Search
- 公交查询系统,功能是查询公交路线,得到公交车号与公交车的运行时间。-Public inquiry system, the functions of public inquiries line, get public transport buses kept running with the time.
133333
- 这是一个JSP的公交车管理系统,主要采用了STEUTS等框架,还是用了MYSQL数据库,是个很好的系统。-This is a JSP bus management system, such as the main framework used STEUTS, or use the MYSQL database, is a very good system.
bloodWeb
- 这个工程需要masql数据库里面有一张path表,具体的可以看我的configuration助手类!修改自己的连接参数!还有需要servlet与jsp以及JDBC连mysql的包!总的来说这是一个公交车线路查询系统.使用的是hibernate做数据库中间件的访问技术-Masql this project need to have a path inside database table, the specific configuration can look at my assistant ca
Busstop
- 一款在手机上进行公交车线路查询的源码,支持地点的模糊查询、最多倒2段车查询,用的是大连公交车的数据库,非常好用,自己用Eclipse开发的。-A cell phone on the bus lines of source code queries to support location of fuzzy query, a maximum of two paragraphs down vehicle queries, using a database of Dalian bus, very eas
bus
- 公交车查询系统,使用Javascrip与Access数据库实现。包括源码与论文。- 公交车查询系统,使用Javascrip与Access数据库实现。包括源码与论文。
BusWebApp
- 公交车查询系统,方便进行公交线路查询,可以对公交信息进行管理-Bus Inquiry System, to facilitate bus route queries, you can manage the information on the bus
javamobliebus
- 手机公交查询可提供公交车的查询和转乘的建议有很好 -java moblie bus
53607924MMS
- 公交车管理系统,用eclipse开发的发大水法大赛-kdsjflkafdafdsdfadsfads
J2SE
- 基于javase静态的公交车信息查询系统-base on javase static Bus message query system
BusSearch
- 读取手机中的本地记事本文件,记事本文件中包含了当地公交车的线路信息,提供查询-Read the local phone Notepad file, Notepad file contains information on local bus routes, providing access to
Builder
- 建造者模式编程,完整代码及运行结果截图 题目: 比如我们要通过一个汽车加工厂,组装一辆汽车;汽车由车头,车身,车尾3部分组成;它的基本组装步骤是: 组装车头 组装车身 组装车尾 不管被组装的是吉普车,卡车,还是公交车,它们都可以各自重新定义车头,车身与车尾的组装方法;而通过这些被重新定义的组装方法,通过相同的组装步骤就可以组装具有不同属性的各类汽车了。-Model builder program code and operating results capture the
vc
- 基于c++的公交车查询系统,查询高效,方便简单,可以进行 1、站点查询,2、路线查询,3、换乘查询-Based on c++ bus inquiry system, inquires the efficiency, convenience simple, can undertake site inquires the, line query, change to the inquiry
Management-System-of-car
- 某运输公司老板Zhansan开发一车辆管理系统,设有一车辆抽象父类vehicle,子类车种设计成具体类,共有十几种。起初车辆共100辆,后增加卡车truck、轿车car、推土机bulldozer、赛场车venue、公交车bus各一辆。每类车都需要有相同的计算车的数量的方法count()和屏幕输出方法print(),以及不同的启动方法start()。每个启动方法中输出“某某车启动”,如“公交车启动”。如果不想每个子类都重写count()方法和print(),并且每个子类也不想用各自的对象去调用这三