-
playmci algorithm and the experimental procedure issues
c语言实现playmci的算法以及实验程序课题-playmci algorithm and the experimental procedure issues
- 2022-02-11 12:43:36下载
- 积分:1
-
带滚动和缩放的控件,显示无闪烁。
先在窗口上放一CPicture....
带滚动和缩放的控件,显示无闪烁。
先在窗口上放一CPicture.-with scrolling and zoom controls, showed no flicker. First put in a window CPicture.
- 2022-09-18 07:10:03下载
- 积分:1
-
互联网技术教案
互联网技术教案-Internet technology curriculum
- 2022-07-14 00:25:23下载
- 积分: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
-
这是一个包含多种形式圆盘控件的控件包,是用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
-
这是一个很不错的小体积的软件
这是一个很不错的小体积的软件-This is a very good small size of software
- 2022-02-27 00:19:12下载
- 积分: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
-
模拟量节点模拟显示程序。比如汽车仪表盘,电压,油压量的显示...
模拟量节点模拟显示程序。比如汽车仪表盘,电压,油压量的显示
- 2022-12-18 16:50:03下载
- 积分:1
-
like CCproxy inside, the dynamic display lines curve, like heart EEG, can be use...
就像CCproxy里面一样,动态显示线条曲线,就像心脑电图一样,可以用来显示数学曲线。-like CCproxy inside, the dynamic display lines curve, like heart EEG, can be used to display mathematical curve.
- 2022-02-05 10:26:33下载
- 积分:1
-
时间控件,可以动态显示时间
时间控件,可以动态显示时间-time control, dynamic display time
- 2022-01-31 12:32:49下载
- 积分:1