-
此编程的实用性非常的强大,适合于任何场合,可供任何人群使用。...
此编程的实用性非常的强大,适合于任何场合,可供任何人群使用。-The practicality of this programming is very powerful, suitable for any occasion, available for use in any crowd.
- 2022-10-03 08:00:03下载
- 积分:1
-
专用于图形控件的超链接类CMapHypweLink
专用于图形控件的超链接类CMapHypweLink- Special-purpose to the graph controls ultra link class
CMapHypweLink
- 2022-12-20 01:35:04下载
- 积分:1
-
一个很好用的grid控件,封装了数据库等重要操作
一个很好用的grid控件,封装了数据库等重要操作-a good use of grid control, Packaging, a database and other important operation
- 2022-08-12 16:16:22下载
- 积分:1
-
CHyperlink:
如果想在C++编写的Windows程序中实现hyperlink,试一试这个类吧,只需要几行代码就可以实现超链接控制,可以启动浏览器和...
CHyperlink:
如果想在C++编写的Windows程序中实现hyperlink,试一试这个类吧,只需要几行代码就可以实现超链接控制,可以启动浏览器和电子邮件的客户端程序。其他特性包括:设置前景色,设置背景色,设置高亮色,设置字体,设置字体大小,定制光标,透明效果等-CHyperlink : If you want to prepare for Windows C procedures to achieve hyperlink, to test this type bar, need only a few lines of code can be achieved hyperlink control, can be activated browser and e-mail client program. Other features include : Setting up the foreground color, background color set, set high Luminance, installed fonts, font sizes set up, customized cursor. transparent effects
- 2022-06-22 05:26: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
-
related to the use of controls, for example, want to have like
VC里的相关控件的使用举例,希望有志同道合的朋友们能交流一下。-related to the use of controls, for example, want to have like-minded friends will be able to exchange about.
- 2022-05-22 06:41:51下载
- 积分:1
-
这是一个很不错的小体积的软件
这是一个很不错的小体积的软件-This is a very good small size of software
- 2022-02-27 00:19:12下载
- 积分:1
-
显示文件名的静态控件。对长文件名可以把中间的一些路径显示为省略号...
显示文件名的静态控件。对长文件名可以把中间的一些路径显示为省略号-The static control which display filename
- 2023-05-17 06:40:03下载
- 积分:1
-
用于安装您的PC的端口使用scport!
scport for monting your pc s port usage!
- 2023-08-05 15:50:03下载
- 积分:1
-
显示电子钟一样的数字的静态控件
显示电子钟一样的数字的静态控件-The static control which can display number of electronic clock style
- 2022-11-13 10:40:04下载
- 积分:1