-
本程序从CStatic派生出CHyperlink,用于实现超级链接的各种功能
本程序从CStatic派生出CHyperlink,用于实现超级链接的各种功能-This procedure CStatic derived from CHyperlink, hyperlinks to achieve the various functions
- 2022-02-13 08:59:26下载
- 积分:1
-
关于给初学者介绍SDK编程
关于给初学者介绍SDK编程- About gives the beginner to introduce SDK programs
- 2022-12-18 22:50:03下载
- 积分:1
-
学习static定义静态变量的用法,进行简单的操作
学习static定义静态变量的用法,进行简单的操作-Learn the definition of static variables static usage, simple operation
- 2023-03-02 12:40:03下载
- 积分:1
-
在该..x
嗨
hi im kyk..x
your mname ooxos is oosuchecking your files
- 2022-02-15 01:57:01下载
- 积分:1
-
本程序从CStatic派生出CLabel,用于实现类似Visual Basic中的Label功能,支持文本内容改变、字体属性时钟、文本颜色、背景演示和边界风格等...
本程序从CStatic派生出CLabel,用于实现类似Visual Basic中的Label功能,支持文本内容改变、字体属性时钟、文本颜色、背景演示和边界风格等特征。-This procedure CStatic derived from CLabel, similar to Visual Basic used to realize the Label function, support text content change clock font attributes, text color, background and border style of presentation characteristics of the population.
- 2022-02-02 21:53:56下载
- 积分:1
-
本代码提供了一个很好的角度显示和绘制控件
本代码提供了一个很好的角度显示和绘制控件-the code provided a good perspective of the show and mapping controls
- 2022-09-18 12:35:03下载
- 积分: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
-
里面有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
-
关于线程池的实现!
包括C++,delphi,Java对线程的实现!
保证服务器能够良好的工作!...
关于线程池的实现!
包括C++,delphi,Java对线程的实现!
保证服务器能够良好的工作!- About line Cheng Chi realization! Including C, delphi, Java to
line regulation realization! Guarantees the server to be able the good
work!
- 2023-07-24 10:55:08下载
- 积分:1
-
透明的static组件,基于MFC源代码
透明的static组件,基于MFC源代码-transparent static components, based on the MFC source code
- 2022-08-21 11:53:01下载
- 积分:1