多线程

专注于多线程的开发与研究

导航

随笔分类 -  并行运算

并行运算
摘要:源码:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;using System.Threading.Tasks;using System.Diagnostics;using System.Security.Cryptography;using System.Collections.Concurrent;namespace ConsoleApplication1{ class Program { static ... 阅读全文

posted @ 2013-04-18 22:54 threads

摘要:初次接触并行运算,感觉太强大了。从最开始的Parallel.Invoke到现在的Parallel.For以及Parallel.Foreach,一步一步都看到了希望。。。源码: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading; 6 using System.Threading.Tasks; 7 using System.Diagnostics; 8 using System.Security.Cryptogr 阅读全文

posted @ 2013-04-15 22:30 threads

联系Email:ha666@ha666.com