搜索资源列表
trafficjava
- 设计一个交通信号灯类: (1)变量:位置、颜色(红、黄、绿)、显示时间(秒)。 (2)方法:切换信号灯。 创建并启动两个线程(东西向、南北向)同时运行。 3.实验要求 (1)设计线程。 (2)设计路口信号灯示意图界面。 (3)进一步将每个方向的信号灯分成3种车道灯:左转、直行和右转。 (4)根据车流量进行时间的模糊控制。 -design of a traffic signal categories : (1) variables : location, col
simcpu
- 对于CPU线程调度的模拟,CPU threads control simulation,包括first come first serve算法和run rubbing等,同时输出线程开始,切换,结束等信息。-CPU thread scheduling for the simulation, CPU threads control simulation. including the first come first serve and run rubbing algorithm. Meanwhile
Clockly
- 非Applet的java电子时钟与秒表小程序 包括多线程控制与界面切换-the non - java applet electronic clock with a stopwatch small programs including multithreaded control and interface switching
qq
- 简易服务器多客户端多线程聊天程序,可以切换不同的聊天对象-Simple server multi-client multi-threaded chat program, you can switch to a different chat with the object
JavaShutter
- Java图片百叶窗,实现过程:定义待显示的图像数组及当前显示的图像,定义媒体装载器,配置图像宽度,高度,总的图像数量,当前图像编号及下一个图像编号,定义图片切换效果的线程,设置Applet的背景颜色,实例化媒体装载器,得到延迟参数-Java Image shutters, realization process: image array definition to be displayed and the currently displayed image, defined media load
ChatRoom-master
- 1.登录(切换登录帐号) user dabu2.查看所有在线用户 list3.发送消息给所有用户 send 哈哈哈4.发送私信给指定用户 priv dabu:玩游戏去5.退出 exit6.帮助 helpGUIChatRoom中存放的是圣思源的gui的聊天室,功能简单,连线程数控制都没有(A Java ## online chat room demo+ to write their own client You can use the telnet connection ser
3016216050_3
- 1. 设计一个交通信号灯系统: 变量:位置、颜色(红、黄、绿)、显示时间(秒) 方法:切换信号灯 要求: 设计路口信号灯示意图界面 。 创建并启动两个线程(东西向、南北向)同时运行 根据车流量进行控制。 该作业要求编程并调试通过。对你设计的类要有详细的文字说明(类所封装的内容,属性、方法的功能与含义等)。(. design a traffic signal light system: Variable: position color (red yellow green)disp