-
里面有164个java语言开发的程序,且都含有完整的原代码,覆盖面广,希望能对大家有...
里面有164个java语言开发的程序,且都含有完整的原代码,覆盖面广,希望能对大家有-There are 164 java language development process, which contain the complete source code, extensive coverage, we hope to have
- 2022-01-26 08:02:01下载
- 积分:1
-
可灵活自定义字体和外框线的大小和颜色和颜色的groupbox控件,内有相关的函数接口方便调用,是一个继承类。内有源码和示例程序。...
可灵活自定义字体和外框线的大小和颜色和颜色的groupbox控件,内有相关的函数接口方便调用,是一个继承类。内有源码和示例程序。-The flexibility to customize the fonts, and outline the size and color lines and color of the groupbox control-related functions within the interface to facilitate the call, is a derived class. There are source and sample programs.
- 2022-02-04 09:32:57下载
- 积分:1
-
快速排序,动态生成数组,然后通过算法实现排序
快速排序,动态生成数组,然后通过算法实现排序-Quick Sort, dynamic generation array, then sorting algorithm
- 2022-01-31 23:27:07下载
- 积分: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
-
冰点网吧p tkh这种玩家会死人的。。。知道不。 管理员救命啊。...
冰点网吧p tkh这种玩家会死人的。。。知道不。 管理员救命啊。-cafes p frozen tkh such players will be dead. . . Do not know. Administrators save ah.
- 2022-01-31 22:09:16下载
- 积分:1
-
u盘,mp3下的文件系统,完全兼容fat16,fat32,加上自己的硬盘驱动接口后应该可以使用...
u盘,mp3下的文件系统,完全兼容fat16,fat32,加上自己的硬盘驱动接口后应该可以使用-u disk, mp3 under the file system, fully compatible with fat16, fat32, coupled with their own hard disk drive interface should be able to use
- 2022-01-26 00:31:00下载
- 积分:1
-
一个类似磁盘扫描得界面,很酷得哦,值得大家去研究
一个类似磁盘扫描得界面,很酷得哦,值得大家去研究-a disk scan in a similar interface, cool in, oh, we should study
- 2022-05-20 19:52:23下载
- 积分: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
-
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
-
vc 的编写过和是你学习的原因,请你学习
vc 的编写过和是你学习的原因,请你学习-vc over and the preparation is the reason for you to learn, you learn
- 2022-04-16 05:35:45下载
- 积分:1