-
一个很好用的grid控件,封装了数据库等重要操作
一个很好用的grid控件,封装了数据库等重要操作-a good use of grid control, Packaging, a database and other important operation
- 2022-08-12 16:16:22下载
- 积分:1
-
操作2
操作2进制文件源码,对该文件进行读写操作数据输出到txt文件中-Operate 2-band source document, the document to read and write operation of data output to txt file
- 2023-04-22 16:45:03下载
- 积分:1
-
位图的集中特效算法处理实例:
其包含了四种不同的处理算法...
位图的集中特效算法处理实例:
其包含了四种不同的处理算法-Concentration of bitmap effects algorithm instance handle: it contains four different treatment algorithm
- 2022-03-29 02:13:54下载
- 积分:1
-
该代码提供了一个很好的曲线显示控件,可以使用鼠标对曲线上点进行拖动修改。...
该代码提供了一个很好的曲线显示控件,可以使用鼠标对曲线上点进行拖动修改。-The code provides a good curve shows controls, you can use the right mouse curve points Drive changes.
- 2022-05-07 07:51:52下载
- 积分:1
-
圆形时间选择控件。
圆形时间选择控件。-round timing controls.
- 2022-12-20 11:45:03下载
- 积分:1
-
依托CStatic类,改造的控件,可以绘出很漂亮的数字标尺,标准类封装,方便用户调用和二次开发与改造。谢谢使用~...
依托CStatic类,改造的控件,可以绘出很漂亮的数字标尺,标准类封装,方便用户调用和二次开发与改造。谢谢使用~-Relying on CStatic class, the transformation of control, you can draw very beautiful digital gauge, the standard type of packaging, user-friendly call and secondary development and transformation. Thank you, use ~
- 2022-08-22 12:08:51下载
- 积分:1
-
硬盘出厂读取软件,可以读出你硬盘的出厂数据,有需要的朋友赶快下载吧...
硬盘出厂读取软件,可以读出你硬盘的出厂数据,有需要的朋友赶快下载吧-drives manufactured reader software that can read your hard drive factory data, the need to download it quickly friends
- 2022-02-13 09:14:27下载
- 积分:1
-
This was written To show people how to do line numbers in the gutter and also ho...
This was written To show people how to do line numbers in the gutter and also how to
scroll the gutter with the RTB using the API
- 2022-01-26 01:59:45下载
- 积分: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 static control which has background color
- 2022-05-27 14:56:08下载
- 积分:1