搜索结果
找到约 52 项符合
eXtensible 的查询结果
编译器/解释器 Lua is a powerful, fast, lightweight, embeddable scripting language. Lua combines simple procedura
Lua is a powerful, fast, lightweight, embeddable scripting language.
Lua combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, runs by interpreting bytecode for a register-based virtual machine, an ...
软件工程 This book is an introduction to Ada 95. It uses an example-driven approach which gradually develops
This book is an introduction to Ada 95. It uses an example-driven approach which gradually develops small trivial programs into large case-study type programs. The main emphasis of this book is on maintenance problems, and using object-oriented technology to write maintainable, extensible programs. ...
软件工程 Modern C++ Design is an important book. Fundamentally, it demonstrates generic patterns or patte
Modern C++ Design is an important book. Fundamentally, it demonstrates generic
patterns or pattern templates as a powerful new way of creating extensible designs in
C++--a new way to combine templates and patterns that you may never have dreamt was
possible, but is. If your work involves C++ des ...
软件工程 Exceptional C++ shows by example how to go about sound software engineering in standard C++. Do you
Exceptional C++ shows by example how to go about sound software engineering in standard C++. Do you enjoy solving thorny C++ problems and puzzles? Do you relish writing robust and extensible code? Then take a few minutes and challenge yourself with some tough C++ design and programming problems.
Linux/Unix编程 awesome is a highly configurable, next generation framework window manager for X. It is very fast, l
awesome is a highly configurable, next generation framework window manager for X. It is very fast, light, and extensible. It is primarily targeted at the power user, developer, and anyone dealing with everyday computing tasks who wants to have fine-grained control over a graphical environment.
VC书籍 Modern C++ Design demonstrates generic patterns or pattern templates as a powerful new way of c
Modern C++ Design demonstrates generic
patterns or pattern templates as a powerful new way of creating extensible designs in C++--a new way to combine templates and patterns.
VC书籍 Exceptional C++ shows by example how to go about sound software engineering in standard C++. Do you
Exceptional C++ shows by example how to go about sound software engineering in standard C++. Do you enjoy solving thorny C++ problems and puzzles? Do you relish writing robust and extensible code? Then take a few minutes and challenge yourself with some tough C++ design and programming problems.
Java编程 JavaServer Faces (JSF) is the “offcial” component-based view technology in the Java EE web tier. J
JavaServer Faces (JSF) is the “offcial” component-based
view technology in the Java EE web tier. JSF includes a set
of predefned UI components, an event-driven programming
model, and the ability to add third-party components. JSF
is designed to be extensible, easy to use, and toolable. This
r ...
电子书籍 第14章 ASP.NET XML和Web Service 在上一章中讲到的Web.config配置文件就是基于XML文件格式的
第14章 ASP.NET XML和Web Service
在上一章中讲到的Web.config配置文件就是基于XML文件格式的,XML(Extensible Markup Language,可扩展标记语句)是一种描述数据和数据结构的语言,XML文本可以保存在任何存储文本中,这就让XML具有了可扩展性、跨平台型以及传输与存储方面的优点。 ...
技术教程 深入浅出Win10通用应用开发第三章
深入浅出Win10通用应用开发第三章XAML界面原理和语法,XAML英文Extensible Application Markup Language的简写,是用于实例化.NET 对象的标记语言。