-
VC, do a bit of a BT things, as is done in the laboratory, the Task Manager can...
我刚学VC,做了一个有点BT的东西,由于是在实验室做的,任务管理器不能用,很多人不知道怎么关,很郁闷~!-VC, do a bit of a BT things, as is done in the laboratory, the Task Manager can not use it, many people do not know how customs, very depressed ~!
- 2022-03-29 05:31:16下载
- 积分: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
-
显示弯曲移动文字的静态控件
显示弯曲移动文字的静态控件-The static contorl which display curve text
- 2022-02-02 08:25:32下载
- 积分:1
-
本代码提供了一个很好的角度显示和绘制控件
本代码提供了一个很好的角度显示和绘制控件-the code provided a good perspective of the show and mapping controls
- 2022-09-18 12:35:03下载
- 积分:1
-
src.zip: Workshop 8.1 工程 db.zip: 数据库备份,可在MS SQL 2000企业管理器中直接还原数据库...
src.zip: Workshop 8.1 工程 db.zip: 数据库备份,可在MS SQL 2000企业管理器中直接还原数据库-src.zip : Workshop 8.1 works db.zip : database backup, in MS SQL 2000 Enterprise Manager database directly Reduction
- 2023-03-30 00:40:03下载
- 积分:1
-
c语言常用算法都在里面的了,学c语言的一定要看看哈,找了很入才找到的哟...
c语言常用算法都在里面的了,学c语言的一定要看看哈,找了很入才找到的哟-c language commonly used algorithms are inside the school c language must look at Kazakhstan, to find a means to find is the yo
- 2022-08-10 18:19:46下载
- 积分:1
-
一个数字显示管 程序,可以显示数字控件。
里面无密码。
一个数字显示管 程序,可以显示数字控件。
里面无密码。- A digital display tube procedure, may demonstrate the numeral
controls. Inside does not have the password.
- 2022-03-23 13:12:41下载
- 积分:1
-
windows窗口下的滚动条制作,界面部分可在工具栏下添加
windows窗口下的滚动条制作,界面部分可在工具栏下添加-windows under the scroll bar window production, the interface part of the toolbar, add
- 2023-07-18 03:55:03下载
- 积分:1
-
这个功能不是很难,在这里只是为了给大家提供一些方便
这个功能不是很难,在这里只是为了给大家提供一些方便-this function is not difficult here just to give you all some convenience
- 2022-05-20 12:34:56下载
- 积分:1
-
第一步:从某个文件中读取原始图和表明它
Step1: Read the original map from a certain file and show it in MATLAB
- 2022-01-26 01:26:14下载
- 积分:1