-
FontStatic is a Static can change fonts on a control.
FontStatic是一个可以更改控件上字体的静态控件。
- 2022-02-02 15:03:42下载
- 积分: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
-
是一个能够在窗体上实现超级链接的程序,或者发送email;
是一个能够在窗体上实现超级链接的程序,或者发送email;-is one in the form of hyperlinks to achieve the procedure, or send email;
- 2022-02-01 00:02:19下载
- 积分: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
-
img的专用工具,有很多的程序都是用img格式的,有了这个img工具你就能查看了。...
img的专用工具,有很多的程序都是用img格式的,有了这个img工具你就能查看了。-img of specialized tools, a lot of procedures are used img format, img With this tool, you can check the.
- 2022-03-20 13:40:07下载
- 积分:1
-
时钟类的实现,熟悉析构函数,构造函数,成员函数,并声明一个静态成员,完成实现...
时钟类的实现,熟悉析构函数,构造函数,成员函数,并声明一个静态成员,完成实现-The realization of the clock type, familiar with the destructor, constructor, member functions, and a member of a static statement, the completion of the realization of
- 2023-01-02 22:15:05下载
- 积分:1
-
delphi用于财务货币的格式化显示控件
delphi用于财务货币的格式化显示控件-delphi for financial currency formatting controls revealed
- 2022-08-05 16:57:40下载
- 积分:1
-
可灵活自定义字体和外框线的大小和颜色和颜色的groupbox控件,内有相关的函数接口方便调用,是一个继承类。内有源码和示例程序。...
可灵活自定义字体和外框线的大小和颜色和颜色的groupbox控件,内有相关的函数接口方便调用,是一个继承类。内有源码和示例程序。-The flexibility to customize the fonts, and outline the size and color lines and color of the groupbox control-related functions within the interface to facilitate the call, is a derived class. There are source and sample programs.
- 2022-02-04 09:32:57下载
- 积分:1
-
static控件的类
static控件的类-category
- 2022-03-21 07:46:11下载
- 积分:1
-
显示滚动文本的静态控件
显示滚动文本的静态控件-The static control which displays rolling text
- 2022-03-21 12:40:44下载
- 积分:1