-
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
-
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
-
透明的static组件,基于MFC源代码
透明的static组件,基于MFC源代码-transparent static components, based on the MFC source code
- 2022-08-21 11:53:01下载
- 积分:1
-
电子8段管,可以显示任意数字
电子8段管,可以显示任意数字-eight of electronic tubes, arbitrary figures show
- 2022-04-28 10:25:17下载
- 积分:1
-
里面有164个java语言开发的程序,且都含有完整的原代码,覆盖面广,希望能对大家有...
里面有164个java语言开发的程序,且都含有完整的原代码,覆盖面广,希望能对大家有-There are 164 java language development process, which contain the complete source code, extensive coverage, we hope to have
- 2022-01-26 08:02:01下载
- 积分:1
-
本文描述了一类(cdibstatic),实现了一个静态的控制使用…
This article describes a class (CDibStatic) that implements a static control used to display dibs. The control has a CDib member, which displays itself with the parameters passed by the CDibStatic class. The CDib class encapsulates the functionality provided in dibapi.h (DIBLOOK sample) and is described in an article in the images & palettes section. -This article describes a class (CDibStatic) that implements a static control used to display dibs. The control has a CDib member, which displays itself with the parameters passed by the CDibStatic class. The CDib class encapsulates the functionality provided in dibapi.h (DIBLOOK sample) and is described in an article in the images palettes section.
- 2022-04-18 12:09:01下载
- 积分:1
-
CTicker:
这个类实现了水平字幕的滚动,支持背景色,前景色,边界颜色,字体,字体大小设置,滚动速度等。...
CTicker:
这个类实现了水平字幕的滚动,支持背景色,前景色,边界颜色,字体,字体大小设置,滚动速度等。-CTicker: This class achieved the level of rolling subtitles to support the background color, Foreground, border color, font, font size settings, scroll speed.
- 2022-07-14 12:35:33下载
- 积分:1
-
用汇编语言编写的小程序,不知道没有用的,不…
汇编语言编写的小程序,不知道有没有用,也不知道网站上有没有,看看吧!-assembly language prepared by the small program was not aware of no use, do not know there is no site to see!
- 2022-01-22 13:49:05下载
- 积分:1
-
类似于候车大厅里的告示牌
类似于候车大厅里的告示牌-similar to the waiting hall of the signs
- 2022-01-25 17:44:51下载
- 积分:1
-
这是一个拼图程序设计,你点开然后运行就会出现你想不到的效果。...
这是一个拼图程序设计,你点开然后运行就会出现你想不到的效果。-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