Lua 程序设计初阶 Beginning Lua Programming pdf pdb 阿里云 极速 mobi caj kindle 下载

Lua 程序设计初阶 Beginning Lua Programming 精美图片
》Lua 程序设计初阶 Beginning Lua Programming 电子书籍版权问题 请点击这里查看《

Lua 程序设计初阶 Beginning Lua Programming 书籍详细信息

  • ISBN:9780470069172
  • 作者:暂无作者
  • 出版社:暂无出版社
  • 出版时间:2007-08
  • 页数:644
  • 价格:317.70
  • 纸张:胶版纸
  • 装帧:线装
  • 开本:暂无开本
  • 语言:未知
  • 丛书:暂无丛书
  • TAG:暂无
  • 豆瓣评分:暂无豆瓣评分
  • 豆瓣短评:点击查看
  • 豆瓣讨论:点击查看
  • 豆瓣目录:点击查看
  • 读书笔记:点击查看
  • 原文摘录:点击查看

内容简介:

Lua offers a wide range of features that you can use to support and enhance your applications. With this book as your guide, you’ll gain a thorough understanding of all aspects of programming with this powerful language. The authors present the fundamentals of programming, explain standard Lua functions, and explain how to take advantage of free Lua community resources. Complete code samples are integrated throughout the chapters to clearly demonstrate how to apply the information so that you can quickly write your own programs.


书籍目录:

Acknowledgmens.

Introduction.

Chapter 1: Getting Situated.

Choosing How to Install Lua.

 Finding Your System’s Shell.

 Dealing with Tarballs and Zip Files.

 Compiling Lua.

 Binary Packages.

 Additional Tools.

Chapter 2: First Steps.

 Numbers and Arithmetic Operations: Basic Interpreter Usage.

 Interpreter Know-How.

 Numerical Gotchas.

 Variables and Assignment.

 Strings.

 Relational Operators and Boolean Values.

 The nil Value.

 Boolean Operators.

 The Concatenation, Length, and Modulo Operators.

 Automatic Conversion of Operands.

 Precedence and Associativity.

 Variables and Values.

 Comments.

 Expressions and Statements.

 Compound Statements.

Chapter 3: Extending Lua with Functions.

 Return Values.

 Chunks as Functions.

 Variable Scope.

 Understanding Side Effects.

 Functions Calling Functions.

 Functions as Values.

 Whitespace, Semicolons, and Function Calls.

 Upvalues and Closures.

Chapter 4: Working with Tables.

 Tables Introduced.

 A Shorter Way to Write Some Keys.

 Altering a Table’s Contents.

 Tables as Arrays.

 Array Length.

 Looping through Tables.

 Tables of Functions.

 Functions with Variable Numbers of Arguments.

 Keyword Arguments.

 Different but the Same.

 Building Other Data Structures from Tables.

 Custom-Made Loops.

 Global Variable Environments.

Chapter 5: Using Strings.

 Basic String Conversion Functions

 String Length.

 Converting Between Characters and Character Codes.

 Formatting Strings and Numbers with string.format.

 Input/Output.

 Pattern-Matching.

Chapter 6: Handling and Avoiding Errors.

 Kinds of Errors.

 Handling Errors.

 Locating Errors.

Chapter 7: Using Modules.

 Interfaces and Implementations.

 The require Function.

 Where to Put Modules.

 Preserving a Module’s Interface.

 Module Bookkeeping.

 Bytecode.

 Namespaces.

 The module Function.

 C Modules.

Chapter 8: Extending Lua’s Behavior with Metamethods.

 Using Concatenation and Arithmetical Operators on Tables.

 Relational Metamethods.

 Indexing and Call Metamethods.

 Non-Tables with Metamethods. 、

 Non-Syntactical Metamethods.

 Metamethod Applicability.

Chapter 9: Handling Events Naturally with Coroutines.

 Coroutines and Program Control.

 Managing Concurrent Tasks.

 Retaining State.

 Handling Events Simply.

Chapter 10: Looking Under the Hood.

 Bytecode and luac.

 Garbage Collection.

 The Implementation of Tables and Strings.

 The Debug Library.

Chapter 11: Exploring Lua’s Libraries.

 Core Library.

 Coroutine Library.

 Package Library.

 String Library.

 Table Library.

 Math Library.

 Input/Output Library.

 Operating System Library.

 Debugging Library.

Chapter 12: Using Community Libraries.

 Library Overview.

 How Lua Interacts with Libraries.

 The pack Binary Structuring Library.

 The cURL File Transfer Library.

 The gd Graphics Library.

 The SQLite Database Library.

