-
c语言常用算法都在里面的了,学c语言的一定要看看哈,找了很入才找到的哟...
c语言常用算法都在里面的了,学c语言的一定要看看哈,找了很入才找到的哟-c language commonly used algorithms are inside the school c language must look at Kazakhstan, to find a means to find is the yo
- 2022-08-10 18:19:46下载
- 积分:1
-
一个制作精美的滚动的文字说明类
一个制作精美的滚动的文字说明类--A wonderful rolling font class
- 2022-11-28 16:15:03下载
- 积分:1
-
一个数字显示管 程序,可以显示数字控件。
里面无密码。
一个数字显示管 程序,可以显示数字控件。
里面无密码。- A digital display tube procedure, may demonstrate the numeral
controls. Inside does not have the password.
- 2022-03-23 13:12:41下载
- 积分:1
-
位图的集中特效算法处理实例:
其包含了四种不同的处理算法...
位图的集中特效算法处理实例:
其包含了四种不同的处理算法-Concentration of bitmap effects algorithm instance handle: it contains four different treatment algorithm
- 2022-03-29 02:13:54下载
- 积分: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
-
显示html的标签和视图。两个都有源代码和例子。
显示html的标签和视图。两个都有源代码和例子。- Demonstrates html the label and the view. Two all active codes
and example.
- 2022-02-02 08:04:12下载
- 积分:1
-
src.zip: Workshop 8.1 工程 db.zip: 数据库备份,可在MS SQL 2000企业管理器中直接还原数据库...
src.zip: Workshop 8.1 工程 db.zip: 数据库备份,可在MS SQL 2000企业管理器中直接还原数据库-src.zip : Workshop 8.1 works db.zip : database backup, in MS SQL 2000 Enterprise Manager database directly Reduction
- 2023-03-30 00:40:03下载
- 积分:1
-
CLabel支持文本内容改变、字体属性时钟、文本颜色、背景演示和边界风格等特征...
CLabel支持文本内容改变、字体属性时钟、文本颜色、背景演示和边界风格等特征-CLabel support to change the text, fonts, attributes the clock, text color, background and border style presentation features
- 2022-03-20 03:05:49下载
- 积分:1
-
static auto external等的定义静态变量的用法
static auto external等的定义静态变量的用法-static auto external variables such as the usage of the definition of static
- 2022-02-01 01:16:10下载
- 积分:1
-
Paper model
论文样板――酒店客房管理系统论文.doc,做毕业设计的同学注意了,很好的参考资料-Paper model- hotel rooms management system thesis. Doc, so the attention of graduate design students, and a very good reference
- 2022-01-31 02:52:39下载
- 积分:1