-
static控件的类
static控件的类-category
- 2022-03-21 07:46:11下载
- 积分:1
-
* 名称:绘图网格类(扩展静态文本框类)* 功能:1、画有方格组成的网格,能够设定网格的位置、行列数、方格的高宽,网格的背景色,网格边界色,方格的填充色;2、网...
* 名称:绘图网格类(扩展静态文本框类)* 功能:1、画有方格组成的网格,能够设定网格的位置、行列数、方格的高宽,网格的背景色,网格边界色,方格的填充色;2、网格给出文字标题,能够设定标题文字的背景色与颜色。3、能够支持鼠标的绘图操作1)鼠标左键在网格区按下,进入填充方格状态;2)填充状态下,鼠标在网格区移动,则填充所在位置的方格, 一旦移出网格,则取消填充状态;3)鼠标左键抬起,则取消填充状态。-* Name : Mapping Grid category (Extension static text box)* function : a painting composed of a grid mesh, to set the grid location, ranks number-wide grid, the grid background color, mesh border colors, a box filled with the color; 2, grid is the title characters, the title characters can set the background color and color. 3, the mouse can support a graphics operation) in the left mouse button pressed grid area into a state filled box; 2) filling state, the mouse in a grid of Mobile, the location of the filled box, once out of mesh, canceled filled state; 3) holding the left mouse button , canceled filled state.
- 2022-01-31 08:02:40下载
- 积分:1
-
这是小弟编写的一个些小程序,如果有个想学JAVA,这是一个很好的例子,希望有识之士能够提出看法,为我们的JAVA事业更上一层楼...
这是小弟编写的一个些小程序,如果有个想学JAVA,这是一个很好的例子,希望有识之士能够提出看法,为我们的JAVA事业更上一层楼-This is the younger brother of a bit of preparation procedures, if there were, like Java, which is a very good example, insight hope to put forward their views to our careers JAVA
- 2022-03-23 15:00:25下载
- 积分: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
-
playmci algorithm and the experimental procedure issues
c语言实现playmci的算法以及实验程序课题-playmci algorithm and the experimental procedure issues
- 2022-02-11 12:43:36下载
- 积分: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
-
模拟液晶显示时钟
模拟液晶显示时钟-analog LCD Clock
- 2022-02-25 14:11:30下载
- 积分:1
-
linux2.4 support within the packet. C can be used to support a dynamic library
linux2.4支持内包。 可以用来支持C下的动态库-linux2.4 support within the packet. C can be used to support a dynamic library
- 2022-12-02 15:40:03下载
- 积分:1
-
vc++ 漂亮的mfc静态文本控件,可以做成多种形式的文本!
vc++ 漂亮的mfc静态文本控件,可以做成多种形式的文本!-vc++ beautiful mfc static text controls, can cause various forms of text!
- 2023-07-04 11:30:03下载
- 积分:1
-
一个非常好看的控制条控件,使用的时候先用regsvr32.exe slider.ocx注册即可使用。...
一个非常好看的控制条控件,使用的时候先用regsvr32.exe slider.ocx注册即可使用。-a very attractive on the control of the controls, the use of the time by using the regsvr32.exe slider.ocx registration can be used.
- 2022-06-26 09:28:51下载
- 积分:1