-
在PB中显示3D字,用DataWindow实现,已经封装成用户对象,并制作了相应的例程,非常Cool。...
在PB中显示3D字,用DataWindow实现,已经封装成用户对象,并制作了相应的例程,非常Cool。-show in PB 3D characters used to achieve DataWindow has been packaged as users, and produces a corresponding routines, very Cool.
- 2022-08-08 18:53:05下载
- 积分: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
-
仓库管理系统源代码,可以对仓库物品入库,出库,审核,带报表功能,可以对操作员,管理员进行权限管理...
仓库管理系统源代码,可以对仓库物品入库,出库,审核,带报表功能,可以对操作员,管理员进行权限管理-Warehouse management system source code, can goods storage warehouse, a database, auditing, with statements of function, can operators, administrator rights management
- 2023-03-28 16:35:04下载
- 积分:1
-
静态文本显示与椭圆的长文件名
Static text to display long filenames with ellipses
- 2022-02-13 22:51:45下载
- 积分:1
-
带bevel线的静态控件
带bevel线的静态控件-The static control with beve line
- 2023-02-24 13:05:04下载
- 积分:1
-
CLabel支持文本内容改变、字体属性时钟、文本颜色、背景演示和边界风格等特征...
CLabel支持文本内容改变、字体属性时钟、文本颜色、背景演示和边界风格等特征-CLabel support to change the text, fonts, attributes the clock, text color, background and border style presentation features
- 2022-03-20 03:05:49下载
- 积分:1
-
超级链接
超级链接- Super links
- 2023-07-29 03:00:03下载
- 积分:1
-
本代码例子提供了一个很好的模拟仪表显示的自绘制控件。
本代码例子提供了一个很好的模拟仪表显示的自绘制控件。-the example code provided a good simulation of the show since Instrumentation Drawing controls.
- 2023-04-09 01:45:03下载
- 积分:1
-
Adding an alarm clock in the process control, can be used for static control
在程序中添加闹钟控制,可用于static控件-Adding an alarm clock in the process control, can be used for static control
- 2023-05-13 14:35:03下载
- 积分:1
-
一个垂直滚动文本的例子,推荐下载
一个垂直滚动文本的例子,推荐下载-A vertical scrolling text examples, recommended download
- 2022-04-18 16:50:13下载
- 积分:1