-
有背景颜色的静态控件
有背景颜色的静态控件-The static control which has background color
- 2022-05-27 14:56:08下载
- 积分:1
-
实现WYSIWYGHTML在线编辑器,开源程序包
实现WYSIWYGHTML在线编辑器,开源程序包-achieve WYSIWYGHTML online editor, open-source package
- 2022-08-09 06:10:23下载
- 积分:1
-
求余的逆的算法, 拥有许多其他功能,可以求指数求余,蒙格马利算法...
求余的逆的算法, 拥有许多其他功能,可以求指数求余,蒙格马利算法-for the inverse algorithm, has many other functions, I seek for index, the Montgomery algorithm, etc.
- 2022-01-28 06:12:41下载
- 积分:1
-
本程序从CStatic派生出CHyperlink,用于实现超级链接的各种功能
本程序从CStatic派生出CHyperlink,用于实现超级链接的各种功能-This procedure CStatic derived from CHyperlink, hyperlinks to achieve the various functions
- 2022-02-13 08:59:26下载
- 积分: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
-
在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
-
good inventory management system, functions more complete, clear interface can b...
很好的库存管理系统,功能比较齐全,界面比较清晰,可以设置和更改密码,不过就是还不够完善,请多指教,,Visual Basic,SQL Server -good inventory management system, functions more complete, clear interface can be set up and change passwords, But is not perfect enough, please enlighten, and Visual Basic, SQL Server
- 2023-08-19 22:40:03下载
- 积分:1
-
数据上传源码用于ACCESS数据库请大家参考
数据上传源码用于ACCESS数据库请大家参考-From the data source for the ACCESS database please refer to
- 2023-05-19 05:05:03下载
- 积分:1
-
一个单个数字的Activex控件,用于工控编程中的数字仪表啊;
一个单个数字的Activex控件,用于工控编程中的数字仪表啊;-a single digit ActiveX Controls, Industrial Programming for the digital meter ah;
- 2022-04-24 16:09:19下载
- 积分:1