搜索资源列表
Traffic
- 基于Agent技术的人工智能交通系统仿真,java实现的具体代码-Agent-based artificial intelligence traffic system simulation, java code to achieve a specific
NetCourse
- 基于JAVA语言编程的UDP通信系统的程序,源代码准确无误。-UDP traffic system based on the Java programming language program, the source code is accurate.
Java-DEVS-Simulation-for-traffice
- 基于Java Devs的桥梁交通仿真代码-Based on Java Devs bridge traffic simulation code
state
- 用java实现的设计模式小程序,应用了状态模式、单例模式、抽象工厂模式,模拟的是简单的红绿交通信号灯系统。绿灯10秒,黄灯3秒,红灯10秒,三种状态之间相互循环切换。-Use java to implement a little program,it use state module,single module and abstract factory module,it imitate the traffic signal light.
TraditionalKmeans
- 通过JAVA程序实现的小区话务数据聚类分析,该算法简单易操作,适合任意类型的数据。-Through the JAVA program to achieve cell traffic data cluster analysis, the algorithm is simple and easy to operate, suitable for any type of data.
JAVA面向对象编程-试卷B
- 定义一个交通工具类Traffic,该类包含属性:车轮的数量、行驶速度;同时还包含行驶的方法,并包含有参和无参的构造方法。请分别定义汽车类Car(包含油耗的属性,有参的构造方法)、火车类Train(无参的构造方法)、飞机类Plane(包含最大航程的属性,包含无参和有参的构造方法),让他们继承Traffic,并重写行驶的方法。在测试类中分别创建三个子类的对象,并调用行驶的方法。((A vehicle class Traffic is defined, which contains attribute
