当前位置:首页>正文

Erlang编程 pdf 下载 mobi 极速 snb 夸克云 txt chm

免费下载书籍地址:PDF下载地址

精美图片

Erlang编程书籍详细信息

  • ISBN:9787564122690
  • 作者:暂无作者
  • 出版社:暂无出版社
  • 出版时间:2010-6
  • 页数:470
  • 价格:64.00元
  • 纸张:暂无纸张
  • 装帧:暂无装帧
  • 开本:暂无开本
  • 语言:未知
  • 丛书:暂无丛书
  • TAG:暂无
  • 豆瓣评分:暂无豆瓣评分

内容简介:

《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 Constructs

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

functions

modules

exercises

3.sequential erlang conditional evaluations

guards

built-in functions

recursion

runtime errors

handling errors

library modules

the debugger

exercises

4.concurrent programming creating processes

message passing

receiving messages

registered processes

timeouts

benchmarking

process skeletons

tail recursion and memory leaks

a case study on concurrency-oriented programming

race conditions, 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 constructs functional programming for real

funs and higher-order functions

list comprehensions

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

applications

release handling

other behaviors and further reading

exercises

13.introducing mnesia when to use mnesia

configuring mnesia

transactions

partitioned networks

further reading

exercises

14.gui programming with wxerlang wxwidgets

wxerlang: an erlang binding for wxwidgets

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 support for communication

linked-in drivers and the ffi

exercises

17.trace bifs, the dbg tracer, and match specifications introduction

the trace bifs

tracing calls with the trace_pattern bif

the dbg tracer

match specifications: the fun syntax

match specifications: 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 applications and modules

processes and concurrency

stylistic conventions

coding strategies

efficiency

and finally

appendix: using erlang

index

作者介绍:

暂无相关内容,正在全力查找中

出版社信息:

暂无出版社相关信息,正在全力查找中!

书籍摘录:

暂无相关书籍摘录,正在全力查找中!

在线阅读/听书/购买/PDF下载地址:

在线阅读地址:Erlang编程在线阅读

在线听书地址:Erlang编程在线收听

在线购买地址:Erlang编程在线购买

原文赏析:

练习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 collections.

其它内容:

书籍介绍

《Erlang编程(影印版)》深入介绍了Erlang,这是一门满足高并发、容错和快速响应等苛刻要求的理想编程语言。随着多核CPU以及与之俱来的新并发扩展方式崭露头角,Erlang正在获得更广泛的接受和应用。只要拥有这本指南,无论此前的编程水平或经验如何,你都将学会用Erlang编写复杂的并发程序。

《Erlang编程》由Erlang国际社区的两位领袖级人物基于他们的培训教材撰写,重点解析该语言的语法和语义,并详细阐述模式匹配、严格列表(proper lists)、递归、调试、网络与并发等重要概念的精髓要义。

《Erlang编程(影印版)》可以帮助你:理解并掌握Erlang的诸多强项,以及其设计者潜心设计的各种特性;学习并发背后的概念和Erlang相应的处理方法;编写高效的Erlang程序,并且保持代码整洁易读;发现Erlang如何满足分布式系统的需求;小试牛刀,添加简单图形用户界面;学习Erlang的追踪机制,用于调试并发和分布式系统;使用内嵌的Mnesia数据库和其他表存储特性。

无论你是新手还是富有经验的Erlang开发者,《Erlang编程》都是案头必备的重要参考资料。

书籍真实打分

故事情节:6分

人物塑造:8分

主题深度:4分

文字风格:6分

语言运用:7分

文笔流畅:6分

思想传递:6分

知识深度:8分

知识广度:3分

实用性:7分

章节划分:5分

结构布局:6分

新颖与独特:4分

情感共鸣:5分

引人入胜:4分

现实相关:8分

沉浸感:9分

事实准确性:9分

文化贡献:9分

网站评分

书籍多样性:8分

书籍信息完全性:3分

网站更新速度:7分

使用便利性:9分

书籍清晰度:7分

书籍格式兼容性:6分

是否包含广告:6分

加载速度:5分

安全性:5分

稳定性:5分

搜索功能:5分

下载便捷性:9分

下载点评

  • 好评多(433+)
  • 好评(642+)
  • 书籍多(159+)
  • 一星好评(207+)
  • 快捷(457+)
  • 购买多(497+)
  • 推荐购买(130+)
  • 三星好评(406+)
  • 傻瓜式服务(443+)

下载评价

网友 利***巧:差评。这个是收费的

网友 沈***松:挺好的,不错

网友 濮***彤:好棒啊!图书很全

网友 菱***兰:特好。有好多书

网友 辛***玮:页面不错 整体风格喜欢

网友 龚***湄:差评,居然要收费!!!

网友 益***琴:好书都要花钱,如果要学习,建议买实体书;如果只是娱乐,看看这个网站,对你来说,是很好的选择。

网友 冉***兮:如果满分一百分,我愿意给你99分,剩下一分怕你骄傲

网友 丁***菱:好好好好好好好好好好好好好好好好好好好好好好好好好

版权声明

1本文:Erlang编程转载请注明出处。
2本站内容除签约编辑原创以外,部分来源网络由互联网用户自发投稿仅供学习参考。
3文章观点仅代表原作者本人不代表本站立场,并不完全代表本站赞同其观点和对其真实性负责。
4文章版权归原作者所有,部分转载文章仅为传播更多信息服务用户,如信息标记有误请联系管理员。
5本站一律禁止以任何方式发布或转载任何违法违规的相关信息,如发现本站上有涉嫌侵权/违规及任何不妥的内容,请第一时间联系我们申诉反馈,经核实立即修正或删除。


本站仅提供信息存储空间服务,部分内容不拥有所有权,不承担相关法律责任。

相关文章:

  • 跟着音乐去旅行 pdf 下载 mobi 极速 snb 夸克云 txt chm
  • 土建工程基础(第三版)/普通高等教育土建学科专业“十二五”规划教材 pdf 下载 mobi 极速 snb 夸克云 txt chm
  • 武汉CITY城市地图 pdf 下载 mobi 极速 snb 夸克云 txt chm
  • 中国古代四大发明(套装共4册) pdf 下载 mobi 极速 snb 夸克云 txt chm
  • 越玩越聪明的思维导图 pdf 下载 mobi 极速 snb 夸克云 txt chm
  • 我永远也得不到贝森老师黑板上的一颗星 pdf 下载 mobi 极速 snb 夸克云 txt chm
  • 2024一本初中数学压轴题 七年级全一册初中数学几何模型函数等压轴题一题多解法学霸解题辅助线专项训练中考必刷题型 pdf 下载 mobi 极速 snb 夸克云 txt chm
  • 血小板 第4四版 翻译版 阮长耿朱力戴克胜武艺主译 血小板生物学病理生理学临床医学血液学肿瘤 人民卫生出版社任选 pdf 下载 mobi 极速 snb 夸克云 txt chm
  • 胆拖拖出大乐透500万 pdf 下载 mobi 极速 snb 夸克云 txt chm
  • 十三經古注 pdf 下载 mobi 极速 snb 夸克云 txt chm