-
实现静态文本框(Static)的鼠标单击事件
实现静态文本框(Static)的鼠标单击事件-To achieve static text box (Static) of the mouse click event
- 2022-02-04 00:15:12下载
- 积分:1
-
Image Enhancement in fdsaff the spatial domai
Image Enhancement in fdsaff the spatial domai
- 2023-02-06 01:50:03下载
- 积分:1
-
是一个能够在窗体上实现超级链接的程序,或者发送email;
是一个能够在窗体上实现超级链接的程序,或者发送email;-is one in the form of hyperlinks to achieve the procedure, or send email;
- 2022-02-01 00:02:19下载
- 积分: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
-
xcolorstatic
XColorStatic-CStatic派生类,支持改变字体,字体和背景色等-XColorStatic-CStatic derived class, supports the change
typeface, the typeface and the back scenery and so on
- 2022-08-03 23:34:04下载
- 积分:1
-
infobarctrl可以设置背景颜色CStatic膨胀
InfobarCtrl 可设置背景颜色的CStatic扩展-InfobarCtrl can set the background color CStatic expansion
- 2022-01-25 20:08:57下载
- 积分:1
-
时间控件,可以动态显示时间
时间控件,可以动态显示时间-time control, dynamic display time
- 2022-01-31 12:32:49下载
- 积分:1
-
我想真真正正的了解该系统的源代码,请你不要在这样了好吗?...
我想真真正正的了解该系统的源代码,请你不要在这样了好吗?-I think the true understanding of the system"s source code, you may not like this okay?
- 2022-04-25 18:22:29下载
- 积分:1
-
DELPHI 自制控件,好好用的,打开添加,在环境里加入就好了
DELPHI 自制控件,好好用的,打开添加,在环境里加入就好了-DELPHI homemade controls properly, adding to open the environment to join a chorus
- 2022-02-01 18:19:29下载
- 积分:1
-
like CCproxy inside, the dynamic display lines curve, like heart EEG, can be use...
就像CCproxy里面一样,动态显示线条曲线,就像心脑电图一样,可以用来显示数学曲线。-like CCproxy inside, the dynamic display lines curve, like heart EEG, can be used to display mathematical curve.
- 2022-02-05 10:26:33下载
- 积分:1