-
15 wonderful characters three
15 奇妙的三维文字按钮,只是些基本的编成,初学者是不错的选择!-15 wonderful characters three-dimensional buttons, but some basic makeup and beginners is a good choice.
- 2022-03-05 19:05:02下载
- 积分: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
-
a table control, input for the digital interface into strings attached value can...
一个数字表控件,输入接口为将数字变为字符串,附值显示即可-a table control, input for the digital interface into strings attached value can be shown
- 2022-08-20 22:35:22下载
- 积分:1
-
实现的具有滑动功能的static类,用于控制声音的大小
实现的具有滑动功能的static类,用于控制声音的大小-Achieved with a sliding function of static class is used to control the size of the sound
- 2023-06-03 00:50:03下载
- 积分:1
-
在PC Xwindows远程登陆Unix上支持中文
在PC Xwindows远程登陆Unix上支持中文
-Xwindows remote PC Unix landing on Chinese support
- 2023-08-16 01:50:02下载
- 积分: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
-
即时通讯 即时通讯
即时通讯 即时通讯 -instant messaging IM instant messaging IM instant messaging IM
- 2022-09-04 05:40: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
-
专用于图形控件的超链接类CMapHypweLink
专用于图形控件的超链接类CMapHypweLink- Special-purpose to the graph controls ultra link class
CMapHypweLink
- 2022-12-20 01:35:04下载
- 积分: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