Wrox Press 2010出版,并行编程+c#,提供给感兴趣的朋友 In 2007, Microsoft released the fi rst Community Technology Preview (CTP) of Parallel Extensions for the .NET Framework. The old .NET Framework multithreading programming model was too complex and heavyweight for the forthcoming multicore and manycore CPUs. I had been researching parallel programming, multiprocessor, and multicore since 1997, so I couldn’t help installing the fi rst CTP and trying it. It was obvious that it was going to be an exciting new way of expressing parallelism in future C# versions. Visual Studio 2010 ships with version 4 of the .NET Framework, the fi rst release to include Parallel Extensions. C# 4 and .NET Framework 4 allow you to shift to a modern task-based programming model to express parallelism. It is easier to write code that takes advantage of multicore microprocessors. Now, you can write code that scales as the number of available cores increases, without having to work with complex managed threads. You are able to write code that runs tasks, and the Common Language Runtime (CLR) will inject the necessary threads for you. It is easy to run data parallelism algorithms taking advantage of multicore. At the time of this writing, multicore microprocessors are everywhere. Servers, desktop computers, laptops and notebooks, netbooks, mobile Internet devices (MIDs), tablets, and even smartphones use multicore microprocessors. The average number of cores in each microprocessor is going to increase in the forthcoming years. Are you going to lose the opportunity to transform this multicore power into application performance? Parallel programming must become part of your skill set to effectively develop applications for modern hardware in C#. I spent more than three years working with the diverse versions of Parallel Extensions until Visual Studio 2010 was offi cially released. I enjoyed developing parallelized applications with C#, and I did my best to include explanations for the most common scenarios in this book. Visual Studio 2010 provides an IDE prepared for a parallel developer, and C# is an excellent fi t for the new task-based programming model. amazon Link:http://www.amazon.com/exec/obidos/ASIN/0470495995/buythisbooks-20
2023-12-25 08:36:27 32.74MB .net pdf Wrox parallel
1
Professional ASP.NET Web Services [Wrox 2001].pdf 我自己要学的资料。
2022-11-12 14:43:42 206.25MB Professional ASP NET Web
1
Wrox.Professional.Cocoa.Application.Security.Jun.2010.rar
1
大学4年收集了不少好的电子书,这些都是经典中的经典,没什么好说的,快下载吧。我的资源,你们可以转载。对于书籍,其版权归原书作者。源代码,你们可以修改完善,二次开发。提升你的职业技术水平为我国计算机事业做出更多的贡献。
2022-01-19 15:30:21 2.97MB .net c# 教程
1
Wrox - Visual C++ Windows Shell Programming Source Code.zip
2021-11-01 02:09:44 987KB - C++ Visual Windows
1
Wrox.Professional.K2.blackpearl.Feb.2009.rar
1
Wrox. Professional.NET.Network.Programming .net 网络编程
2021-05-06 18:05:12 9.61MB Wrox. Professional.NET.Network.Programming
1
c-sharp-5-0-progammers-reference(Rod Stephens)
2021-03-02 19:03:34 38.05MB c#
1
这本书是Rod Johnson的成名著作,非常经典,从这本书中的代码诞生了springframework。
2020-01-03 11:22:57 7.94MB 设计 经典 高清 标签
1
本书共有27章和3个附录,大致分成3个部分。第1部分为第1章,介绍了VBA编程和Excel对象模型的基础知识。第2部分为第2章~第27章,通过大量的实例介绍了Excel的关键对象,并介绍了Excel 2007新的Office XML文件格式和RibbonX开发技术,其中一些章节专门介绍了为提取各种格式的数据而访问外部数据库的详细技术,最后4章探讨了将Excel链接到Internet、为国际兼容性编写代码、VBE编程以及如何使用Win32 API函数等高级话题。第3部分为附录,提供了Excel 2007对象模型以及VBE和Office对象模型的所有对象,并包括相应的所有属性、方法和事件以及相关示例。   本书介绍的开发技术都是许多优秀的VBA程序员多年经验交流、归纳、总结的成果。本书适合从基础到高级的Excel用户和程序员,特别是希望在Excel应用程序中利用VBA语言功能的Excel用户阅读。
2019-12-21 22:14:37 5.54MB vba excel
1