-
此编程的实用性非常的强大,适合于任何场合,可供任何人群使用。...
此编程的实用性非常的强大,适合于任何场合,可供任何人群使用。-The practicality of this programming is very powerful, suitable for any occasion, available for use in any crowd.
- 2022-10-03 08:00:03下载
- 积分:1
-
one, the many kinds of software training exercises fingering patterns; 2, Five
・ 1、本软件分多种练习模式训练指法; 2、五笔字型字根训练; 3、一级、二级、三级简码训练; 4、自己选择中英文章练打;-one, the many kinds of software training exercises fingering patterns; 2, Five-Stroke Roots training; 3, 1, 2, 3 SR code training; 4 and choose which articles to practice playing England;
- 2023-03-31 04:20:03下载
- 积分:1
-
HyperLink类,制作超链接样式的按钮的上加选择哟
HyperLink类,制作超链接样式的按钮的上加选择哟-HyperLink categories, the production of a hyperlink-style button to choose the add yo
- 2022-01-26 05:22:23下载
- 积分:1
-
XML document processing : a simple XML document processing control
XML文档处理:一个简明的XML文档处理控制-XML document processing : a simple XML document processing control
- 2022-02-02 19:25:39下载
- 积分:1
-
显示滚动文本的静态控件
显示滚动文本的静态控件-The static control which displays rolling text
- 2022-03-21 12:40:44下载
- 积分: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
-
Java born some advantage, his greatest charm is that it provides applications pr...
Java天生的一些优势,他最大的魅力就是它提供的应用程序编程接口(API应用程序编程接口)又是什么呢?API API是由操作环境提供给用来管理程序的系统设计者、程序员或组件进行调用或数据抽象的结构,换句话说,是操作系统或操作环境中应用程序与核心系统进行通信的接口,其形式为:ANSI C是printf的输出到使用文本函数调用的标准输出。因此,只要Java知道哪些类型可用,就可以轻松设计Java程序。
- 2023-04-04 17:45:02下载
- 积分:1
-
一个以滚动方式进行显示的时钟控件
一个以滚动方式进行显示的时钟控件-a way to roll the clock showed Controls
- 2022-05-19 06:36:42下载
- 积分:1
-
c++的程序讲义对初学C++的朋友绝对有帮助的希望大家努力学习...
c++的程序讲义对初学C++的朋友绝对有帮助的希望大家努力学习-c procedures lectures for beginners C friends definitely help efforts, we hope to learn
- 2022-03-26 16:04:07下载
- 积分:1
-
good inventory management system, functions more complete, clear interface can b...
很好的库存管理系统,功能比较齐全,界面比较清晰,可以设置和更改密码,不过就是还不够完善,请多指教,,Visual Basic,SQL Server -good inventory management system, functions more complete, clear interface can be set up and change passwords, But is not perfect enough, please enlighten, and Visual Basic, SQL Server
- 2023-08-19 22:40:03下载
- 积分:1