C#数据结构链表的实现
摘要:下面是实现的代码using System;namespace dataStrut{ class Program { static void Main(string[] args) { //输出链表 ListClass lc = new ListClass(); lc.AppendNode(1); ...
阅读全文
posted @ 2006-03-28 23:27
取日三省之意,记生活珠玑,每日清新,谓日新阁.
posted @ 2006-03-28 23:27
posted @ 2006-03-28 00:02
posted @ 2006-03-26 21:10
posted @ 2006-03-19 17:52