-
带bevel线的静态控件
带bevel线的静态控件-The static control with beve line
- 2023-08-18 11:15:03下载
- 积分:1
-
u盘,mp3下的文件系统,完全兼容fat16,fat32,加上自己的硬盘驱动接口后应该可以使用...
u盘,mp3下的文件系统,完全兼容fat16,fat32,加上自己的硬盘驱动接口后应该可以使用-u disk, mp3 under the file system, fully compatible with fat16, fat32, coupled with their own hard disk drive interface should be able to use
- 2022-01-26 00:31:00下载
- 积分: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
-
圆形时间选择控件。
圆形时间选择控件。-round timing controls.
- 2022-12-20 11:45:03下载
- 积分:1
-
第一步:从某个文件中读取原始图和表明它
Step1: Read the original map from a certain file and show it in MATLAB
- 2022-01-26 01:26:14下载
- 积分:1
-
模拟液晶管显示的空间,各种样式的液晶数据显示,在工业控制显示方面很有用。...
模拟液晶管显示的空间,各种样式的液晶数据显示,在工业控制显示方面很有用。-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
-
这是我在学习中写的一些对初学者有帮助的代码,很辛苦才写出来的。
这是我在学习中写的一些对初学者有帮助的代码,很辛苦才写出来的。-This is what I wrote in the study of some help for beginners code, it pains government.
- 2022-03-21 07:55:02下载
- 积分:1
-
two timer first timer in the window to retain a clock running when the clock alw...
两个计时器第一个计时器在窗口中保留一个时钟,程序运行时该时钟始终运行。另外一个计时器可配成用户指定的时间间隔触发。-two timer first timer in the window to retain a clock running when the clock always running. Another timer can be dubbed a user-specified time interval trigger.
- 2022-03-18 02:15:38下载
- 积分:1
-
类似于候车大厅里的告示牌
类似于候车大厅里的告示牌-similar to the waiting hall of the signs
- 2022-01-25 17:44:51下载
- 积分:1
-
为了下载源码,上传了别人的程序,是一款能够显示波形的程序,很值得去学习一下...
为了下载源码,上传了别人的程序,是一款能够显示波形的程序,很值得去学习一下-In order to download the source code, upload someone else" s program, is a program capable of displaying the waveform, it is worthwhile to learn about
- 2022-10-04 03:00:04下载
- 积分:1