-
从CStatic控件派生的类,可以显示电子时钟,非常精美
从CStatic控件派生的类,可以显示电子时钟,非常精美-CStatic control derived from the class can demonstrate that the electronic clock, a very attractive
- 2022-09-12 02:25:03下载
- 积分:1
-
不错的药房管理系统,拥有完善的管理查询功能 值得看看哦!...
不错的药房管理系统,拥有完善的管理查询功能 值得看看哦!-good pharmacy management system, it has a good management of the inquiry should look at oh!
- 2022-03-23 23:47:15下载
- 积分:1
-
显示电子钟一样的数字的静态控件
显示电子钟一样的数字的静态控件-The static control which can display number of electronic clock style
- 2022-11-13 10:40:04下载
- 积分: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
-
C语言下实现阶乘窗口居多,好
C语言的的windons下大数阶乘实现,运行良好.感觉很不错,相反啊独特.需要的可以打开开看,主要运用乘法思想的原理编写而成-C language of the majority of factorial windons under achieving, well-functioning. The feeling is very good, contrary ah unique. The need to be opened opened, the main use of the principle of multiplication thinking prepared
- 2023-09-06 09:40:03下载
- 积分:1
-
is a readable any word, phrase and sentence in English reading software. They al...
是一套可读任何单词、短语、句子的英文朗读软件。并且可以有感情地朗读,使用简单,输入单词,短语、句子就可以自动朗读。特别适合中小学生,公共英语参试人员,职称考试及外语爱好者使用,没事做的时候找几篇英文听听,提高一下听力能力,是不是一个很好-is a readable any word, phrase and sentence in English reading software. They also have feelings to read, easy to use, importation of words, phrases, sentences can be automatically read. Particularly suitable for students, English Participation tests, title examinations and the use of language lovers, with nothing to do to find the time to listen to a few English, raising about hearing ability is not a good
- 2022-05-18 20:13:44下载
- 积分: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
-
一个比较漂亮的链接文字类
一个比较漂亮的链接文字类--A class of beautiful link font
- 2022-03-23 14:20:42下载
- 积分: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
-
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