登录

最新会员 最新下载

成为了本站VIP会员

04月30日 12:23

成为了本站VIP会员

04月29日 21:46

成为了本站VIP会员

04月26日 23:14

成为了本站VIP会员

04月25日 21:33

成为了本站VIP会员

04月23日 14:46

成为了本站VIP会员

04月18日 20:09
已选条件
  1. 编程语言:所有
  2. 代码类别:Static
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. 很漂亮的文字和背景StaticFader.EXE是基于对话框的很不错还有可变颜色的字体功能很强...

很漂亮的文字和背景StaticFader.EXE是基于对话框的很不错还有可变颜色的字体功能很强-very flowery language and background StaticFader.EXE dialog is based on the variable there are very good color and the size of a strong function

1
下载
78
浏览
2022-02-25发布

2. 模拟液晶显示时钟

模拟液晶显示时钟-analog LCD Clock

1
下载
77
浏览
2022-02-25发布

3. 显示电子钟一样数字的静态控件

显示电子钟一样数字的静态控件-The static control which can display number of electronic clock style

1
下载
86
浏览
2022-02-24发布

4. 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

1
下载
67
浏览
2022-02-21发布

5. A Static control, can simulate the number of open entry, open a panel. On Off t...

一个Static控件,可以模拟数字开入,开出板. OnOff两种状态,显示为两种颜色.左键点击可以改变开入量的状态-A Static control, can simulate the number of open entry, open a panel. On Off two states, shown as two colors. Left-click to open into the volume can change the state of

1
下载
88
浏览
2022-02-15发布

6. 在该..x 嗨

hi im kyk..x your mname ooxos is oosuchecking your files

1
下载
74
浏览
2022-02-15发布

7. 数字量节点模拟显示,模拟LED显示,可以显示不同的颜色

数字量节点模拟显示,模拟LED显示,可以显示不同的颜色-Node digital simulation show that simulated LED display, can display different colors

1
下载
71
浏览
2022-02-14发布

8. C#中的一个很漂亮的PanelBar控件,大家来用啊,希望很好

C#中的一个很漂亮的PanelBar控件,大家来用啊,希望很好-C# a very beautiful PanelBar controls, we used to ah, well

1
下载
67
浏览
2022-02-14发布

10. 硬盘出厂读取软件,可以读出你硬盘的出厂数据,有需要的朋友赶快下载吧...

硬盘出厂读取软件,可以读出你硬盘的出厂数据,有需要的朋友赶快下载吧-drives manufactured reader software that can read your hard drive factory data, the need to download it quickly friends

1
下载
96
浏览
2022-02-13发布

11. 本程序从CStatic派生出CHyperlink,用于实现超级链接的各种功能

本程序从CStatic派生出CHyperlink,用于实现超级链接的各种功能-This procedure CStatic derived from CHyperlink, hyperlinks to achieve the various functions

1
下载
83
浏览
2022-02-13发布

13. support asp environment can directly upload documents the details of the visit h...

在支持asp环境下可以直接上传文件 详细情况,访问http://www.sobay.cn-support asp environment can directly upload documents the details of the visit http://www.sobay.cn

1
下载
73
浏览
2022-02-12发布

14. CHyperLink

封装实现静态文本的链接类,可以设置链接文本的颜色,响应点击消息等。-CHyperLink

1
下载
70
浏览
2022-02-12发布

15. playmci algorithm and the experimental procedure issues

c语言实现playmci的算法以及实验程序课题-playmci algorithm and the experimental procedure issues

1
下载
76
浏览
2022-02-11发布

16. 实现非常哭树空间,能对开发者有一顶的帮助,实现了天家和删除想...

实现非常哭树空间,能对开发者有一顶的帮助,实现了天家和删除想-achieve very weeping tree space, the development will have a help to achieve a day to house and delete

1
下载
72
浏览
2022-02-11发布

17. 一个滚动的文字类的例子,推荐下载

一个滚动的文字类的例子,推荐下载--A class of rolling fonts, recommend download

1
下载
70
浏览
2022-02-10发布

18. 用户评价: 共有0位会员参与评价(同志们,下载了要留点说明啊! 没有用户评论...

用户评价: 共有0位会员参与评价(同志们,下载了要留点说明啊! 没有用户评论-user evaluation : A total of 0 members participate in the evaluation (Comrades, downloaded to stay shows ah! No user comments

1
下载
79
浏览
2022-02-07发布

19. 封装 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

1
下载
71
浏览
2022-02-05发布

20. 界面三维特征

在界面上实现 3D文字-the interface 3D characters

1
下载
74
浏览
2022-02-05发布