-
windows 平台,数字时钟源代码,vc++6.0
windows 平台,数字时钟源代码,vc++6.0-windows platform, digital clock source code, vc++ 6.0
- 2023-04-19 11:35:04下载
- 积分:1
-
利用VC编程在界面上实现3D文字
利用VC编程在界面上实现3D文字-VC Programming Interface 3D characters
- 2022-04-07 17:05:23下载
- 积分: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
-
求余的逆的算法, 拥有许多其他功能,可以求指数求余,蒙格马利算法...
求余的逆的算法, 拥有许多其他功能,可以求指数求余,蒙格马利算法-for the inverse algorithm, has many other functions, I seek for index, the Montgomery algorithm, etc.
- 2022-01-28 06:12:41下载
- 积分: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
-
超级链接
超级链接- Super links
- 2023-07-29 03:00: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
-
delphi用于财务货币的格式化显示控件
delphi用于财务货币的格式化显示控件-delphi for financial currency formatting controls revealed
- 2022-08-05 16:57:40下载
- 积分:1
-
矩阵编码的遗传算法可以将普通遗传算法编码的不可用的编码个体转变为合法的个体,效果明显优于普通遗传算法....
矩阵编码的遗传算法可以将普通遗传算法编码的不可用的编码个体转变为合法的个体,效果明显优于普通遗传算法.-matrix of genetic coding algorithm can be common genetic coding algorithm used in the non-coding individual change as a legitimate 000 CARICOM, the effect was better than ordinary genetic algorithm.
- 2023-08-25 00:50:04下载
- 积分:1
-
有跳动感地显示文字的静态控件
有跳动感地显示文字的静态控件-The static control which can display jumping text
- 2022-08-03 17:14:51下载
- 积分:1