摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Diagnostics;using System.Collections;namespace GEP编程{ class Program { public static void Main(string[] args) { Stopwatch wp = new Stopwatch(); wp.Start(); //创建A-F所对应的0-5索引数字 Hashtable wn = new Hashtable(); 阅读全文
posted @ 2012-11-02 22:12 蓬莱仙羽 阅读(179) 评论(0) 推荐(0)