登入帳戶  | 訂單查詢  | 購物車/收銀台(0) | 在線留言板  | 付款方式  | 運費計算  | 聯絡我們  | 幫助中心 |  加入書簽
會員登入 新用戶登記
HOME新書上架暢銷書架好書推介特價區會員書架精選月讀2023年度TOP分類瀏覽雜誌 臺灣用戶
品種:超過100萬種各類書籍/音像和精品,正品正價,放心網購,悭钱省心 服務:香港台灣澳門海外 送貨:速遞郵局服務站

新書上架簡體書 繁體書
暢銷書架簡體書 繁體書
好書推介簡體書 繁體書

十月出版:大陸書 台灣書
九月出版:大陸書 台灣書
八月出版:大陸書 台灣書
七月出版:大陸書 台灣書
六月出版:大陸書 台灣書
五月出版:大陸書 台灣書
四月出版:大陸書 台灣書
三月出版:大陸書 台灣書
二月出版:大陸書 台灣書
一月出版:大陸書 台灣書
12月出版:大陸書 台灣書
11月出版:大陸書 台灣書
十月出版:大陸書 台灣書
九月出版:大陸書 台灣書
八月出版:大陸書 台灣書

『簡體書』C#并发经典实例(影印版)

書城自編碼: 2551244
分類:簡體書→大陸圖書→計算機/網絡程序設計
作者: Stephen Cleary
國際書號(ISBN): 9787564153847
出版社: 东南大学出版社
出版日期: 2015-02-01
版次: 1 印次: 1
頁數/字數: 190页
書度/開本: 16开 釘裝: 平装

售價:HK$ 77.7

我要買

 

** 我創建的書架 **
未登入.


新書推薦:
世界文明中的作物迁徙:聚焦亚洲、中东和南美洲被忽视的本土农业文明
《 世界文明中的作物迁徙:聚焦亚洲、中东和南美洲被忽视的本土农业文明 》

售價:HK$ 99.7
无端欢喜
《 无端欢喜 》

售價:HK$ 76.2
股票大作手操盘术
《 股票大作手操盘术 》

售價:HK$ 53.8
何以中国·何谓唐代:东欧亚帝国的兴亡与转型
《 何以中国·何谓唐代:东欧亚帝国的兴亡与转型 》

售價:HK$ 87.4
一间只属于自己的房间 女性主义先锋伍尔夫代表作 女性精神独立与经济独立的象征,做自己,比任何事都更重要
《 一间只属于自己的房间 女性主义先锋伍尔夫代表作 女性精神独立与经济独立的象征,做自己,比任何事都更重要 》

售價:HK$ 44.6
泉舆日志 幻想世界宝石生物图鉴
《 泉舆日志 幻想世界宝石生物图鉴 》

售價:HK$ 134.2
养育女孩 : 官方升级版
《 养育女孩 : 官方升级版 》

售價:HK$ 50.4
跨界:蒂利希思想研究
《 跨界:蒂利希思想研究 》

售價:HK$ 109.8

 

建議一齊購買:

+

HK$ 72.2
《函数式编程思想(影印版)》
+

HK$ 90.7
《C#并发编程经典实例》
+

HK$ 202.8
《C#中的Windows运行时(影印版)》
+

HK$ 257.4
《深入理解C#(第3版)》
+

HK$ 280.8
《C#本质论(第4版)》
+

HK$ 119.3
《C#函数式程序设计:经典编程技术在现代项目中的应用》
內容簡介:
Stephen Cleary利用75个丰富实例解释了并行处理同步处理技术,书中使用了.NET 4.5和C# 5.0语言特性。作者Stephen Cleary拥有广泛的编程经验,涉及领域从ARM到Azure。他致力于开源软件开发,从Boost C++库开始,已经发布了多个自己的库和应用。
目錄
Preface
1.Concurrency: An Overview
 1.1.Introduction to Concurrency
 1.2.Introduction to Asynchronous Programming
 1.3.Introduction to Parallel Programming
 1.4.Introduction to Reactive Programming Rx
 1.5.Introduction to Dataflows
 1.6.Introduction to Multithreaded Programming
 1.7.Collections for Concurrent Applications
 1.8.Modern Design
 1.9.Summary of Key Technologies
