资源列表
[C#编程] ListViewEx
说明:用c#来做一个List Control. 拥有丰富的方便功能。-List control with a lot of useful functions(using c#)<柳敬首> 在 2025-06-19 上传 | 大小:29kb | 下载:0
[C#编程] ShowUnicode
说明:C#,通过窗口显示所有的Unicode码键值-ShowUnicode.rar<leeking> 在 2025-06-19 上传 | 大小:29kb | 下载:0
[C#编程] usb
说明:c#做的,用来监测usb的u盘插入和拔出,并在一个listbox里面显示插入和拔出的状态,是一个usb的参考代码。-c# do u used to monitor the usb disk inserted and pulled out and displayed in a listbox inside the insert and pull out of the state, is a reference code usb.<JorhnalLiu> 在 2025-06-19 上传 | 大小:29kb | 下载:0
[C#编程] ydmdq
说明:输入网址,即可获取该网址页的网页源代码,类似一个C#采集的雏形,再加上字符的相关处理入库就可轻易的变为一个采集软件,实用性还是很强的。-Enter the URL, you can access the web site page website source code, similar to a C# collection of prototype, together with the relevant characters can be easily dealt with storage i<郑颖> 在 2025-06-19 上传 | 大小:29kb | 下载:0
[C#编程] TCPClientServer
说明:C#控制台程序,主要实现了TCP和UDP协议发送和接收,简单明了,适合初学。-C# console program, the main achievement of the TCP and UDP protocol to send and receive, simple and clear, suitable for beginners.<masonwu> 在 2025-06-19 上传 | 大小:29kb | 下载:0
[C#编程] NineRideNine
说明:九九乘法表: for (int a = 1 a <= 9 a++) { for (int b = 1 b <= a b++) { x=a*b labelShow.Text += a.ToString() + "X" + b.ToString() + "="+x.ToString()+" \t" }-Multiplication table<tangbing199> 在 2025-06-19 上传 | 大小:29kb | 下载:0