-
用数字二极管显示数字时间、浮点数、整数的控件
用数字二极管显示数字时间、浮点数、整数的控件-Digital LED display with digital time, floating point, integer control
- 2022-02-02 22:33:39下载
- 积分:1
-
该代码提供了一个很好的曲线显示控件,可以使用鼠标对曲线上点进行拖动修改。...
该代码提供了一个很好的曲线显示控件,可以使用鼠标对曲线上点进行拖动修改。-The code provides a good curve shows controls, you can use the right mouse curve points Drive changes.
- 2022-05-07 07:51:52下载
- 积分:1
-
我想真真正正的了解该系统的源代码,请你不要在这样了好吗?...
我想真真正正的了解该系统的源代码,请你不要在这样了好吗?-I think the true understanding of the system"s source code, you may not like this okay?
- 2022-04-25 18:22:29下载
- 积分:1
-
vb原代码,qing duoduo guanzhaoyixiaa
vb原代码,qing duoduo guanzhaoyixiaa -vb source, the Qing duoduo guanzhaoyixiaa
- 2022-02-03 15:31:06下载
- 积分:1
-
模拟液晶显示时钟
模拟液晶显示时钟-analog LCD Clock
- 2022-02-25 14:11:30下载
- 积分:1
-
从CStatic控件派生的类,可以显示电子时钟,非常精美
从CStatic控件派生的类,可以显示电子时钟,非常精美-CStatic control derived from the class can demonstrate that the electronic clock, a very attractive
- 2022-09-12 02:25:03下载
- 积分:1
-
Time display control, you can display a variety of styles. LIB contains DEMO
时间显示控件,可以多种显示风格.
LIB包含DEMO-Time display control, you can display a variety of styles. LIB contains DEMO
- 2022-01-26 01:31:09下载
- 积分: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
-
A Static control, can simulate the number of open entry, open a panel. On Off t...
一个Static控件,可以模拟数字开入,开出板.
OnOff两种状态,显示为两种颜色.左键点击可以改变开入量的状态-A Static control, can simulate the number of open entry, open a panel. On Off two states, shown as two colors. Left-click to open into the volume can change the state of
- 2022-02-15 04:48:25下载
- 积分:1
-
日期提示控件:使用滑动的效果进行显示,日期提示控件
日期提示控件:使用滑动的效果进行显示,日期提示控件-Date prompt control: the effects of the use of slide show, the date prompt control
- 2023-04-15 20:50:03下载
- 积分:1