-
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
-
让vb支持滚轮 rang visul Basic zhi chi gun lun Cao zuo.
让vb支持滚轮 rang visul Basic zhi chi gun lun Cao zuo.-let vb support rollers rang visul Basic 08:04 eng gun lun Cao zuo.
- 2022-07-15 00:26:09下载
- 积分:1
-
这是小弟编写的一个些小程序,如果有个想学JAVA,这是一个很好的例子,希望有识之士能够提出看法,为我们的JAVA事业更上一层楼...
这是小弟编写的一个些小程序,如果有个想学JAVA,这是一个很好的例子,希望有识之士能够提出看法,为我们的JAVA事业更上一层楼-This is the younger brother of a bit of preparation procedures, if there were, like Java, which is a very good example, insight hope to put forward their views to our careers JAVA
- 2022-03-23 15:00:25下载
- 积分:1
-
显示弯曲移动文字的静态控件
显示弯曲移动文字的静态控件-The static contorl which display curve text
- 2022-02-02 08:25:32下载
- 积分: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 table control, input for the digital interface into strings attached value can...
一个数字表控件,输入接口为将数字变为字符串,附值显示即可-a table control, input for the digital interface into strings attached value can be shown
- 2022-08-20 22:35:22下载
- 积分:1
-
C#中的一个很漂亮的PanelBar控件,大家来用啊,希望很好
C#中的一个很漂亮的PanelBar控件,大家来用啊,希望很好-C# a very beautiful PanelBar controls, we used to ah, well
- 2022-02-14 07:09:39下载
- 积分:1
-
A Static control, can simulate the number of open entry, open a panel. On Off t...
一个Static控件,可以模拟数字开入,开出板.
OnOff两种状态,显示为两种颜色.左键点击可以改变开入量的状态-A Static control, can simulate the number of open entry, open a panel. On Off two states, shown as two colors. Left-click to open into the volume can change the state of
- 2022-02-15 04:48:25下载
- 积分:1
-
各种不同的方式显示系统时间,
这仅仅是一个小的程序,熟悉
vc编程过程...
各种不同的方式显示系统时间,
这仅仅是一个小的程序,熟悉
vc编程过程-various ways display system, this is only a small familiar with the procedures vc programming process
- 2023-01-14 22:55:03下载
- 积分:1
-
XML document processing : a simple XML document processing control
XML文档处理:一个简明的XML文档处理控制-XML document processing : a simple XML document processing control
- 2022-02-02 19:25:39下载
- 积分:1