-
模拟液晶管显示的空间,各种样式的液晶数据显示,在工业控制显示方面很有用。...
模拟液晶管显示的空间,各种样式的液晶数据显示,在工业控制显示方面很有用。-Analog LCD Display space, a variety of different kinds of LCD data show that the industrial control display useful.
- 2022-02-05 01:10:50下载
- 积分:1
-
public class Server extends Thread { Client client int counter public Server(Cli...
public class Server extends Thread { Client client int counter public Server(Client _client) { this.client = _client this.counter = 0 } public void run() { while (counter < 10) { this.client.queue.addElement(new Integer(counter)) counter++ } throw new RuntimeException("counter >= 10") } public static void main(String[] args) { Client c = new Client() Server s = new Server(c) c.start() s.start() } } class Client extends Thread { Vector queue public Client() { this.queue = new Vector() } public void run() { while (true) { if (! (queue.size() == 0)) { processNextElement() } } } private void processNextElement() { Object next = queue.elementAt(0) queue.removeElementAt(0) System.out.println(next)-public class Server extends Thread { Client client int counter public Server(Client _client) { this.client = _client this.counter = 0 } public void run() { while (counter lt; 10) { this.client.queue.addElement(new Integer(counter)) counter++ } throw new RuntimeException("counter gt;= 10") } p
- 2022-02-21 05:44:37下载
- 积分:1
-
VC, do a bit of a BT things, as is done in the laboratory, the Task Manager can...
我刚学VC,做了一个有点BT的东西,由于是在实验室做的,任务管理器不能用,很多人不知道怎么关,很郁闷~!-VC, do a bit of a BT things, as is done in the laboratory, the Task Manager can not use it, many people do not know how customs, very depressed ~!
- 2022-03-29 05:31:16下载
- 积分:1
-
实现的具有滑动功能的static类,用于控制声音的大小
实现的具有滑动功能的static类,用于控制声音的大小-Achieved with a sliding function of static class is used to control the size of the sound
- 2023-06-03 00:50:03下载
- 积分:1
-
背景和字体属性可改变的静态控件
背景和字体属性可改变的静态控件-The static control which can change its own background and font
- 2023-08-28 12:30:03下载
- 积分:1
-
一个背景颜色渐变的文字类
一个背景颜色渐变的文字类--A font class whose background color can be gradually changed.
- 2022-03-19 03:10:48下载
- 积分:1
-
该代码例子提供了一个类似LED数码管的静态控件类,可以应用到各种控件面板指示中。...
该代码例子提供了一个类似LED数码管的静态控件类,可以应用到各种控件面板指示中。-The code examples provide a similar LED digital control of the static categories, can be applied to various control panel instructions.
- 2023-08-01 05:45:02下载
- 积分:1
-
日期提示控件:使用滑动的效果进行显示,日期提示控件
日期提示控件:使用滑动的效果进行显示,日期提示控件-Date prompt control: the effects of the use of slide show, the date prompt control
- 2023-04-15 20:50:03下载
- 积分:1
-
互联网技术教案
互联网技术教案-Internet technology curriculum
- 2022-07-14 00:25:23下载
- 积分:1
-
让vb支持滚轮 rang visul Basic zhi chi gun lun Cao zuo.
让vb支持滚轮 rang visul Basic zhi chi gun lun Cao zuo.-let vb support rollers rang visul Basic 08:04 eng gun lun Cao zuo.
- 2022-07-15 00:26:09下载
- 积分:1