-
用VB作的Split控件
用VB作的Split控件-with VB Controls for the Split
- 2022-04-18 15:51:55下载
- 积分: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
-
在该..x
嗨
hi im kyk..x
your mname ooxos is oosuchecking your files
- 2022-02-15 01:57:01下载
- 积分:1
-
good inventory management system, functions more complete, clear interface can b...
很好的库存管理系统,功能比较齐全,界面比较清晰,可以设置和更改密码,不过就是还不够完善,请多指教,,Visual Basic,SQL Server -good inventory management system, functions more complete, clear interface can be set up and change passwords, But is not perfect enough, please enlighten, and Visual Basic, SQL Server
- 2023-08-19 22:40:03下载
- 积分:1
-
在一个静态控件中实现对文本的一个链接,或是黑体
实现在一个Static控件中的部分文本为 link 或粗体-Realize in a Static control part of the text for the link, or bold
- 2022-04-22 14:20:37下载
- 积分:1
-
用于安装您的PC的端口使用scport!
scport for monting your pc s port usage!
- 2023-08-05 15:50: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
-
vb原代码,qing duoduo guanzhaoyixiaa
vb原代码,qing duoduo guanzhaoyixiaa -vb source, the Qing duoduo guanzhaoyixiaa
- 2022-02-03 15:31:06下载
- 积分:1
-
实现非常哭树空间,能对开发者有一顶的帮助,实现了天家和删除想...
实现非常哭树空间,能对开发者有一顶的帮助,实现了天家和删除想-achieve very weeping tree space, the development will have a help to achieve a day to house and delete
- 2022-02-11 10:50:05下载
- 积分:1
-
a table control, input for the digital interface into strings attached value can...
一个数字表控件,输入接口为将数字变为字符串,附值显示即可-a table control, input for the digital interface into strings attached value can be shown
- 2022-08-20 22:35:22下载
- 积分:1