-
C#中的一个很漂亮的PanelBar控件,大家来用啊,希望很好
C#中的一个很漂亮的PanelBar控件,大家来用啊,希望很好-C# a very beautiful PanelBar controls, we used to ah, well
- 2022-02-14 07:09:39下载
- 积分:1
-
img的专用工具,有很多的程序都是用img格式的,有了这个img工具你就能查看了。...
img的专用工具,有很多的程序都是用img格式的,有了这个img工具你就能查看了。-img of specialized tools, a lot of procedures are used img format, img With this tool, you can check the.
- 2022-03-20 13:40:07下载
- 积分: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
-
expansion CStatic controls, making rigid controls CStatic illustrations, and to...
扩展CStatic控件,使得呆板的CStatic控件图文并茂,并能够动起来!-expansion CStatic controls, making rigid controls CStatic illustrations, and to take action!
- 2022-03-03 04:16:48下载
- 积分:1
-
CLabel支持文本内容改变、字体属性时钟、文本颜色、背景演示和边界风格等特征...
CLabel支持文本内容改变、字体属性时钟、文本颜色、背景演示和边界风格等特征-CLabel support to change the text, fonts, attributes the clock, text color, background and border style presentation features
- 2022-03-20 03:05:49下载
- 积分:1
-
a small C Compiler Used to prepare practical, C language compiler
一个小型的编译器
用C++编写实用性强,可以编译C语言-a small C Compiler Used to prepare practical, C language compiler
- 2022-09-29 21:25:07下载
- 积分:1
-
有跳动感地显示文字的静态控件
有跳动感地显示文字的静态控件-The static control which can display jumping text
- 2022-08-03 17:14:51下载
- 积分:1
-
JAVA实用工具组件,在编程序可以方便的使用,节约编程时间
JAVA实用工具组件,在编程序可以方便的使用,节约编程时间-JAVA practical tool components can be programmed in easy-to-use, saving programming time
- 2022-01-26 02:53:51下载
- 积分:1
-
模拟量节点模拟显示程序。比如汽车仪表盘,电压,油压量的显示...
模拟量节点模拟显示程序。比如汽车仪表盘,电压,油压量的显示
- 2022-12-18 16:50:03下载
- 积分:1
-
vc++ 漂亮的mfc静态文本控件,可以做成多种形式的文本!
vc++ 漂亮的mfc静态文本控件,可以做成多种形式的文本!-vc++ beautiful mfc static text controls, can cause various forms of text!
- 2023-04-02 00:50:04下载
- 积分:1