from:http://msdn.microsoft.com/en-us/library/3dasc8as(VS.80).aspxusing System;using System.Threading;public class Fibonacci{ public Fibonacci(int n, ManualResetEvent doneEvent) { _n = n; _doneEvent = doneEvent; } // Wrapper method for use with thread pool. public void ThreadPoolCallback(Object threa Read More
posted @ 2011-03-31 17:43 庚武 Views(676) Comments(0) Diggs(0)
该文被密码保护。 Read More
posted @ 2011-03-31 17:15 庚武 Views(8) Comments(0) Diggs(0)
该文被密码保护。 Read More
posted @ 2011-03-31 16:51 庚武 Views(1) Comments(0) Diggs(0)