Lua is a powerful, light-weight programming language designed for extending applications. It is also frequently used as a general-purpose, stand-alone language. It combines simple procedural syntax (similar to Pascal) with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, interpreted from bytecodes, and has automatic memory management with garbage collection, making it ideal for configuration, scripting, and rapid prototyping.
標簽: applications light-weight programming extending
上傳時間: 2016-01-13
上傳用戶:1101055045
This ECMA Standard specifies the form and establishes the interpretation of programs written in the C# programming language. It specifies The representation of C# programs The syntax and constraints of the C# language The semantic rules for interpreting C# programs The restrictions and limits imposed by a conforming implementation of C#.
標簽: the interpretation establishes specifies
上傳時間: 2013-12-18
上傳用戶:chenjjer
JavaServer Pages, Third Edition is completely revised and updated to cover the substantial changes in the 2.0 version of the JSP specification. It also includes detailed coverage of the major revisions to the JSP Standard Tag Library (JSTL) specification. Combining plenty of practical advice with detailed coverage of JSP syntax and features and clear, useful examples, JavaServer Pages, Third Edition demonstrates how to embed server-side Java into Web pages, while also covering important topics such as JavaBeans, Enterprise JavaBeans (EJB), and JDBC database access.
標簽: substantial JavaServer completely Edition
上傳時間: 2014-01-04
上傳用戶:mpquest
語法分析是編譯程序的核心部分,其主要任務是確定語法結構,檢查 語法錯誤,報告錯誤的性質和位置,并進行適當的糾錯工作.法分析的方法有多種多樣,常用的方法有遞歸子程序方法、運算符優先數法、狀態矩陣法、LL(K)方法和LR(K)方法。歸納起來,大體上可分為兩大類,即自頂向下分析方法和自底向上分析方法. syntax進行語法分析.對于語法分析,這里采用LR(1)分析法,判斷程序是否滿足規定的結構.構造LR(1)分析程序,利用它進行語法分析,判斷給出的符號串是否為該文法識別的句子,了解LR(K)分析方法是嚴格的從左向右掃描,和自底向上的語法分析方法。
上傳時間: 2014-01-04
上傳用戶:bibirnovis
Java Server Pages Examples code JavaServer Pages, Third Edition is completely revised and updated to cover the substantial changes in the 2.0 version of the JSP specification. JSP syntax and features and clear, useful examples, JavaServer Pages, Third Edition demonstrates how to embed server-side Java into Web pages, while also covering important topics such as JavaBeans, Enterprise JavaBeans (EJB), and JDBC database access. jsp Java Server Pages 配套源代碼 第3版
標簽: Pages JavaServer completely Examples
上傳時間: 2013-12-05
上傳用戶:cc1915
C/C++ Reference There are no "Introduction to Programming" tutorials here. This site is meant to be used by more-or-less experienced C++ programmers, who have a good idea of what they want to do and simply need to look up the syntax. If you re interested in learning C/C++, try one of these sites: How C Programming Works C Programming C++ Language Tutorial
標簽: Introduction Programming Reference tutorials
上傳時間: 2014-07-26
上傳用戶:ljmwh2000
<JavaScript:The Good Parts>全英文版,O Reilly出品,必屬精品,該書的英文版是2008年5月才出版的,此為對應的chm文檔,支持目錄索引和搜索功能.目錄如下:syntax/Objects/Functions/Inheritance/Arrays/Regular expressions/Methods/Style/Beautiful features
標簽: JavaScript Reilly Parts Good
上傳時間: 2013-12-15
上傳用戶:sjyy1001
C 開發的有限元軟件,界面還可以,不錯,可以試試。 FElt is a free system for introductory level finite element analysis. It is primarily intended as a teaching tool for introductory type courses in finite elements - probably in the mechanical/structural/civil fields. In a command line environment, FElt uses an intuitive, straightforward input syntax to describe problems. It also includes a graphical user interface for workstations that allows the user to set-up, solve and post-process the problem in a single CAD-like environment.
上傳時間: 2014-03-09
上傳用戶:zycidjl
編譯器設計 Analysis-Synthesis Model 分析Analysis: 原始程式轉換成階層結構稱為樹(tree),語法樹(syntax tree) 合成Synthesis: 產生目標碼
標簽: Analysis-Synthesis Analysis Model tree
上傳時間: 2016-12-01
上傳用戶:dengzb84
sqlite的幫助文檔, This ZIP archive contains most of the static HTML files that comprise this website, including all of the SQL syntax and the C/C++ interface specs and other miscellaneous documentation.
上傳時間: 2013-12-23
上傳用戶:evil