2011年8月18日

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;using System.Runtime.InteropServices;using System.Diagnostics;namespace ConsoleApplication2{ public class CompactHeap<T>: IDisposable whereT : new() { #region Fields privateIntPtr _ptr, _currPtr; 阅读全文
posted @ 2011-08-18 17:56 胖子黎 阅读(3658) 评论(0) 推荐(0)

导航