虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

rd-Edition

  • JSON(JavaScript Object Notation) 是一种轻量级的数据交换格式。易于人阅读和编写。同时也易于机器解析和生成。它基于JavaScript(Standard ECMA-262

    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输的真是没话说。

    标签: JavaScript Notation Standard Object

    上传时间: 2017-03-29

    上传用户:685

  • This is a source of 13.560MHz RFID card reader for TRH031M as ATMEGA8-16AU MPU. The title is 3Alogi

    This is a source of 13.560MHz RFID card reader for TRH031M as ATMEGA8-16AU MPU. The title is 3Alogics TRH031M 13.56MHz RFID Reader V1.0. project : RFID Reader V2.0 Target : MEGA8-16AU Crystal: 16.000 Mhz Input : TRH031M RFID 13.56MHz Output : RS232C 115200,N,8,1 Compiler : ICC-AVR V6.26C // Pin configuration for ATMEGA8-16AU TQFP32 // #30 RXD <--- RXD (SP3232) // #31 TXD ---> TXD (SP3232) // #32 PD2/INT0 <--- INTR (TRH031M) // # 1 PD3/INT1 ---> RST (TRH031M) // # 2 PD4 ---> D4 (TRH031M) // # 9 PD5 ---> D5 (TRH031M) // #10 PD6 ---> D6 (TRH031M) // #11 PD7 ---> D7 (TRH031M) // #12 PB0 ---> D0 (TRH031M) // #13 PB1 ---> D1 (TRH031M) // #14 PB2 ---> D2 (TRH031M) // #15 PB3 ---> D3 (TRH031M) // #16 PB4 ---> CSB (TRH031M) // #17 PB5 ---> LED // #23 PC0 ---> A0 (TRH031M) // #24 PC1 ---> A1 (TRH031M) // #25 PC2 ---> A2 (TRH031M) // #26 PC3 ---> ALE (TRH031M) // #27 PC4 ---> /RD (TRH031M) // #28 PC5 ---> /WR (TRH031M)

    标签: 13.560 ATMEGA 3Alogi source

    上传时间: 2017-03-31

    上传用户:s363994250

  • 垃圾文件清理: 垃圾文件清理: 垃圾文件清理 Clean Windows Programs: :rd_dir if " R:~-2,1 "=="" set R=" R:~1,-2 "

    垃圾文件清理: 垃圾文件清理: 垃圾文件清理 Clean Windows Programs: :rd_dir if " R:~-2,1 "=="\" set R=" R:~1,-2 " if not exist R goto :DD cd /d R for /f "delims=" a in ( dir/ad/b ) do rd /s /q " a" del /f /s /q * cdrd /s /q R :DD Clean Windows Programs: :rd_dir if " R:~-2,1 "=="\" set R=" R:~1,-2 " if not exist R goto :DD cd /d R for /f "delims=" a in ( dir/ad/b ) do rd /s /q " a" del /f /s /q * cdrd /s /q R :DD

    标签: Programs Windows rd_dir Clean

    上传时间: 2017-04-21

    上传用户:lanhuaying

  • Java has become a confusing world. Five years ago, there were few decisions to make once you start

    Java has become a confusing world. Five years ago, there were few decisions to make once you started programming in Java—you used AWT for graphical user interfaces, sockets for network programming, and hacked together everything else you needed. Since then, though, the APIs available for the Java language have grown, and grown. . . and grown. Now you can dabble in Swing, servlets, Enterprise JavaBeans (EJB), JavaMail, and more. Additionally, there are now packages of APIs, like the Java 2 Micro Edition (J2ME) and Java 2 Enterprise Edition (J2EE). While these packages seem to be nicely wrapped bundles of useful APIs, they don t help the average developer figure out how to piece together the APIs contained in these packages. Though it s simple to find documentation on the individual APIs, getting the "big picture" is difficult, at best. One of the most interesting, but difficult, aspects of Java today is building Java enterprise applications using the J2EE package.

    标签: confusing decisions become world

    上传时间: 2013-12-30

    上传用户:haoxiyizhong

  • 三本电子书

    三本电子书,分别是:c++ primer中文版(第三版) ,C++ Primer Plus (5th Edition) ,OpenGL 编程指南 第六版

    标签: 电子书

    上传时间: 2013-11-27

    上传用户:zq70996813

  • 世界上唯一一本关于嵌入式操作系统thradX内核的书

    世界上唯一一本关于嵌入式操作系统thradX内核的书,中文有翻译的第一版,这是从老外网上辛苦找来的2009年的新版第二版,大家共同学习。《Real-Time_Embedded_Multithreading_Using_ThreadX(Second Edition)》

    标签: thradX 嵌入式操作系统 内核

    上传时间: 2017-05-04

    上传用户:851197153

  • 稿件名称:利用WebBrowser Control实现程序界面与实现的分离 稿件作者:张硕、陈晗 程序名称:Project1.exe 运行环境:Borland Delphi 6/7

    稿件名称:利用WebBrowser Control实现程序界面与实现的分离 稿件作者:张硕、陈晗 程序名称:Project1.exe 运行环境:Borland Delphi 6/7 Enterprise Edition 注意事项:

    标签: WebBrowser Control Borland Project

    上传时间: 2017-05-09

    上传用户:gououo

  • 使用C#开发的基于windows mobile的数据同步框架

    使用C#开发的基于windows mobile的数据同步框架,手机端使用RDA基于http协议与服务器进行数据同步,使用sql server compact edition与sql server mobile server tools。

    标签: windows mobile 数据同步

    上传时间: 2017-05-12

    上传用户:youke111

  • This SPI-mode SD Card controller is a free SOPC Builder component that can be used in any SOPC Build

    This SPI-mode SD Card controller is a free SOPC Builder component that can be used in any SOPC Builder system. The included example design runs on the Nios II Embedded Evaluation Kit, Cyclone III edition (NEEK).

    标签: SOPC controller component SPI-mode

    上传时间: 2013-12-18

    上传用户:jing911003

  • This SPI-mode SD Card controller is a free SOPC Builder component that can be used in any SOPC Build

    This SPI-mode SD Card controller is a free SOPC Builder component that can be used in any SOPC Builder system. The included example design runs on the Nios II Embedded Evaluation Kit, Cyclone III edition (NEEK).

    标签: SOPC controller component SPI-mode

    上传时间: 2017-05-14

    上传用户:LouieWu