-
数字时钟显示控件,可以设置各种前景背景。
数字时钟显示控件,可以设置各种前景色背景色-Digital clock display controls, you can set all kinds of Foreground Background Color
- 2023-01-01 12:10:03下载
- 积分: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
-
在PB中显示3D字,用DataWindow实现,已经封装成用户对象,并制作了相应的例程,非常Cool。...
在PB中显示3D字,用DataWindow实现,已经封装成用户对象,并制作了相应的例程,非常Cool。-show in PB 3D characters used to achieve DataWindow has been packaged as users, and produces a corresponding routines, very Cool.
- 2022-08-08 18:53:05下载
- 积分:1
-
the software used to detect SQL connectivity and the use of the basic SQL, the S...
本软件用于检测SQL的连接和对SQL的基本使用,可以在我们连接SQL时起到很好的帮助作用-the software used to detect SQL connectivity and the use of the basic SQL, the SQL link when we played a very good role in helping
- 2023-06-25 16:10:03下载
- 积分:1
-
static auto external等的定义静态变量的用法
static auto external等的定义静态变量的用法-static auto external variables such as the usage of the definition of static
- 2022-02-01 01:16:10下载
- 积分:1
-
variable static text control
可变的静态文本控件-variable static text control
- 2022-08-20 23:29:45下载
- 积分:1
-
fgjhgngngghjkhj,ghnfgdg dbnffwebrh fghfdgsaerb二DF saer4h ftgdr CCl 4 aes5得克萨斯原子能研究基金会…
fgjhgngngghjkhj,ghnfgdg dbnffwebrh fghfdgsaerb er df saer4h ftgdr aes5 taerf wkjrokqfcklskdnskln di-fgjhgngngghjkhj. ghnfgdg dbnffwebrh fghfdgsaerb er df saer4h ft GDR aes5 taerf wkjrokqfcklskdnskln di
- 2022-05-27 13:25:36下载
- 积分:1
-
one, the many kinds of software training exercises fingering patterns; 2, Five
・ 1、本软件分多种练习模式训练指法; 2、五笔字型字根训练; 3、一级、二级、三级简码训练; 4、自己选择中英文章练打;-one, the many kinds of software training exercises fingering patterns; 2, Five-Stroke Roots training; 3, 1, 2, 3 SR code training; 4 and choose which articles to practice playing England;
- 2023-03-31 04:20:03下载
- 积分:1
-
was compiled using data structure traverse two forks few examples, the former se...
用汇编写了数据结构中遍历二叉数的例子,前序,中序,和后序都实现了-was compiled using data structure traverse two forks few examples, the former sequence, sequence, sequence and after bringing the
- 2022-06-17 19:07:09下载
- 积分:1
-
用Visual C++编写一个完整的单片空间后方交会程序,通过对提供的试验数据进行计算,输出像片的外方位元素并评定精度...
用Visual C++编写一个完整的单片空间后方交会程序,通过对提供的试验数据进行计算,输出像片的外方位元素并评定精度
- 2022-03-15 19:22:35下载
- 积分:1