-
该代码示例提供了一个良好的移动和可移动的移动台架…
该代码例子提供了一个很好的可以移动和设置移动目标的运动标尺例子。-The code examples provide a good mobile and can target the mobile movement benchmark examples.
- 2022-01-26 05:32:40下载
- 积分: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
-
很漂亮的文字和背景StaticFader.EXE是基于对话框的很不错还有可变颜色的字体功能很强...
很漂亮的文字和背景StaticFader.EXE是基于对话框的很不错还有可变颜色的字体功能很强-very flowery language and background StaticFader.EXE dialog is based on the variable there are very good color and the size of a strong function
- 2022-02-25 15:32:18下载
- 积分:1
-
位图的集中特效算法处理实例:
其包含了四种不同的处理算法...
位图的集中特效算法处理实例:
其包含了四种不同的处理算法-Concentration of bitmap effects algorithm instance handle: it contains four different treatment algorithm
- 2022-03-29 02:13:54下载
- 积分:1
-
静态文本(Static):修改字体及大小动态显示颜色等.也适应编辑框等控件...
静态文本(Static):修改字体及大小动态显示颜色等.也适应编辑框等控件
- 2022-09-12 18:10:03下载
- 积分:1
-
在一个静态控件中实现对文本的一个链接,或是黑体
实现在一个Static控件中的部分文本为 link 或粗体-Realize in a Static control part of the text for the link, or bold
- 2022-04-22 14:20:37下载
- 积分:1
-
Good inventory management system
很好的库存管理系统--可以做毕业设计用,很好的库存管理系统--可以做毕业设计用-Good inventory management system- can do graduation project, and good inventory management system- can do graduate design
- 2022-10-23 05:25:03下载
- 积分:1
-
在对话框上加超链接的源代码,呵呵,终于找到了,现在发给大家啊~VC的...
在对话框上加超链接的源代码,呵呵,终于找到了,现在发给大家啊~VC的-add hyperlinks to the source code, what finally found, and now distributed to Members of the VC-ah
- 2022-03-07 18:39:30下载
- 积分: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
-
关于给初学者介绍SDK编程
关于给初学者介绍SDK编程- About gives the beginner to introduce SDK programs
- 2022-12-18 22:50:03下载
- 积分:1