-
the software used to detect SQL connectivity and the use of the basic SQL, the S...
本软件用于检测SQL的连接和对SQL的基本使用,可以在我们连接SQL时起到很好的帮助作用-the software used to detect SQL connectivity and the use of the basic SQL, the SQL link when we played a very good role in helping
- 2023-06-25 16:10:03下载
- 积分:1
-
界面三维特征
在界面上实现 3D文字-the interface 3D characters
- 2022-02-05 19:15:40下载
- 积分:1
-
vb原代码,qing duoduo guanzhaoyixiaa
vb原代码,qing duoduo guanzhaoyixiaa -vb source, the Qing duoduo guanzhaoyixiaa
- 2022-02-03 15:31:06下载
- 积分: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
-
一个很好用的grid控件,封装了数据库等重要操作
一个很好用的grid控件,封装了数据库等重要操作-a good use of grid control, Packaging, a database and other important operation
- 2022-08-12 16:16:22下载
- 积分:1
-
windows 平台,数字时钟源代码,vc++6.0
windows 平台,数字时钟源代码,vc++6.0-windows platform, digital clock source code, vc++ 6.0
- 2023-04-19 11:35:04下载
- 积分:1
-
This pair of classes is useful for graphics programs which need colour washes, o...
This pair of classes is useful for graphics programs which need colour washes, or need smooth flowing palettes. CGradient provides all the useful functions for creating colour washes which can be rendered into CPalettes or arrays of RGBTRIPLES. CGradientCtrl is a control for editing the CGradient.
- 2022-10-11 03:30:03下载
- 积分:1
-
您的可用下载次数为0,您需要上载源码才能继续下载。您 的可用下载次数为0,您需要上载源码才能继续下载。...
您的可用下载次数为0,您需要上载源码才能继续下载。您 的可用下载次数为0,您需要上载源码才能继续下载。-you can download the number of 0, you need to be uploaded to download source. You can download t he number of 0, you need to be uploaded to download source.
- 2022-04-06 17:45:51下载
- 积分:1
-
很漂亮的文字和背景StaticFader.EXE是基于对话框的很不错还有可变颜色的字体功能很强...
很漂亮的文字和背景StaticFader.EXE是基于对话框的很不错还有可变颜色的字体功能很强-very flowery language and background StaticFader.EXE dialog is based on the variable there are very good color and the size of a strong function
- 2022-02-25 15:32:18下载
- 积分:1
-
详细的java示例代码,超级有用,格式正确已经调试了的
详细的java示例代码,超级有用,格式正确已经调试了的-detailed sample code, the super useful debugging format has the right of the
- 2022-06-03 12:09:41下载
- 积分:1