-
从CStatic控件派生的类,可以显示电子时钟,非常精美
从CStatic控件派生的类,可以显示电子时钟,非常精美-CStatic control derived from the class can demonstrate that the electronic clock, a very attractive
- 2022-09-12 02:25:03下载
- 积分:1
-
显示文件名的静态控件。对长文件名可以把中间的一些路径显示为省略号...
显示文件名的静态控件。对长文件名可以把中间的一些路径显示为省略号-The static control which display filename
- 2023-05-17 06:40:03下载
- 积分: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
-
一个简单的数字时钟程序,其中的date类派生于MFC CStatic 基类
一个简单的数字时钟程序,其中的date类派生于MFC CStatic 基类-A simple digital clock procedures, in which category the date derived from MFC CStatic base class
- 2022-04-15 09:05:25下载
- 积分:1
-
一个背景颜色渐变的文字类
一个背景颜色渐变的文字类--A font class whose background color can be gradually changed.
- 2022-03-19 03:10:48下载
- 积分:1
-
带bevel线的静态控件
带bevel线的静态控件-The static control with beve line
- 2023-08-18 11:15:03下载
- 积分:1
-
本程序从CStatic派生出CLabel,用于实现类似Visual Basic中的Label功能,支持文本内容改变、字体属性时钟、文本颜色、背景演示和边界风格等...
本程序从CStatic派生出CLabel,用于实现类似Visual Basic中的Label功能,支持文本内容改变、字体属性时钟、文本颜色、背景演示和边界风格等特征。-This procedure CStatic derived from CLabel, similar to Visual Basic used to realize the Label function, support text content change clock font attributes, text color, background and border style of presentation characteristics of the population.
- 2022-02-02 21:53:56下载
- 积分: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
-
矩阵编码的遗传算法可以将普通遗传算法编码的不可用的编码个体转变为合法的个体,效果明显优于普通遗传算法....
矩阵编码的遗传算法可以将普通遗传算法编码的不可用的编码个体转变为合法的个体,效果明显优于普通遗传算法.-matrix of genetic coding algorithm can be common genetic coding algorithm used in the non-coding individual change as a legitimate 000 CARICOM, the effect was better than ordinary genetic algorithm.
- 2023-08-25 00:50:04下载
- 积分: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