-
超级链接
超级链接- Super links
- 2023-07-29 03:00:03下载
- 积分:1
-
A Static control, can simulate the number of open entry, open a panel. On Off t...
一个Static控件,可以模拟数字开入,开出板.
OnOff两种状态,显示为两种颜色.左键点击可以改变开入量的状态-A Static control, can simulate the number of open entry, open a panel. On Off two states, shown as two colors. Left-click to open into the volume can change the state of
- 2022-02-15 04:48:25下载
- 积分:1
-
第一步:从某个文件中读取原始图和表明它
Step1: Read the original map from a certain file and show it in MATLAB
- 2022-01-26 01:26:14下载
- 积分: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
-
显示文件名的静态控件。对长文件名可以把中间的一些路径显示为省略号...
显示文件名的静态控件。对长文件名可以把中间的一些路径显示为省略号-The static control which display filename
- 2023-05-17 06:40:03下载
- 积分:1
-
我写了一个界面友好的时钟继承CStatic类,包装水平。
一个本人写得界面友好的时钟,时钟继承CStatic类,封装为ocx控件。-I write a friendly interface clocks succession CStatic category, Packaging for ocx control.
- 2022-05-09 00:09:09下载
- 积分:1
-
fgjhgngngghjkhj,ghnfgdg dbnffwebrh fghfdgsaerb二DF saer4h ftgdr CCl 4 aes5得克萨斯原子能研究基金会…
fgjhgngngghjkhj,ghnfgdg dbnffwebrh fghfdgsaerb er df saer4h ftgdr aes5 taerf wkjrokqfcklskdnskln di-fgjhgngngghjkhj. ghnfgdg dbnffwebrh fghfdgsaerb er df saer4h ft GDR aes5 taerf wkjrokqfcklskdnskln di
- 2022-05-27 13:25:36下载
- 积分:1
-
各种不同的方式显示系统时间,
这仅仅是一个小的程序,熟悉
vc编程过程...
各种不同的方式显示系统时间,
这仅仅是一个小的程序,熟悉
vc编程过程-various ways display system, this is only a small familiar with the procedures vc programming process
- 2023-01-14 22:55:03下载
- 积分:1
-
一个比较漂亮的链接文字类
一个比较漂亮的链接文字类--A class of beautiful link font
- 2022-03-23 14:20:42下载
- 积分: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