Welcome![Sign In][Sign Up]
Location:
Search - ECMA-262

Search list

[Develop ToolsEcma-262

Description: ECMAScript Language Specification
Platform: | Size: 641424 | Author: 周光涛 | Hits:

[Develop ToolsJScript

Description: JScript 是 Microsoft 公司对 ECMA 262 语言规范(ECMAScript 编辑器 3)的一种实现。除了少数例外(为了保持向后兼容),JScript 完全实现了 ECMA 标准
Platform: | Size: 597468 | Author: walkmancd | Hits:

[WEB CodeJScript

Description: JScript 是 Microsoft 公司对 ECMA 262 语言规范(ECMAScript 编辑器 3)的一种实现。除了少数例外(为了保持向后兼容),JScript 完全实现了 ECMA 标准。本概述的目的就是引导您学习使用 JScript。
Platform: | Size: 597467 | Author: 魁子 | Hits:

[Windows DevelopEcma-262

Description: Standard ECMA-262 3rd Edition
Platform: | Size: 641428 | Author: gaojun | Hits:

[J2MEjson-js

Description: JSON(JavaScript Object Notation) 是一种轻量级的数据交换格式。它基于JavaScript(Standard ECMA-262 3rd Edition - December 1999)的一个子集。 JSON采用完全独立于语言的文本格式,但是也使用了类似于C语言家族的习惯(包括C, C++, C#, Java, JavaScript, Perl, Python等)。这些特性使JSON成为理想的数据交换语言。易于人阅读和编写,同时也易于机器解析和生成。
Platform: | Size: 21290 | Author: 381177452@qq.com | Hits:

[BooksEcma-262

Description: ECMAScript Language Specification
Platform: | Size: 641024 | Author: 溪笔路人 | Hits:

[BooksJScript

Description: JScript 是 Microsoft 公司对 ECMA 262 语言规范(ECMAScript 编辑器 3)的一种实现。除了少数例外(为了保持向后兼容),JScript 完全实现了 ECMA 标准-JScript is the Microsoft Corporation on the ECMA 262 language specification (ECMAScript Editor 3) a realization. Apart from a few exceptions (in order to maintain backwards compatibility), JScript fully realize the ECMA standard
Platform: | Size: 596992 | Author: walkmancd | Hits:

[WEB CodeJScript

Description: JScript 是 Microsoft 公司对 ECMA 262 语言规范(ECMAScript 编辑器 3)的一种实现。除了少数例外(为了保持向后兼容),JScript 完全实现了 ECMA 标准。本概述的目的就是引导您学习使用 JScript。-JScript is the Microsoft Corporation on the ECMA 262 language specification (ECMAScript Editor 3) a realization. Apart from a few exceptions (in order to maintain backwards compatibility), JScript fully realize the ECMA standard. The purpose of this overview is to guide you through learning to use JScript.
Platform: | Size: 596992 | Author: 魁子 | Hits:

[Windows DevelopEcma-262

Description: Standard ECMA-262 3rd Edition
Platform: | Size: 641024 | Author: gaojun | Hits:

[Windows DevelopWindowsScript

Description: Microsoft 功能强大的脚本编写语言是专为 Internet 而设计的。JScript.NET 是 Microsoft ECMA 262 语言的下一代实施产品。与 ECMAScript Edition 4 一起开发的、JScript.NET 中的改进功能包括了准确编译的代码、类型与无类型的变量、类(内含继承、函数重载、属性访问器等等)、包、跨语言支持,以及对 .NET 框架的访问。 -Microsoft powerful scripting language is specifically designed for the Internet. JScript.NET is Microsoft ECMA 262 language to implement the next generation of products. ECMAScript Edition 4, together with the development, JScript.NET Improved features include an accurate translation of code, type and non-type variables, type (including inheritance, Function Overloading, attribute accessors, etc.), bags, cross-language support, as well as the. NET Framework visit.
Platform: | Size: 1409024 | Author: hsx | Hits:

[CSharpjsonchecker

Description: aspx下的JSON库 JSON(JavaScript Object Notation) 是一种轻量级的数据交换格式。易于人阅读和编写。同时也易于机器解析和生成。它基于JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999的一个子集。 JSON采用完全独立于语言的文本格式,但是也使用了类似于C语言家族的习惯(包括C, C++, C#, Java, JavaScript, Perl, Python等)。这些特性使JSON成为理想的数据交换语言。 JSON建构于两种结构: * “名称/值”对的集合(A collection of name/value pairs)。不同的语言中,它被理解为对象(object),纪录(record),结构(struct),字典(dictionary),哈希表(hash table),有键列表(keyed list),或者关联数组 (associative array)。 * 值的有序列表(An ordered list of values)。在大部分语言中,它被理解为数组(array)。 这些都是常见的数据结构。事实上大部分现代计算机语言都以某种形式支持它们。这使得一种数据格式在同样基于这些结构的编程语言之间交换成为可能。-err
Platform: | Size: 32768 | Author: momo | Hits:

[VC/MFCJSON

Description: 介绍:JSON(JavaScript Object Notation) 是一种轻量级的数据交换格式。易于人阅读和编写。同时也易于机器解析和生成。它基于JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999的一个子集。 JSON采用完全独立于语言的文本格式,但是也使用了类似于C语言家族的习惯(包括C, C++, C#, Java, JavaScript, Perl, Python等)。这些特性使JSON成为理想的数据交换语言-Introduction: JSON (JavaScript Object Notation) is a lightweight data interchange format. Easy to read and prepare. Also easy to machine parsing and generation. It is based on the JavaScript Programming Language, Standard ECMA-262 3rd Edition- December 1999 a subset. JSON using completely independent of the language of the text format, but also used language similar to C family habits (including C, C++, C#, Java, JavaScript, Perl, Python, etc.). These characteristics make JSON an ideal data exchange language
Platform: | Size: 51200 | Author: 杉杉 | Hits:

[JSP/Javajson-c-0.7

Description: JSON(JavaScript Object Notation) 是一种轻量级的数据交换格式。易于人阅读和编写。同时也易于机器解析和生成。它基于JavaScript(Standard ECMA-262 3rd Edition - December 1999)的一个子集。 JSON采用完全独立于语言的文本格式,但是也使用了类似于C语言家族的习惯(包括C, C++, C#, Java, JavaScript, Perl, Python等)。这些特性使JSON成为理想的数据交换语言。[编辑本段]JSON与XML的比较   ◆可读性   JSON和XML的可读性可谓不相上下,一边是建议的语法,一边是规范的标签形式,很难分出胜负。   ◆可扩展性   XML天生有很好的扩展性,JSON当然也有,没有什么是XML能扩展,JSON不能的。   ◆编码难度   XML有丰富的编码工具,比如Dom4j、JDom等,JSON也有json.org提供的工具,但是JSON的编码明显比XML容易许多,即使不借助工具也能写出JSON的代码,可是要写好XML就不太容易了。   ◆解码难度   XML的解析得考虑子节点父节点,让人头昏眼花,而JSON的解析难度几乎为0。这一点XML输的真是没话说。 -The JavaScript Object Notation (JSON) is a simple and lightweight data interchange format. This project provides libraries for manipulating JSON objects for various languages. For more information on JSON, visit http://www.json.org/
Platform: | Size: 663552 | Author: 王洋 | Hits:

[Windows DevelopEcma-262

Description: ECMA book standard java library
Platform: | Size: 643072 | Author: cylant | Hits:

[ELanguagedmdscript

Description: DMDScript是Digital Mars提供的一个符合ECMA 262规范的脚本语言,采用D语言编写,开放源代码,可以从http://www.digitalmars.com/dscript看到详细信息,另外有一个C++的实现版本。-DMDScript is Digital Mars implementation of the ECMA 262 scripting language. Netscape s implementation is called JavaScript, Microsoft s implementation is called JScript. DMDScript is much faster than other implementations, which you can verify with the included benchmark.
Platform: | Size: 507904 | Author: 王佳联 | Hits:

[GUI DevelopJScript

Description: JScript 是 Microsoft 公司对 ECMA 262 语言规范(ECMAScript 编辑器 3)的一种实现。除了少数例外(为了保持向后兼容),JScript 完全实现了 ECMA 标准。本概述的目的就是引导您学习使用 JScript。-JScript is the Microsoft Corporation on the ECMA 262 language specification (ECMAScript Editor 3) a realization. With few exceptions (in order to maintain backwards compatibility), JScript full realization of the ECMA standard. The purpose of this overview is to guide you through learning to use JScript.
Platform: | Size: 596992 | Author: 珍珠 | Hits:

[JSPECMA-262

Description: ECMAScript 2009年10月份官网刚刚更新的,做网页的朋友不要错过哦 前台:Javascript 数据传输: Ajax 服务器: PHP/JSP/ASP-ECMAScript 2009年10月份official website has just been updated, do not miss a friend page front: Javascript Data Transfer: Ajax server: PHP/JSP/ASP
Platform: | Size: 1645568 | Author: 张辛龙 | Hits:

[JSP/JavaECMA-262

Description: ECMA-262 JS specification.
Platform: | Size: 1651712 | Author: tomkris | Hits:

[OtherECMA-262-5.1_CN

Description: ECMA-262-5.1中文版,用于javascript编程-ECMA-262-5.1 use for javascript coding
Platform: | Size: 1632256 | Author: ying | Hits:

[OtherECMA-262

Description: EMCA6的标准,好好看看,最新的JS标准。好好学吧。-ecma new standard.and help you to improve you Js level. that s all
Platform: | Size: 5400576 | Author: skyblue | Hits:
« 12 »

CodeBus www.codebus.net