-
日期提示控件:使用滑动的效果进行显示,日期提示控件
日期提示控件:使用滑动的效果进行显示,日期提示控件-Date prompt control: the effects of the use of slide show, the date prompt control
- 2023-04-15 20:50:03下载
- 积分:1
-
显示弯曲移动文字的静态控件
显示弯曲移动文字的静态控件-The static contorl which display curve text
- 2022-02-02 08:25:32下载
- 积分:1
-
FillCD Directory portfolio can achieve maximum utilization of optical discs. The...
FillCD目录组合可以实现光盘的最大利用率。刻录光盘是必不可少的工具。
- 2022-03-07 19:08:25下载
- 积分:1
-
一个滚动的文字类的例子,推荐下载
一个滚动的文字类的例子,推荐下载--A class of rolling fonts, recommend download
- 2022-02-10 10:22:12下载
- 积分:1
-
一个制作精美的滚动的文字说明类
一个制作精美的滚动的文字说明类--A wonderful rolling font class
- 2022-11-28 16:15: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
-
一个简单的数字时钟程序,其中的date类派生于MFC CStatic 基类
一个简单的数字时钟程序,其中的date类派生于MFC CStatic 基类-A simple digital clock procedures, in which category the date derived from MFC CStatic base class
- 2022-04-15 09:05:25下载
- 积分:1
-
显示html的标签和视图。两个都有源代码和例子。
显示html的标签和视图。两个都有源代码和例子。- Demonstrates html the label and the view. Two all active codes
and example.
- 2022-02-02 08:04:12下载
- 积分:1
-
封装 API 中窗口处理的数据结构和相关函数
提供两类成员函数:
窗口 API 函数:代替 SDK API 函数
消息响应函数:响应各种系统消息...
封装 API 中窗口处理的数据结构和相关函数
提供两类成员函数:
窗口 API 函数:代替 SDK API 函数
消息响应函数:响应各种系统消息
窗口 API 函数例
ShowWindow、ScrollWindow、SetWindowText
消息响应函数例
OnPaint、OnLButtonDown、OnKeyUp、
OnMouseMove、OnClose、OnHScro-Packaging API window of data structure and related functions for both categories of membership function : Windows API functions : to replace the SDK API functions news response function : Responding to various information systems window cases ShowWindow API function, ScrollWindow, SetWindowText news cases OnPaint response function, OnLButtonDown, OnKeyUp, OnMouseMove , OnClose, OnHScro
- 2022-02-05 22:57:16下载
- 积分:1
-
简单的程序,希望有所帮助
简单的程序,希望有所帮助-simple procedures in the hope that some help
- 2023-08-19 12:50:03下载
- 积分:1