-
显示位图图象的静态控件
显示位图图象的静态控件-The static control which display picture
- 2022-02-27 07:49:55下载
- 积分:1
-
DELPHI 自制控件,好好用的,打开添加,在环境里加入就好了
DELPHI 自制控件,好好用的,打开添加,在环境里加入就好了-DELPHI homemade controls properly, adding to open the environment to join a chorus
- 2022-02-01 18:19:29下载
- 积分:1
-
关于线程池的实现!
包括C++,delphi,Java对线程的实现!
保证服务器能够良好的工作!...
关于线程池的实现!
包括C++,delphi,Java对线程的实现!
保证服务器能够良好的工作!- About line Cheng Chi realization! Including C, delphi, Java to
line regulation realization! Guarantees the server to be able the good
work!
- 2023-07-24 10:55:08下载
- 积分:1
-
我想真真正正的了解该系统的源代码,请你不要在这样了好吗?...
我想真真正正的了解该系统的源代码,请你不要在这样了好吗?-I think the true understanding of the system"s source code, you may not like this okay?
- 2022-04-25 18:22:29下载
- 积分:1
-
水晶报表是一个报表设计开发的强大工具,功能强大,设计灵活,在水晶报表光盘中只提供了一个完全动态生成报表的例子,使用繁琐。现介绍其在VC++6.0中的简单使用方法...
水晶报表是一个报表设计开发的强大工具,功能强大,设计灵活,在水晶报表光盘中只提供了一个完全动态生成报表的例子,使用繁琐。现介绍其在VC++6.0中的简单使用方法。编译环境:VC++6.0 sp5 、Windows 2000 Server sp3 (en)。 一、导入水晶报表使用的动态联接库:根据实际修改文件路径。 #import "C:Documents and SettingsAdministrator桌面crcraxdrt9.dll" no_namespace-crystal statements are statements of a powerful design tool, a powerful, flexible design, the crystal statements disc only provides a fully dynamic generation statements example, the use of cumbersome. Now introduced in VC 6.0 simple to use. Build Environment : VC 6.0 SP5, Windows 2000 Server sp3 (en). 1, Crystal statements into the dynamic link library : according to the actual path to amend the document.# Import "C : Documents and Settings Administrator Desktop cr craxdrt9.dll" no_namespace
- 2022-06-17 02:28:38下载
- 积分: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
-
专用于图形控件的超链接类CMapHypweLink
专用于图形控件的超链接类CMapHypweLink- Special-purpose to the graph controls ultra link class
CMapHypweLink
- 2022-12-20 01:35:04下载
- 积分:1
-
位图的集中特效算法处理实例:
其包含了四种不同的处理算法...
位图的集中特效算法处理实例:
其包含了四种不同的处理算法-Concentration of bitmap effects algorithm instance handle: it contains four different treatment algorithm
- 2022-03-29 02:13:54下载
- 积分:1
-
Library management system papers, very good graduation design reference, we down...
图书管理系统论文,很好的毕业设计参考资料,大家下载-Library management system papers, very good graduation design reference, we download
- 2022-11-11 19:10: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