- 博客(2)
- 收藏
- 关注
原创 链表的逆转
using System;namespace 链表的逆转{ class Node { public int a; public Node Next; public Node(int a) { this.a=a; } } class link { Node header=null; public void Insert(int a) { if(header==n
2008-07-31 16:26:00 332
原创 C#读写串口类,频繁读写串口不会报错.
namespace SerialAPI{ /// /// /// public class SerialPort { public SerialPort() { } public int PortNum =AFC.WorkStation.UI.Maintenance.DevPartsInPage.ComP
2008-07-28 16:22:00 1163 1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人