-
里面有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
-
linux2.4 support within the packet. C can be used to support a dynamic library
linux2.4支持内包。 可以用来支持C下的动态库-linux2.4 support within the packet. C can be used to support a dynamic library
- 2022-12-02 15:40:03下载
- 积分:1
-
即时通讯 即时通讯
即时通讯 即时通讯 -instant messaging IM instant messaging IM instant messaging IM
- 2022-09-04 05:40:03下载
- 积分:1
-
一个比较漂亮的链接文字类
一个比较漂亮的链接文字类--A class of beautiful link font
- 2022-03-23 14:20:42下载
- 积分:1
-
一个类似磁盘扫描得界面,很酷得哦,值得大家去研究
一个类似磁盘扫描得界面,很酷得哦,值得大家去研究-a disk scan in a similar interface, cool in, oh, we should study
- 2022-05-20 19:52:23下载
- 积分:1
-
ftp客户端实现 ftp客户端实现
ftp客户端实现 ftp客户端实现-ftp client to achieve the c lient achieve ftp ftp client achieve customer households-realization
- 2023-04-15 10:15:03下载
- 积分:1
-
用vc编写AcitveX时钟控件,可以嵌入各种VC、VB的程序开发中
用vc编写AcitveX时钟控件,可以嵌入各种VC、VB的程序开发中-prepared using vc AcitveX clock controls can be embedded in various VC, VB program development
- 2022-03-19 20:25:55下载
- 积分: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
-
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
-
is a readable any word, phrase and sentence in English reading software. They al...
是一套可读任何单词、短语、句子的英文朗读软件。并且可以有感情地朗读,使用简单,输入单词,短语、句子就可以自动朗读。特别适合中小学生,公共英语参试人员,职称考试及外语爱好者使用,没事做的时候找几篇英文听听,提高一下听力能力,是不是一个很好-is a readable any word, phrase and sentence in English reading software. They also have feelings to read, easy to use, importation of words, phrases, sentences can be automatically read. Particularly suitable for students, English Participation tests, title examinations and the use of language lovers, with nothing to do to find the time to listen to a few English, raising about hearing ability is not a good
- 2022-05-18 20:13:44下载
- 积分:1