摘要:
队列:先入先出 (只允许在队头删除,队尾插入元素)View Code 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace test_queue 7 { 8 class Program 9 {10 static void Main(string[] args)11 {12 // 定义队列13 Queue<string> strList ... 阅读全文
posted @ 2012-07-24 20:25
n_a_n_c
阅读(373)
评论(0)
推荐(0)
浙公网安备 33010602011771号