-
一种数字控制程序,用于显示电子时钟或数码管,美国..
一个关于数码管的程序,用来显示电子时钟或者led数字,很有用的哦-A digital control procedures, used to display electronic led clock or digital, useful Oh
- 2022-06-17 08:48:40下载
- 积分:1
-
显示电子钟一样的数字和字母
显示电子钟一样的数字和字母-The static control which can display number and letter of electronic clock style
- 2022-08-22 23:45:47下载
- 积分:1
-
related to the use of controls, for example, want to have like
VC里的相关控件的使用举例,希望有志同道合的朋友们能交流一下。-related to the use of controls, for example, want to have like-minded friends will be able to exchange about.
- 2022-05-22 06:41:51下载
- 积分:1
-
该代码示例提供了一个良好的移动和可移动的移动台架…
该代码例子提供了一个很好的可以移动和设置移动目标的运动标尺例子。-The code examples provide a good mobile and can target the mobile movement benchmark examples.
- 2022-01-26 05:32:40下载
- 积分:1
-
windows窗口下的滚动条制作,界面部分可在工具栏下添加
windows窗口下的滚动条制作,界面部分可在工具栏下添加-windows under the scroll bar window production, the interface part of the toolbar, add
- 2023-07-18 03:55:03下载
- 积分:1
-
依托CStatic类,改造的控件,可以绘出很漂亮的数字标尺,标准类封装,方便用户调用和二次开发与改造。谢谢使用~...
依托CStatic类,改造的控件,可以绘出很漂亮的数字标尺,标准类封装,方便用户调用和二次开发与改造。谢谢使用~-Relying on CStatic class, the transformation of control, you can draw very beautiful digital gauge, the standard type of packaging, user-friendly call and secondary development and transformation. Thank you, use ~
- 2022-08-22 12:08:51下载
- 积分: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
-
production URL (XHyperLink), the cursor after brightening, clicking on the link...
利用Static控件制作URL连接(XHyperLink),光标经过变亮,点击连接URL。-production URL (XHyperLink), the cursor after brightening, clicking on the link URL.
- 2022-08-13 06:25:25下载
- 积分:1
-
一个锁定表头和表列的Grid控件,界面比较简单
一个锁定表头和表列的Grid控件,界面比较简单-a table lock head and listed Grid Control, a relatively simple interface
- 2023-04-21 08:50:04下载
- 积分:1
-
Adding an alarm clock in the process control, can be used for static control
在程序中添加闹钟控制,可用于static控件-Adding an alarm clock in the process control, can be used for static control
- 2023-05-13 14:35:03下载
- 积分:1