-
模拟液晶显示时钟
模拟液晶显示时钟-analog LCD Clock
- 2022-02-25 14:11:30下载
- 积分:1
-
关于给初学者介绍SDK编程
关于给初学者介绍SDK编程- About gives the beginner to introduce SDK programs
- 2022-12-18 22:50:03下载
- 积分:1
-
好看的颜色渐变程序,包括静态框的各种颜色渐变等。
好看的颜色渐变程序,包括静态框的各种颜色渐变等。-Nice color gradient procedures, including a static box such as a variety of colors change gradually.
- 2022-03-20 02:30:51下载
- 积分:1
-
由CStatic派生的柱状图控制演示程序源码,单击添加按钮,便会看到效果,还可以设置显示方式!...
由CStatic派生的柱状图控制演示程序源码,单击添加按钮,便会看到效果,还可以设置显示方式!-CStatic derived from the control column demo program source code, click the Add button, they will see results, but also can set display mode!
- 2022-10-24 17:10:03下载
- 积分:1
-
数字量节点模拟显示,模拟LED显示,可以显示不同的颜色
数字量节点模拟显示,模拟LED显示,可以显示不同的颜色-Node digital simulation show that simulated LED display, can display different colors
- 2022-02-14 09:54:49下载
- 积分: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
-
一个类似于windows中显示磁盘使用情况的类,推荐下载
一个类似于windows中显示磁盘使用情况的类,推荐下载-- One class which can show the uses of disk like in windows, recommend download
- 2022-03-04 10:23:49下载
- 积分: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
-
在没有外界反馈电路时所测出的电压放大倍数。Auo越高, 所构成的运算电路越稳定,运算精度也越高。Auo一般约为 104 107。...
在没有外界反馈电路时所测出的电压放大倍数。Auo越高, 所构成的运算电路越稳定,运算精度也越高。Auo一般约为 104 107。-in the absence of external feedback circuit by measuring the voltage amplification. Auo higher posed by computing circuit, the more stable operating precision higher. Auo normally about# 104 61630 107.
- 2022-01-28 10:03:58下载
- 积分:1
-
detailed sample code, the super useful debugging format has the right of the
详细的java示例代码,超级有用,格式正确已经调试了的-detailed sample code, the super useful debugging format has the right of the
- 2022-05-14 18:22:35下载
- 积分:1