-
各种不同的方式显示系统时间,
这仅仅是一个小的程序,熟悉
vc编程过程...
各种不同的方式显示系统时间,
这仅仅是一个小的程序,熟悉
vc编程过程-various ways display system, this is only a small familiar with the procedures vc programming process
- 2023-01-14 22:55:03下载
- 积分: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
-
CStatic use various types of design styles of the characters.
利用CStatic类来设计各种各样样式的字符。-CStatic use various types of design styles of the characters.
- 2023-02-28 10:40:04下载
- 积分:1
-
HyperLink类,制作超链接样式的按钮的上加选择哟
HyperLink类,制作超链接样式的按钮的上加选择哟-HyperLink categories, the production of a hyperlink-style button to choose the add yo
- 2022-01-26 05:22:23下载
- 积分:1
-
This packet is a IS
This packet is a IS-95 baseband simulation for 1 data channel of 9.6 KBps rate. The simulation is written for static channel and AWGN noise.
- 2022-06-01 03:58:24下载
- 积分:1
-
一个数字显示管 程序,可以显示数字控件。
里面无密码。
一个数字显示管 程序,可以显示数字控件。
里面无密码。- A digital display tube procedure, may demonstrate the numeral
controls. Inside does not have the password.
- 2022-03-23 13:12:41下载
- 积分:1
-
like CCproxy inside, the dynamic display lines curve, like heart EEG, can be use...
就像CCproxy里面一样,动态显示线条曲线,就像心脑电图一样,可以用来显示数学曲线。-like CCproxy inside, the dynamic display lines curve, like heart EEG, can be used to display mathematical curve.
- 2022-02-05 10:26:33下载
- 积分: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类,用于控制声音的大小
实现的具有滑动功能的static类,用于控制声音的大小-Achieved with a sliding function of static class is used to control the size of the sound
- 2023-06-03 00:50:03下载
- 积分:1
-
通过VC++MFC编程来实现计算机的内存的读取与管理,
通过VC++MFC编程来实现计算机的内存的读取与管理,-Through VC++ MFC programming to achieve read the computer s memory and management,
- 2022-06-30 15:51:12下载
- 积分:1