Chapter 13: Interfacing Lua with Other Languages.

 How C Programs Use Lua.

 Communicating Between Lua and C.

 Calling Lua from C.

 Working with Userdata.

 Indexing Values in C.

 Retaining Values in C.

 Layering Your Extension Library.

Chapter 14: Managing Information with Databases.

 Some Basic Relational Database Concepts.

 SQL, LuaSQL, and MySQL.

Chapter 15: Programming for the Web.

 A Web Server Primer.

 Dynamic Web Content.

 Executing CGI Scripts.

 Installing a Web Server.

 Testing Your Web Server with Static Content.

 Serving Dynamic Web Content.

 Interactive CGI Applications.

 The Kepler Project.

Chapter 16: Connecting to a Larger World.

 Installing LuaSocket.

 Network Overview.

 Using LuaSocket for Network Communication.

 Handling Multiple Persistent Connections.

 The Application Protocols.

 Networking with Lua and Streams.

Chapter 17: Programming Games with Lua.

 Understanding Why and When to Use Lua.

 Simple 2-D Action Game Using SDL.

 Chapter 18: Carrying Lua with You.

 Getting Started with Plua.

 Exploring Plua’s Features.

 Plua on the Mothership.

 Programming with Plua.

Chapter 19: Fitting into the Lua Community.

 The Lua Web Site.

 The Lua Reference Manual.

 Framing Questions.

 The Lua Mailing List.

 The Lua Chat Room.

 Forums.

 The Lua Wiki.

 LuaForge.

 Annual Workshops.

Appendix A: Answers.

Index.


作者介绍:

Between his first programs submitted to a Burroughs 5500 on Hollerith punch cards and his latest programs

tapped into a Palm Pilot, Kurt Jung has been the principal programmer on various projects ranging from

airline yield management to state machine–driven workflow.

Aaron Brown began programming in elementary school on a Commodore 64. He plays various musical

instruments and speaks Esperanto.


出版社信息:

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


书籍摘录:

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



原文赏析:

暂无原文赏析,正在全力查找中!


其它内容:

书籍介绍

Lua offers a wide range of features that you can use to support and enhance your applications. With this book as your guide, you’ll gain a thorough understanding of all aspects of programming with this powerful language. The authors present the fundamentals of programming, explain standard Lua functions, and explain how to take advantage of free Lua community resources. Complete code samples are integrated throughout the chapters to clearly demonstrate how to apply the information so that you can quickly write your own programs.


书籍真实打分

  • 故事情节:9分

  • 人物塑造:3分

  • 主题深度:5分

  • 文字风格:3分

  • 语言运用:4分

  • 文笔流畅:5分

  • 思想传递:4分

  • 知识深度:7分

  • 知识广度:6分

  • 实用性:9分

  • 章节划分:6分

  • 结构布局:5分

  • 新颖与独特:3分

  • 情感共鸣:5分

  • 引人入胜:7分

  • 现实相关:9分

  • 沉浸感:8分

  • 事实准确性:5分

  • 文化贡献:4分


网站评分

  • 书籍多样性:5分

  • 书籍信息完全性:9分

  • 网站更新速度:5分

  • 使用便利性:7分

  • 书籍清晰度:9分

  • 书籍格式兼容性:6分

  • 是否包含广告:5分

  • 加载速度:3分

  • 安全性:9分

  • 稳定性:7分

  • 搜索功能:7分

  • 下载便捷性:8分


下载点评

  • 无盗版(546+)
  • 还行吧(408+)
  • 无颠倒(88+)
  • 购买多(425+)
  • 体验差(401+)
  • 体验满分(196+)
  • 无多页(680+)

下载评价

  • 网友 苍***如:

    什么格式都有的呀。

  • 网友 蓬***之:

    好棒good

  • 网友 芮***枫:

    有点意思的网站,赞一个真心好好好 哈哈

  • 网友 龚***湄:

    差评,居然要收费!!!

  • 网友 晏***媛:

    够人性化!

  • 网友 后***之:

    强烈推荐!无论下载速度还是书籍内容都没话说 真的很良心!

  • 网友 游***钰:

    用了才知道好用,推荐!太好用了

  • 网友 陈***秋:

    不错,图文清晰,无错版,可以入手。

  • 网友 孙***夏:

    中评,比上不足比下有余

  • 网友 敖***菡:

    是个好网站,很便捷

  • 网友 国***舒:

    中评,付点钱这里能找到就找到了,找不到别的地方也不一定能找到

  • 网友 谢***灵:

    推荐,啥格式都有

  • 网友 利***巧:

    差评。这个是收费的


随机推荐