2.Async Basics
 2.1.Pausing for a Period of Time
 2.2.Returning Completed Tasks
 2.3.Reporting Progress
 2.4.Waiting for a Set of Tasks to Complete
 2.5.Waiting for Any Task to Complete
 2.6.Processing Tasks as They Complete
 2.7.Avoiding Context for Continuations
 2.8.Handling Exceptions from async Task Methods
 2.9.Handling Exceptions from async Void Methods
3.Parallel Basics
 3.1.Parallel Processing of Data
 3.2.Parallel Aggregation
 3.3.Parallel Invocation
 3.4.Dynamic Parallelism
 3.5.Parallel LINQ
4.Dataflow Basics
 4.1.Linking Blocks
 4.2.Propagating Errors
 4.3.Unlinking Blocks
 4.4.Throttling Blocks
 4.5.Parallel Processing with Dataflow Blocks
 4.6.Creating Custom Blocks
5.Rx Basics
 5.1.Converting .NET Events
 5.2.Sending Notifications to a Context
 5.3.Grouping Event Data with Windows and Buffers
 5.4.Taming Event Streams with Throttling and Sampling
 5.5.Timeouts
6.Testing
 6.1.Unit Testing async Methods
 6.2.Unit Testing async Methods Expected to Fail
 6.3.Unit Testing async void Methods
 6.4.Unit Testing Dataflow Meshes
 6.5.Unit Testing Rx Observables
 6.6.Unit Testing Rx Observables with Faked Scheduling
7.Interop
 7.1.Async Wrappers for "Async" Methods with "Completed" Events
 7.2.Async Wrappers for "BeginEnd" methods
 7.3.Async Wrappers for Anything
 7.4.Async Wrappers for Parallel Code
 7.5.Async Wrappers for Rx Observables
 7.6.Rx Observable Wrappers for async Code
 7.7.Rx Observables and Dataflow Meshes
8.Collections
 8.1.Immutable Stacks and Queues
 8.2.Immutable Lists
 8.3.Immutable Sets
 8.4.Immutable Dictionaries
 8.5.Threadsafe Dictionaries
 8.6.Blocking Queues
 8.7.Blocking Stacks and Bags
 8.8.Asynchronous Queues
 8.9.Asynchronous Stacks and Bags
 8.10.BlockingAsynchronous Queues
9.Cancellation
 9.1.Issuing Cancellation Requests
 9.2.Responding to Cancellation Requests by Polling
 9.3.Canceling Due to Timeouts
 9.4.Canceling async Code
 9.5.Canceling Parallel Code
 9.6.Canceling Reactive Code
 9.7.Canceling Dataflow Meshes
 9.8.Injecting Cancellation Requests
 9.9.Interop with Other Cancellation Systems
10.Functional-Friendly OOP
 10.1.Async Interfaces and Inheritance
 10.2.Async Construction: Factories
 10.3.Async Construction: The Asynchronous Initialization Pattern
 10.4.Async Properties
 10.5.Async Events
 10.6.Async Disposal
11.Synchronization
 11.1.Blocking Locks
 11.2.Async Locks
 11.3.Blocking Signals
 11.4.Async Signals
 11.5.Throttling
12.Scheduling
 12.1.Scheduling Work to the Thread Pool
 12.2.Executing Code with a Task Scheduler
 12.3.Scheduling Parallel Code
 12.4.Dataflow Synchronization Using Schedulers
13.Scenarios
 13.1.Initializing Shared Resources
 13.2.Rx Deferred Evaluation
 13.3.Asynchronous Data Binding
 13.4.Implicit State
index

 

 

書城介紹  | 合作申請 | 索要書目  | 新手入門 | 聯絡方式  | 幫助中心 | 找書說明  | 送貨方式 | 付款方式 香港用户  | 台灣用户 | 大陸用户 | 海外用户
megBook.com.hk
Copyright © 2013 - 2024 (香港)大書城有限公司  All Rights Reserved.