资源列表
[C#编程] ShowUnicode
说明:C#,通过窗口显示所有的Unicode码键值-ShowUnicode.rar<leeking> 在 2025-02-27 上传 | 大小: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-02-27 上传 | 大小: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-02-27 上传 | 大小: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-02-27 上传 | 大小:29kb | 下载:0