云端书斋 -Lua 程序设计初阶 Beginning Lua Programming
本书资料更新时间:2025-01-19 17:57:37

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:暂无
  • 豆瓣评分:暂无豆瓣评分
  • 豆瓣短评:点击查看
  • 豆瓣讨论:点击查看
  • 豆瓣目录:点击查看
  • 读书笔记:点击查看
  • 原文摘录:点击查看
  • 更新时间:2025-01-19 17:57:37

内容简介:

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分

  • 人物塑造:5分

  • 主题深度:6分

  • 文字风格:7分

  • 语言运用:3分

  • 文笔流畅:6分

  • 思想传递:9分

  • 知识深度:4分

  • 知识广度:7分

  • 实用性:9分

  • 章节划分:9分

  • 结构布局:3分

  • 新颖与独特:8分

  • 情感共鸣:5分

  • 引人入胜:7分

  • 现实相关:6分

  • 沉浸感:6分

  • 事实准确性:7分

  • 文化贡献:4分


网站评分

  • 书籍多样性:5分

  • 书籍信息完全性:9分

  • 网站更新速度:6分

  • 使用便利性:7分

  • 书籍清晰度:7分

  • 书籍格式兼容性:3分

  • 是否包含广告:5分

  • 加载速度:4分

  • 安全性:8分

  • 稳定性:8分

  • 搜索功能:6分

  • 下载便捷性:9分


下载点评

  • 超值(225+)
  • epub(292+)
  • 无缺页(578+)
  • 少量广告(122+)
  • 好评(433+)
  • 格式多(318+)
  • 购买多(611+)
  • 值得购买(444+)
  • 体验满分(569+)

下载评价

  • 网友 曹***雯: ( 2025-01-18 15:28:38 )

    为什么许多书都找不到?

  • 网友 车***波: ( 2024-12-20 18:54:17 )

    很好,下载出来的内容没有乱码。

  • 网友 石***致: ( 2024-12-25 04:53:01 )

    挺实用的,给个赞!希望越来越好,一直支持。

  • 网友 冯***卉: ( 2024-12-26 13:21:53 )

    听说内置一千多万的书籍,不知道真假的

  • 网友 沈***松: ( 2024-12-31 10:36:12 )

    挺好的,不错

  • 网友 冷***洁: ( 2024-12-31 12:50:21 )

    不错,用着很方便

  • 网友 龚***湄: ( 2025-01-09 08:31:54 )

    差评,居然要收费!!!

  • 网友 扈***洁: ( 2024-12-27 20:20:29 )

    还不错啊,挺好

  • 网友 后***之: ( 2024-12-27 04:51:42 )

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

  • 网友 仰***兰: ( 2024-12-23 10:25:03 )

    喜欢!很棒!!超级推荐!


随机推荐