-
用vc编写AcitveX时钟控件,可以嵌入各种VC、VB的程序开发中
用vc编写AcitveX时钟控件,可以嵌入各种VC、VB的程序开发中-prepared using vc AcitveX clock controls can be embedded in various VC, VB program development
- 2022-03-19 20:25:55下载
- 积分:1
-
里面有164个java语言开发的程序,且都含有完整的原代码,覆盖面广,希望能对大家有...
里面有164个java语言开发的程序,且都含有完整的原代码,覆盖面广,希望能对大家有-There are 164 java language development process, which contain the complete source code, extensive coverage, we hope to have
- 2022-01-26 08:02:01下载
- 积分:1
-
java论坛代码,及设计说明,算法,
java论坛代码,及设计说明,算法,
-code, and design statement, algorithm,
- 2022-11-24 11:10:05下载
- 积分:1
-
一个CStatic控件的扩展,可以显示数据比例信息
一个CStatic控件的扩展,可以显示数据比例信息-A CStatic control, expansion of the proportion of information you can display the data
- 2022-05-15 09:07:47下载
- 积分:1
-
静态文本显示与椭圆的长文件名
Static text to display long filenames with ellipses
- 2022-02-13 22:51:45下载
- 积分:1
-
计算机接口软件。大多数学生看的很好。我忘记了…
计算机接口的课件。望广大学生好好用。忘记万毫我。-Computer Interface Software. The majority of students look properly. I forget the 10,000 coin.
- 2022-10-16 16:05: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
-
CTicker:
这个类实现了水平字幕的滚动,支持背景色,前景色,边界颜色,字体,字体大小设置,滚动速度等。...
CTicker:
这个类实现了水平字幕的滚动,支持背景色,前景色,边界颜色,字体,字体大小设置,滚动速度等。-CTicker: This class achieved the level of rolling subtitles to support the background color, Foreground, border color, font, font size settings, scroll speed.
- 2022-07-14 12:35:33下载
- 积分:1
-
static auto external等的定义静态变量的用法
static auto external等的定义静态变量的用法-static auto external variables such as the usage of the definition of static
- 2022-02-01 01:16:10下载
- 积分:1
-
c++的程序讲义对初学C++的朋友绝对有帮助的希望大家努力学习...
c++的程序讲义对初学C++的朋友绝对有帮助的希望大家努力学习-c procedures lectures for beginners C friends definitely help efforts, we hope to learn
- 2022-03-26 16:04:07下载
- 积分:1