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
运行环境:vs 2008 和 access数据库 技术特点:采用普通C#形式 功能描述: 系统管理:添加用户,新建角色 物资信息管理:添加物资信息,浏览物资信息,查询物资信息 入库信息管理:添加入库信息,管理入库信息,查询入库信息 出库信息管理:添加出库信息,浏览出库信息,查询出库信息 库存信息管理:浏览库存信息,查询库存信息 用户操作:修改密码,从新登陆,帮助
2023-12-24 22:58:43 3.2MB
1
入门级c#开发学习,极大帮助初学者进行开发,有需要的可以下载学习学习
2023-12-24 22:01:11 185.72MB
1
ArcGIS_Engine C#实例开发教程 第一讲:桌面GIS应用程序框架的建立 第二讲 菜单的添加及其实现 第三讲 MapControl与PageLayoutControl同步 (一) 第三讲 MapControl与PageLayoutControl同步 (二) 第三讲 MapControl与PageLayoutControl同步 (三) 第四讲 状态栏信息的添加与实现 第五讲 鹰眼的实现 第六讲 右键菜单添加与实现 第七讲 图层符号选择器的实现 第七讲 图层符号选择器的实现2 第八讲 属性数据表的查询显示 第九讲 图层文本标注 比较详细全面
2023-12-24 05:11:04 653KB ArcGIS_Engine
1
中文分词是中文搜索引擎的基础,主要应用在信息检索、信息挖掘、中外文对译、中文校对、自动聚类、自动分类等很多方面. 这个是我参照VC的例子修改的C#版本。
2023-12-24 05:10:17 6.96MB 海量分词 C#接口
1
来自英国的开源的网络通讯框架,支持Windows平台和 安卓,苹果等移动平台的开发
2023-12-24 05:09:44 4.4MB 开源网络 通讯框架
1
网站服务器探针 网站服务器探针 网站服务器探针 网站服务器探针
2023-12-24 05:09:02 6KB 网站服务器探针
1
Head First C#, 2nd Edition,2010年出版,英文原版pdf格式
2023-12-24 05:06:49 23.76MB 编程语言 LINQ
1
C#实现图像边缘检测C#实现图像边缘检测
2023-12-24 05:06:18 1.8MB C#实现图像边缘检测
1
This book provides everything you need to create advanced charts and graphics in your .NET applications. It shows you how to create a variety of graphics and charts that range from simple two-dimensional (2D) X-Y plots to complicated three-dimensional (3D) surface graphs using managed C# code. The author introduces readers to the C# graphics program in a simple way - simple enough to be easily followed by C# beginners who have never had experience in developing C# graphics and chart applications. You can learn from this book how to create a full range of color graphics applications and how to use C# controls to create impressive graphic and chart effects without having to buy expensive third-party add-on products. Paperback: 572 pages Publisher: UniCAD, Inc. (March 15, 2007) Language: English ISBN-10: 097937250X ISBN-13: 978-0979372506
2023-12-24 05:05:35 3.24MB .NET Chart Graphic
1