- 博客(4)
- 资源 (2)
- 收藏
- 关注
原创 windows多线程 - 初级
creating threads in VC++ is simple and fast.first of all, you need a HANDLE, you will use this HANDLE to "handle" the thread,just like the way you "handle" a file, a socket, a device, etc.//// somewhere you need spawn a new thread // DWORD thread_id; HA
2011-05-25 06:46:00
410
翻译 设计高性能的应用程序 1/3 (Windows, 多线程 + IOCP)
Designing Applications for High PerformanceRick Vicik - Architect, Windows Server Performance Team原文链接: http://blogs.technet.com/b/winserverperformance/archive/2008/06/26/designing-applications-for-high-performance-part-1.aspx设计高性能应用程序25 Apr 2008 12:40 AM
2011-05-24 07:48:00
811
转载 Intel's Processing RMS (Recognition, Mining and Synthesis)
Intel believes that the increase in demand for computing will come from processing the massive amounts of information available in the “Era of Tera”. [Dubey 2005] Intel classifies the computation into three categories: [b]Recognition, Mining, and Synth
2010-10-15 06:26:00
560
原创 List queries' speed tests.
List queries' speed tests. List.Count = 10000000 Each test runs 100 times. * Note: Use Stopwatch class in .NET as the timer. Measurement units are Ticks and Milliseconds. Ticks/Action: Average Elapsed Ticks per action
2010-10-14 19:57:00
421
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人