代码改变世界

随笔档案-2014年03月

C#实现多线程读取FastCopy

2014-03-14 21:41 by 迪卡巍, 1120 阅读, 收藏,
摘要: using System;using System.Collections.Generic;using System.Text;using System.IO;using System.Threading;using Microsoft.Win32.SafeHandles;using System.Runtime.InteropServices;using System.Media;using System.Windows.Forms;using System.Runtime.Remoting.Contexts;using System.Diagnostics;namespace FastCo 阅读全文