-
专用于图形控件的超链接类CMapHypweLink
专用于图形控件的超链接类CMapHypweLink- Special-purpose to the graph controls ultra link class
CMapHypweLink
- 2022-12-20 01:35:04下载
- 积分:1
-
图形绘制源代码,可以动态绘制正选曲线图形。
图形绘制源代码,可以动态绘制正选曲线图形。-Rendering the source code, you can draw are selected curves dynamic graphics.
- 2022-01-26 07:30:27下载
- 积分:1
-
从CStatic控件派生的类,可以显示电子时钟,非常精美
从CStatic控件派生的类,可以显示电子时钟,非常精美-CStatic control derived from the class can demonstrate that the electronic clock, a very attractive
- 2022-09-12 02:25:03下载
- 积分:1
-
infobarctrl可以设置背景颜色CStatic膨胀
InfobarCtrl 可设置背景颜色的CStatic扩展-InfobarCtrl can set the background color CStatic expansion
- 2022-01-25 20:08:57下载
- 积分:1
-
like CCproxy inside, the dynamic display lines curve, like heart EEG, can be use...
就像CCproxy里面一样,动态显示线条曲线,就像心脑电图一样,可以用来显示数学曲线。-like CCproxy inside, the dynamic display lines curve, like heart EEG, can be used to display mathematical curve.
- 2022-02-05 10:26:33下载
- 积分:1
-
即时通讯 即时通讯
即时通讯 即时通讯 -instant messaging IM instant messaging IM instant messaging IM
- 2022-09-04 05:40: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
-
was compiled using data structure traverse two forks few examples, the former se...
用汇编写了数据结构中遍历二叉数的例子,前序,中序,和后序都实现了-was compiled using data structure traverse two forks few examples, the former sequence, sequence, sequence and after bringing the
- 2022-06-17 19:07:09下载
- 积分:1
-
显示html的标签和视图。两个都有源代码和例子。
显示html的标签和视图。两个都有源代码和例子。- Demonstrates html the label and the view. Two all active codes
and example.
- 2022-02-02 08:04:12下载
- 积分:1
-
在一个静态控件中实现对文本的一个链接,或是黑体
实现在一个Static控件中的部分文本为 link 或粗体-Realize in a Static control part of the text for the link, or bold
- 2022-04-22 14:20:37下载
- 积分:1