-
一个比较漂亮的链接文字类
一个比较漂亮的链接文字类--A class of beautiful link font
- 2022-03-23 14:20:42下载
- 积分:1
-
like CCproxy inside, the dynamic display lines curve, like heart EEG, can be use...
就像CCproxy里面一样,动态显示线条曲线,就像心脑电图一样,可以用来显示数学曲线。-like CCproxy inside, the dynamic display lines curve, like heart EEG, can be used to display mathematical curve.
- 2022-02-05 10:26:33下载
- 积分:1
-
用数字二极管显示数字时间、浮点数、整数的控件
用数字二极管显示数字时间、浮点数、整数的控件-Digital LED display with digital time, floating point, integer control
- 2022-02-02 22:33:39下载
- 积分: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
-
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 demonstration of the automatic controls Photo
- 2023-08-05 03:10:03下载
- 积分:1
-
C#中的一个很漂亮的PanelBar控件,大家来用啊,希望很好
C#中的一个很漂亮的PanelBar控件,大家来用啊,希望很好-C# a very beautiful PanelBar controls, we used to ah, well
- 2022-02-14 07:09:39下载
- 积分:1
-
related to the use of controls, for example, want to have like
VC里的相关控件的使用举例,希望有志同道合的朋友们能交流一下。-related to the use of controls, for example, want to have like-minded friends will be able to exchange about.
- 2022-05-22 06:41:51下载
- 积分:1
-
FontStatic is a Static can change fonts on a control.
FontStatic是一个可以更改控件上字体的静态控件。
- 2022-02-02 15:03:42下载
- 积分:1
-
用VB作的Split控件
用VB作的Split控件-with VB Controls for the Split
- 2022-04-18 15:51:55下载
- 积分:1