-
这是一个拼图程序设计,你点开然后运行就会出现你想不到的效果。...
这是一个拼图程序设计,你点开然后运行就会出现你想不到的效果。-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
-
在该..x
嗨
hi im kyk..x
your mname ooxos is oosuchecking your files
- 2022-02-15 01:57:01下载
- 积分:1
-
让vb支持滚轮 rang visul Basic zhi chi gun lun Cao zuo.
让vb支持滚轮 rang visul Basic zhi chi gun lun Cao zuo.-let vb support rollers rang visul Basic 08:04 eng gun lun Cao zuo.
- 2022-07-15 00:26:09下载
- 积分: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
-
the software used to detect SQL connectivity and the use of the basic SQL, the S...
本软件用于检测SQL的连接和对SQL的基本使用,可以在我们连接SQL时起到很好的帮助作用-the software used to detect SQL connectivity and the use of the basic SQL, the SQL link when we played a very good role in helping
- 2023-06-25 16:10:03下载
- 积分:1
-
variable static text control
可变的静态文本控件-variable static text control
- 2022-08-20 23:29:45下载
- 积分:1
-
一个单个数字的Activex控件,用于工控编程中的数字仪表啊;
一个单个数字的Activex控件,用于工控编程中的数字仪表啊;-a single digit ActiveX Controls, Industrial Programming for the digital meter ah;
- 2022-04-24 16:09:19下载
- 积分:1
-
playmci algorithm and the experimental procedure issues
c语言实现playmci的算法以及实验程序课题-playmci algorithm and the experimental procedure issues
- 2022-02-11 12:43:36下载
- 积分:1
-
求余的逆的算法, 拥有许多其他功能,可以求指数求余,蒙格马利算法...
求余的逆的算法, 拥有许多其他功能,可以求指数求余,蒙格马利算法-for the inverse algorithm, has many other functions, I seek for index, the Montgomery algorithm, etc.
- 2022-01-28 06:12:41下载
- 积分: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