-
在没有外界反馈电路时所测出的电压放大倍数。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
-
实现非常哭树空间,能对开发者有一顶的帮助,实现了天家和删除想...
实现非常哭树空间,能对开发者有一顶的帮助,实现了天家和删除想-achieve very weeping tree space, the development will have a help to achieve a day to house and delete
- 2022-02-11 10:50:05下载
- 积分:1
-
用Visual C++工具实现的很好用的静态控件
用Visual C++工具实现的很好用的静态控件-Using Visual C++ Tools used to achieve good static control
- 2023-03-11 23:25: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
-
CLabel支持文本内容改变、字体属性时钟、文本颜色、背景演示和边界风格等特征...
CLabel支持文本内容改变、字体属性时钟、文本颜色、背景演示和边界风格等特征-CLabel support to change the text, fonts, attributes the clock, text color, background and border style presentation features
- 2022-03-20 03:05:49下载
- 积分:1
-
这是一个包含多种形式圆盘控件的控件包,是用VC开发的
这是一个包含多种形式圆盘控件的控件包,是用VC开发的-This is a control disk contains various forms of control packets, is the development of the VC
- 2022-07-20 23:18:47下载
- 积分:1
-
计算机接口软件。大多数学生看的很好。我忘记了…
计算机接口的课件。望广大学生好好用。忘记万毫我。-Computer Interface Software. The majority of students look properly. I forget the 10,000 coin.
- 2022-10-16 16:05:03下载
- 积分: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
-
上面的代码开始于建立窗口和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
-
通过VC++MFC编程来实现计算机的内存的读取与管理,
通过VC++MFC编程来实现计算机的内存的读取与管理,-Through VC++ MFC programming to achieve read the computer s memory and management,
- 2022-06-30 15:51:12下载
- 积分:1