Lua 程序设计初阶 Beginning Lua Programming 下载 pdf 百度网盘 epub 免费 2025 电子版 mobi 在线

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.


书籍真实打分

  • 故事情节:8分

  • 人物塑造:6分

  • 主题深度:9分

  • 文字风格:5分

  • 语言运用:3分

  • 文笔流畅:7分

  • 思想传递:7分

  • 知识深度:6分

  • 知识广度:8分

  • 实用性:6分

  • 章节划分:3分

  • 结构布局:3分

  • 新颖与独特:8分

  • 情感共鸣:8分

  • 引人入胜:8分

  • 现实相关:9分

  • 沉浸感:3分

  • 事实准确性:9分

  • 文化贡献:8分


网站评分

  • 书籍多样性:4分

  • 书籍信息完全性:5分

  • 网站更新速度:3分

  • 使用便利性:8分

  • 书籍清晰度:9分

  • 书籍格式兼容性:5分

  • 是否包含广告:5分

  • 加载速度:5分

  • 安全性:5分

  • 稳定性:6分

  • 搜索功能:5分

  • 下载便捷性:8分


下载点评

  • 服务好(229+)
  • 内涵好书(551+)
  • 差评少(62+)
  • 强烈推荐(345+)
  • 盗版少(287+)
  • 差评(355+)
  • 还行吧(254+)
  • 格式多(536+)
  • azw3(230+)
  • 体验差(186+)

下载评价

  • 网友 堵***洁:

    好用,支持

  • 网友 康***溪:

    强烈推荐!!!

  • 网友 石***烟:

    还可以吧,毕竟也是要成本的,付费应该的,更何况下载速度还挺快的

  • 网友 索***宸:

    书的质量很好。资源多

  • 网友 冯***丽:

    卡的不行啊

  • 网友 谢***灵:

    推荐,啥格式都有

  • 网友 蓬***之:

    好棒good

  • 网友 冷***洁:

    不错,用着很方便

  • 网友 薛***玉:

    就是我想要的!!!

  • 网友 晏***媛:

    够人性化!

  • 网友 芮***枫:

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

  • 网友 益***琴:

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

  • 网友 焦***山:

    不错。。。。。

  • 网友 曾***玉:

    直接选择epub/azw3/mobi就可以了,然后导入微信读书,体验百分百!!!

  • 网友 温***欣:

    可以可以可以

  • 网友 家***丝:

    好6666666


随机推荐