-
这是一个拼图程序设计,你点开然后运行就会出现你想不到的效果。...
这是一个拼图程序设计,你点开然后运行就会出现你想不到的效果。-This is a process design kit, you run after opening then you can not think there will be results.
- 2022-01-25 16:27:13下载
- 积分:1
-
用Visual C++工具实现的很好用的静态控件
用Visual C++工具实现的很好用的静态控件-Using Visual C++ Tools used to achieve good static control
- 2023-03-11 23:25:03下载
- 积分: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
-
依托CStatic类,改造的控件,可以绘出很漂亮的数字标尺,标准类封装,方便用户调用和二次开发与改造。谢谢使用~...
依托CStatic类,改造的控件,可以绘出很漂亮的数字标尺,标准类封装,方便用户调用和二次开发与改造。谢谢使用~-Relying on CStatic class, the transformation of control, you can draw very beautiful digital gauge, the standard type of packaging, user-friendly call and secondary development and transformation. Thank you, use ~
- 2022-08-22 12:08:51下载
- 积分: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
-
一个非常好看的控制条控件,使用的时候先用regsvr32.exe slider.ocx注册即可使用。...
一个非常好看的控制条控件,使用的时候先用regsvr32.exe slider.ocx注册即可使用。-a very attractive on the control of the controls, the use of the time by using the regsvr32.exe slider.ocx registration can be used.
- 2022-06-26 09:28:51下载
- 积分: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
-
时钟类的实现,熟悉析构函数,构造函数,成员函数,并声明一个静态成员,完成实现...
时钟类的实现,熟悉析构函数,构造函数,成员函数,并声明一个静态成员,完成实现-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
-
程序内置的强大的2D图片制作工具制作出精美的2D图片
程序内置的强大的2D图片制作工具制作出精美的2D图片-program is a powerful tool for the production of 2D images to create beautiful 2D Photo
- 2022-07-26 05:27:51下载
- 积分:1
-
一个单个数字的Activex控件,用于工控编程中的数字仪表啊;
一个单个数字的Activex控件,用于工控编程中的数字仪表啊;-a single digit ActiveX Controls, Industrial Programming for the digital meter ah;
- 2022-04-24 16:09:19下载
- 积分:1