登录
首页 » Java » 交通一条道路

交通一条道路

于 2020-05-27 发布
0 265
下载积分: 1 下载次数: 2

代码说明:

说明:  设计一个交通信号灯类: (1)变量:位置、颜色(红、黄、绿)、显示时间(秒)。 (2)方法:切换信号灯。 创建并启动两个线程(东西向、南北向)同时运行。 3.实验要求 (1)设计线程。 (2)设计路口信号灯示意图界面。 (3)进一步将每个方向的信号灯分成3种车道灯:左转、直行和右转。 (4)根据车流量进行时间的模糊控制。(Design a traffic light class: (1) variables: location, color (red, yellow, green), display time (seconds). (2) Method: switch the signal lamp. Create and start two threads (east-west, north-south) running at the same time. 3. Experiment requirements (1) design thread. (2) Design schematic interface of intersection signal light. (3) Further, the signal lights in each direction are divided into three kinds of lane lights: left turn, straight ahead and right turn. (4) Fuzzy control of time according to traffic flow.)

文件列表:

交通一条道路\.classpath, 301 , 2012-10-02
交通一条道路\.project, 394 , 2012-10-02
交通一条道路\.settings, 0 , 2013-02-10
交通一条道路\.settings\org.eclipse.jdt.core.prefs, 629 , 2012-10-02
交通一条道路\bin, 0 , 2020-05-26
交通一条道路\bin\src, 0 , 2020-05-26
交通一条道路\bin\src\Car$1.class, 1304 , 2020-05-26
交通一条道路\bin\src\Car.class, 4689 , 2020-05-26
交通一条道路\bin\src\Carshu.class, 570 , 2020-05-26
交通一条道路\bin\src\Data.class, 3368 , 2020-05-26
交通一条道路\bin\src\DButton$1.class, 878 , 2020-05-26
交通一条道路\bin\src\DButton$2.class, 885 , 2020-05-26
交通一条道路\bin\src\DButton.class, 1523 , 2020-05-26
交通一条道路\bin\src\Deng.class, 1200 , 2020-05-26
交通一条道路\bin\src\Dengjiao$1.class, 653 , 2020-05-26
交通一条道路\bin\src\Dengjiao$2.class, 653 , 2020-05-26
交通一条道路\bin\src\Dengjiao$3.class, 653 , 2020-05-26
交通一条道路\bin\src\Dengjiao$4.class, 653 , 2020-05-26
交通一条道路\bin\src\Dengjiao$5.class, 953 , 2020-05-26
交通一条道路\bin\src\Dengjiao$6.class, 809 , 2020-05-26
交通一条道路\bin\src\Dengjiao.class, 3352 , 2020-05-26
交通一条道路\bin\src\Kongche$1.class, 643 , 2020-05-26
交通一条道路\bin\src\Kongche$2.class, 764 , 2020-05-26
交通一条道路\bin\src\Kongche.class, 3871 , 2020-05-26
交通一条道路\bin\src\Lushu$1.class, 963 , 2020-05-26
交通一条道路\bin\src\Lushu.class, 4546 , 2020-05-26
交通一条道路\bin\src\Shijian$1.class, 1250 , 2020-05-26
交通一条道路\bin\src\Shijian.class, 2808 , 2020-05-26
交通一条道路\bin\src\Window$1.class, 863 , 2020-05-26
交通一条道路\bin\src\Window.class, 2137 , 2020-05-26
交通一条道路\bin\src\Zhu.class, 995 , 2020-05-26
交通一条道路\images, 0 , 2013-02-10
交通一条道路\images\20100418051554119.jpg, 231424 , 2012-12-14
交通一条道路\images\beijing.jpg, 101388 , 2012-12-22
交通一条道路\images\car.gif, 1095 , 2012-12-14
交通一条道路\images\car_down.gif, 2005 , 2012-12-15
交通一条道路\images\car_lift.gif, 1995 , 2012-12-15
交通一条道路\images\car_right.gif, 1997 , 2012-12-15
交通一条道路\images\car_up.gif, 1999 , 2012-12-15
交通一条道路\src, 0 , 2013-02-10
交通一条道路\src\src, 0 , 2013-02-10
交通一条道路\src\src\Car.java, 5930 , 2012-12-22
交通一条道路\src\src\Carshu.java, 463 , 2012-12-17
交通一条道路\src\src\Data.java, 3995 , 2012-12-21
交通一条道路\src\src\Deng.java, 5377 , 2012-12-27
交通一条道路\src\src\Kongche.java, 3452 , 2012-12-23
交通一条道路\src\src\Lushu.java, 4643 , 2012-12-21
交通一条道路\src\src\Shijian.java, 2944 , 2012-12-22
交通一条道路\src\src\Window.java, 1796 , 2012-12-24
交通一条道路\src\src\Zhu.java, 462 , 2012-12-25

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

发表评论

0 个回复

  • pain33
    this is a good java program
    2011-09-23 10:14:21下载
    积分:1
  • Compiler
    说明:  LL(1)文法和预测分析方法 1.文法使用产生式来定义; 2.分别求出文法中每一个非终结符的FIRST集、FOLLOW集和SELECT集; 3.画出预测分析表; 4.判定给定的文法是否是LL(1)文法; 5.给定符号串判定是否是文法中的句子,分析过程用分析表格的方式打印出来。(LL(1) Grammar and Predictive Analysis 1. Grammar is defined by production. 2. Find out the FIRST set, FOLLOW set and SELECT set of each non-terminator in grammar. 3. Draw a forecast analysis table. 4. Determine whether a given grammar is LL(1) grammar; 5. Given a string of symbols to determine whether it is a sentence in grammar, the analysis process is printed out in the form of an analysis table.)
    2020-06-15 22:30:02下载
    积分:1
  • Wifi-HotInterface
    使用wifi热点共享网络,局域网聊天室,支持多人聊天,文件发送,图片发送(LAN chat rooms, support multiplayer chat, send files, send pictures)
    2014-01-21 11:44:42下载
    积分:1
  • Java2图形设计卷I:AWT
    Java2图形设计卷I:AWT.pdf 详细介绍Java中的AWT(抽象窗口工具集)。主要内容包括同位体、轻量构件、剪贴板与数据传输、颜色、无鼠标操作、打印、布局管理器、国际化、串行化、滚动性、字体与字号以及AWT中的各种构件。(Java2 graphic design volume I:AWT.pdf)
    2017-11-13 20:54:01下载
    积分:1
  • Flink基础教
    要紧随时代的脚步,学习flink,大数据时代的到来flink会越来越火(we will study flink)
    2018-11-27 16:42:38下载
    积分:1
  • CheckBox
    Check Box extends Compound Button Source Code for Andriod.
    2014-01-03 19:27:10下载
    积分:1
  • Frank-Wolfe
    Frank-Wolfe算法的实现,给出小网络为例子进行验证。(Frank-Wolfe algorithm to verify that the small network is given as an example.)
    2012-04-15 15:38:59下载
    积分:1
  • RadioButtonTest
    RadioButton的训练测试,一个测试单选按钮组的小程序(The RadioButton training test, a small program to test the radio button group)
    2012-12-18 16:41:39下载
    积分:1
  • ListIterator
    An ListIterator is used to sequence over a List of objects. ListIterator can move backwards or forwards through the list.
    2014-02-18 14:50:58下载
    积分:1
  • pHONEsYSTEMbAR
    Phone System Bar extends Custom Bar Source Code for Andriod.
    2013-12-30 19:11:36下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载