Erlang编程 pdf 下载 极速 mobi txt pdb lrf 网盘

Erlang编程电子书下载地址
内容简介:
《Erlang编程(影印版)》深入介绍了Erlang,这是一门满足高并发、容错和快速响应等苛刻要求的理想编程语言。随着多核CPU以及与之俱来的新并发扩展方式崭露头角,Erlang正在获得更广泛的接受和应用。只要拥有这本指南,无论此前的编程水平或经验如何,你都将学会用Erlang编写复杂的并发程序。
《Erlang编程》由Erlang国际社区的两位领袖级人物基于他们的培训教材撰写,重点解析该语言的语法和语义,并详细阐述模式匹配、严格列表(proper lists)、递归、调试、网络与并发等重要概念的精髓要义。
《Erlang编程(影印版)》可以帮助你:理解并掌握Erlang的诸多强项,以及其设计者潜心设计的各种特性;学习并发背后的概念和Erlang相应的处理方法;编写高效的Erlang程序,并且保持代码整洁易读;发现Erlang如何满足分布式系统的需求;小试牛刀,添加简单图形用户界面;学习Erlang的追踪机制,用于调试并发和分布式系统;使用内嵌的Mnesia数据库和其他表存储特性。
无论你是新手还是富有经验的Erlang开发者,《Erlang编程》都是案头必备的重要参考资料。
书籍目录:
1.introduction why should i use erlang?
Why Should I Use Erlang?
The History of Erlang
Erlangs Characteristics
High-Level C***tructs
Concurrent Processes and Message Passing
Scalable, Safe, and Efficient Concurrency
Soft Real-Time Properties
Robustness
Distributed Computation
Integration and Openness
Erlang and Multicore
Case Studies
The AXD301 ATM Switch
CouchDB
Comparing Erlang to C++
How Should I Use Erlang?
2.basic erlang integers
the erlang shell
floats
atoms
booleans
tuples
lists
term comparison
variables
complex data structures
pattern matching
functi***
modules
exercises
3.sequential erlang conditional evaluati***
guards
built-in functi***
recursion
runtime errors
handling errors
library modules
the debugger
exercises
4.concurrent programming creating processes
message passing
receiving messages
registered processes
timeouts
benchmarking
process skelet***
tail recursion and memory leaks
a case study on concurrency-oriented programming
race conditi***, deadlocks, and process starvation
the process manager
exercises
5.process design patterns client/server models
a process pattern example
finite state machines
event managers and handlers
exercises
6.process error handling process links and exit signals
robust systems
exercises
7.records and macros records
macros
exercises
8.software upgrade upgrading modules
behind the scenes
upgrading processes
the .erlang file
exercise
9.more data types and high-level c***tructs functional programming for real
funs and higher-order functi***
list comprehensi***
binaries and serialization
references
exercises
10.ets and dets tables ets tables
dets tables
a mobile subscriber database example
exercises
11.distributed programming in erlang distributed systems in erlang
distributed computing in erlang: the basics
the epmd process
exercises
12.otp behaviors introduction to otp behaviors
generic servers
supervisors
applicati***
release handling
other behaviors and further reading
exercises
13.introducing mnesia when to use mnesia
configuring mnesia
transacti***
partitioned networks
further reading
exercises
14.gui programming with wxerlang wxwidgets
wxerlang: an erlang binding fo***xwidgets
a first example: microblog
the miniblog example
obtaining and running wxerlang
exercises
15.socket programming user datagram protocol
transmission control protocol
the inet module
further reading
exercises
16.interfacing erlang with other programming languages an overview of interworking
interworking with java
c nodes
erlang from the unix shell: erl_call
port programs
library *** for communication
linked-in drivers and the ffi
exercises
17.trace bifs, the dbg tracer, and match specificati*** introduction
the trace bifs
tracing calls with the trace_pattern bif
the dbg tracer
match specificati***: the fun syntax
match specificati***: the nuts and bolts
further reading
exercises
18.types and documentation types in erlang
typer: success types and type inference
documentation with edoc
exercises
19.eunit and test-driven development test-driven development
eunit
the eunit infrastructure
testing state-based systems
testing concurrent programs in erlang
exercises
20.style and efficiency applicati*** and modules
processes and concurrency
stylistic conventi***
coding strategies
efficiency
and finally
appendix: using erlang
index
作者介绍:
暂无相关内容,正在全力查找中
出版社信息:
暂无出版社相关信息,正在全力查找中!
书籍摘录:
暂无相关书籍摘录,正在全力查找中!
在线阅读/听书/购买/PDF下载地址:
原文赏析:
练习4-1: echo服务器
练习4-2: 进程环
客户端/服务器的实例
花几个星期可以实现一个类型系统的95%,剩下的5%要花费几个人一年。。。
。。。才会触发浅垃圾回收器。
A deep garbage collection will occur only when a shallow collection fails to recycle enough memory or after a (VM version dependent) number of shallow collecti***.
其它内容:
书籍介绍
《Erlang编程(影印版)》深入介绍了Erlang,这是一门满足高并发、容错和快速响应等苛刻要求的理想编程语言。随着多核CPU以及与之俱来的新并发扩展方式崭露头角,Erlang正在获得更广泛的接受和应用。只要拥有这本指南,无论此前的编程水平或经验如何,你都将学会用Erlang编写复杂的并发程序。
《Erlang编程》由Erlang国际社区的两位领袖级人物基于他们的培训教材撰写,重点解析该语言的语法和语义,并详细阐述模式匹配、严格列表(proper lists)、递归、调试、网络与并发等重要概念的精髓要义。
《Erlang编程(影印版)》可以帮助你:理解并掌握Erlang的诸多强项,以及其设计者潜心设计的各种特性;学习并发背后的概念和Erlang相应的处理方法;编写高效的Erlang程序,并且保持代码整洁易读;发现Erlang如何满足分布式系统的需求;小试牛刀,添加简单图形用户界面;学习Erlang的追踪机制,用于调试并发和分布式系统;使用内嵌的Mnesia数据库和其他表存储特性。
无论你是新手还是富有经验的Erlang开发者,《Erlang编程》都是案头必备的重要参考资料。
网站评分
书籍多样性:8分
书籍信息完全性:5分
网站更新速度:8分
使用便利性:7分
书籍清晰度:6分
书籍格式兼容性:5分
是否包含广告:4分
加载速度:9分
安全性:7分
稳定性:7分
搜索功能:8分
下载便捷性:6分
下载点评
- 目录完整(675+)
- 藏书馆(285+)
- 中评(312+)
- 下载速度快(281+)
- 内容齐全(288+)
- 不亏(644+)
- 无漏页(111+)
- 体验差(663+)
下载评价
- 网友 宫***玉:
我说完了。
- 网友 印***文:
我很喜欢这种风格样式。
- 网友 权***颜:
下载地址、格式选择、下载方式都还挺多的
- 网友 习***蓉:
品相完美
- 网友 通***蕊:
五颗星、五颗星,大赞还觉得不错!~~
- 网友 养***秋:
我是新来的考古学家
- 网友 师***怀:
好是好,要是能免费下就好了
- 网友 晏***媛:
够人性化!
- 网友 堵***格:
OK,还可以
- 网友 寇***音:
好,真的挺使用的!
- 网友 益***琴:
好书都要花钱,如果要学习,建议买实体书;如果只是娱乐,看看这个网站,对你来说,是很好的选择。
- 网友 龚***湄:
差评,居然要收费!!!
- 网友 田***珊:
可以就是有些书搜不到
- 网友 孙***夏:
中评,比上不足比下有余
- 网友 辛***玮:
页面不错 整体风格喜欢
喜欢"Erlang编程"的人也看了
每天一写一画(提高篇) pdf 下载 极速 mobi txt pdb lrf 网盘
学前教育史 pdf 下载 极速 mobi txt pdb lrf 网盘
公路工程管理与实务复习题集 pdf 下载 极速 mobi txt pdb lrf 网盘
挠痒痒 挠痒痒 pdf 下载 极速 mobi txt pdb lrf 网盘
视听语言(第三版) pdf 下载 极速 mobi txt pdb lrf 网盘
动物集 pdf 下载 极速 mobi txt pdb lrf 网盘
9787566902320 pdf 下载 极速 mobi txt pdb lrf 网盘
工商管理硕士教学大纲(继蓝皮书、绿皮书之后,全国MBA教育指导委员会再次组织修订,全国MBA/EMBA院校主要课程的教学指导书) pdf 下载 极速 mobi txt pdb lrf 网盘
新版嗨米图书 钢铁是怎样炼成的上下册2本赠中考名著必刷题 八年级语文阅读名著经典文学小说初中初二8年级名著阅读训练 pdf 下载 极速 mobi txt pdb lrf 网盘
苏格拉底 pdf 下载 极速 mobi txt pdb lrf 网盘
- 建筑师生存手记 pdf 下载 极速 mobi txt pdb lrf 网盘
- 财税法学(第五版)/21世纪高等院校法学系列精品教材 pdf 下载 极速 mobi txt pdb lrf 网盘
- 超凡之心 pdf 下载 极速 mobi txt pdb lrf 网盘
- 贼猫 pdf 下载 极速 mobi txt pdb lrf 网盘
- 高分子结晶学原理 高分子凝聚态物理 高分子材料 高分子化学和化工 动力学和形态学基本概念 高分子材料 一般化学基础教材 pdf 下载 极速 mobi txt pdb lrf 网盘
- 2013中公版历年真题+全真模拟预测试卷申论-河南事业单位考试专用教材 pdf 下载 极速 mobi txt pdb lrf 网盘
- 剑桥国际英语教程 pdf 下载 极速 mobi txt pdb lrf 网盘
- 不可不知的海外旅游禁忌 pdf 下载 极速 mobi txt pdb lrf 网盘
- 中国近现代史 pdf 下载 极速 mobi txt pdb lrf 网盘
- 9787547818824 pdf 下载 极速 mobi txt pdb lrf 网盘
书籍真实打分
故事情节:6分
人物塑造:7分
主题深度:7分
文字风格:8分
语言运用:5分
文笔流畅:6分
思想传递:7分
知识深度:6分
知识广度:3分
实用性:4分
章节划分:3分
结构布局:6分
新颖与独特:5分
情感共鸣:5分
引人入胜:9分
现实相关:6分
沉浸感:8分
事实准确性:8分
文化贡献:4分