-
依托CStatic类,改造的控件,可以绘出很漂亮的数字标尺,标准类封装,方便用户调用和二次开发与改造。谢谢使用~...
依托CStatic类,改造的控件,可以绘出很漂亮的数字标尺,标准类封装,方便用户调用和二次开发与改造。谢谢使用~-Relying on CStatic class, the transformation of control, you can draw very beautiful digital gauge, the standard type of packaging, user-friendly call and secondary development and transformation. Thank you, use ~
- 2022-08-22 12:08:51下载
- 积分: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
-
CHyperlink:
如果想在C++编写的Windows程序中实现hyperlink,试一试这个类吧,只需要几行代码就可以实现超链接控制,可以启动浏览器和...
CHyperlink:
如果想在C++编写的Windows程序中实现hyperlink,试一试这个类吧,只需要几行代码就可以实现超链接控制,可以启动浏览器和电子邮件的客户端程序。其他特性包括:设置前景色,设置背景色,设置高亮色,设置字体,设置字体大小,定制光标,透明效果等-CHyperlink : If you want to prepare for Windows C procedures to achieve hyperlink, to test this type bar, need only a few lines of code can be achieved hyperlink control, can be activated browser and e-mail client program. Other features include : Setting up the foreground color, background color set, set high Luminance, installed fonts, font sizes set up, customized cursor. transparent effects
- 2022-06-22 05:26:03下载
- 积分:1
-
linux2.4 support within the packet. C can be used to support a dynamic library
linux2.4支持内包。 可以用来支持C下的动态库-linux2.4 support within the packet. C can be used to support a dynamic library
- 2022-12-02 15:40:03下载
- 积分:1
-
模拟液晶显示时钟
模拟液晶显示时钟-analog LCD Clock
- 2022-02-25 14:11:30下载
- 积分:1
-
FontStatic is a Static can change fonts on a control.
FontStatic是一个可以更改控件上字体的静态控件。
- 2022-02-02 15:03:42下载
- 积分:1
-
这是一个用面向对象方法实现多项式四则运算的源程序,算法高效,用到很多数据结构。压缩包里面只是源程序文件,在vc中运行并由地定额的改动...
这是一个用面向对象方法实现多项式四则运算的源程序,算法高效,用到很多数据结构。压缩包里面只是源程序文件,在vc中运行并由地定额的改动-This is an object-oriented method polynomial four Operational source, efficient algorithm that uses a lot of data structure. Compressed only source files inside the vc to run fixed by the changes
- 2023-08-11 20:40:03下载
- 积分:1
-
静态文本(Static):修改字体及大小动态显示颜色等.也适应编辑框等控件...
静态文本(Static):修改字体及大小动态显示颜色等.也适应编辑框等控件
- 2022-09-12 18:10:03下载
- 积分:1
-
一个滚动的文字类的例子,推荐下载
一个滚动的文字类的例子,推荐下载--A class of rolling fonts, recommend download
- 2022-02-10 10:22:12下载
- 积分:1