-
静态文本显示与椭圆的长文件名
Static text to display long filenames with ellipses
- 2022-02-13 22:51:45下载
- 积分: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
-
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
-
like CCproxy inside, the dynamic display lines curve, like heart EEG, can be use...
就像CCproxy里面一样,动态显示线条曲线,就像心脑电图一样,可以用来显示数学曲线。-like CCproxy inside, the dynamic display lines curve, like heart EEG, can be used to display mathematical curve.
- 2022-02-05 10:26:33下载
- 积分:1
-
仓库管理系统源代码,可以对仓库物品入库,出库,审核,带报表功能,可以对操作员,管理员进行权限管理...
仓库管理系统源代码,可以对仓库物品入库,出库,审核,带报表功能,可以对操作员,管理员进行权限管理-Warehouse management system source code, can goods storage warehouse, a database, auditing, with statements of function, can operators, administrator rights management
- 2023-03-28 16:35:04下载
- 积分:1
-
vc++ 漂亮的mfc静态文本控件,可以做成多种形式的文本!
vc++ 漂亮的mfc静态文本控件,可以做成多种形式的文本!-vc++ beautiful mfc static text controls, can cause various forms of text!
- 2023-07-04 11:30:03下载
- 积分:1
-
专用于图形控件的超链接类CMapHypweLink
专用于图形控件的超链接类CMapHypweLink- Special-purpose to the graph controls ultra link class
CMapHypweLink
- 2022-12-20 01:35:04下载
- 积分:1
-
Chain main functions of the emerging information leaflets and photos
链表主要实现功能是出现人的资料简介和照片-Chain main functions of the emerging information leaflets and photos
- 2022-04-11 01:08:45下载
- 积分:1
-
留言簿:修改个人资料,站长可能删留言,解压:www.cctv.com
留言簿:修改个人资料,站长可能删留言,解压:www.cctv.com-book : revision of the personal information director may cut message, unpacked : www.cctv.com
- 2022-02-01 17:17:48下载
- 积分:1
-
新浪体育讯 北京时间5月6日消息,火箭队和小牛队的第四节比赛开始之后,巴里投中两分,火箭队夺回了领先优势。之后丹尼尔斯也中投命中,帮助小牛队夺回了领先优势。麦蒂...
新浪体育讯 北京时间5月6日消息,火箭队和小牛队的第四节比赛开始之后,巴里投中两分,火箭队夺回了领先优势。之后丹尼尔斯也中投命中,帮助小牛队夺回了领先优势。麦蒂此后也三分命中,火箭队以74比72领先。-AP Sports Writer May 6 news, the Rockets and Mavericks began the fourth quarter, Barry hit two points, the Rockets regain the lead. After Daniels also hit the vote, the Mavericks regained the leading position. McGrady then have a three-pointer, the Rockets than 72 to 74 lead.
- 2023-02-26 23:15:03下载
- 积分:1