-
关于线程池的实现!
包括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
-
DELPHI 自制控件,好好用的,打开添加,在环境里加入就好了
DELPHI 自制控件,好好用的,打开添加,在环境里加入就好了-DELPHI homemade controls properly, adding to open the environment to join a chorus
- 2022-02-01 18:19:29下载
- 积分:1
-
infobarctrl可以设置背景颜色CStatic膨胀
InfobarCtrl 可设置背景颜色的CStatic扩展-InfobarCtrl can set the background color CStatic expansion
- 2022-01-25 20:08:57下载
- 积分:1
-
简单的程序,希望有所帮助
简单的程序,希望有所帮助-simple procedures in the hope that some help
- 2023-08-19 12:50:03下载
- 积分:1
-
CHyperLink
封装实现静态文本的链接类,可以设置链接文本的颜色,响应点击消息等。-CHyperLink
- 2022-02-12 08:10:22下载
- 积分:1
-
圆形时间选择控件。
圆形时间选择控件。-round timing controls.
- 2022-12-20 11:45: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
-
A realization of a translucent, reflection, luminescence, gradient transparency...
一个实现了半透明、倒影、发光、渐变透明度的图像控件。-A realization of a translucent, reflection, luminescence, gradient transparency image control.
- 2022-05-06 21:20:10下载
- 积分:1
-
上面的代码开始于建立窗口和CStatic。然后建立一CFont类型对象。...
上面的代码开始于建立窗口和CStatic。然后建立一CFont类型对象。-Above began in the establishment of the code window and CStatic. Then the establishment of one type CFont object.
- 2022-01-28 10:44:25下载
- 积分:1
-
透明的static组件,基于MFC源代码
透明的static组件,基于MFC源代码-transparent static components, based on the MFC source code
- 2022-08-21 11:53:01下载
- 积分:1