亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

EDITION

  • 《Java手機程式設計入門》/王森 書號:29014 頁數:約 492 頁 ISBN:957-200-527-8 出版日期:2001年08月25日 出版廠商:知城數位科技股份有限

    《Java手機程式設計入門》/王森 書號:29014 頁數:約 492 頁 ISBN:957-200-527-8 出版日期:2001年08月25日 出版廠商:知城數位科技股份有限公司 訂價:380 第一章 Java 2 Micro EDITION概論陣 第二章 Java程式設計簡介陣 第三章 撰寫您的第一個手機程式陣 第四章 在實體機器上執行MIDlet陣 第五章 J2ME Wireless Toolkit陣 第六章 Motorola A6288手機程式開發陣 第七章 JBuilder MobileSet陣 第八章 MIDP for Palm 第九章 MIDlet的事件處理陣 第十章 MIDP圖形使用者介面程式設計陣 第十一章 MIDP圖形處理陣 第十二章 MIDP資料庫程式設計陣 第十三章 MIDP網路程式設計陣 附錄A MID其他參考資源總整理陣 附錄B Motorola J2ME SDK

    標簽: 29014 Java 2001 ISBN

    上傳時間: 2016-12-01

    上傳用戶:coeus

  • Grass 5.00 start for idiot, one of the best documentation for Grass beginner users. And this is the

    Grass 5.00 start for idiot, one of the best documentation for Grass beginner users. And this is the Chinese EDITION, for the ones prefer mother language. From the beginning for Linux participation to the BIOS update, and finally the details setup for GRASS Linux users. Moreover, with my suggestion is that Ubuntu 8.10 is the best package for GRASS 5.00, but it is totally up to you how to choose a platform for this talent open source application.

    標簽: Grass documentation for the

    上傳時間: 2016-12-06

    上傳用戶:jjj0202

  • Open C++: Memory Game Example This Open C++ example application demonstrates a simple memory game

    Open C++: Memory Game Example This Open C++ example application demonstrates a simple memory game. The game engine part has been written in Open C++ and the UI part has been written in Symbian C++. The application supports S60 3rd EDITION and S60 5th EDITION devices. Keypad and Touch UI are supported depending on the device.

    標簽: Open demonstrates application Example

    上傳時間: 2013-12-20

    上傳用戶:lunshaomo

  • Eclipse+Web開發從入門到精通 These files contain all of the code listings in Java: The Complete Referenc

    Eclipse+Web開發從入門到精通 These files contain all of the code listings in Java: The Complete Reference, J2SE 5 EDITION The source code is organized into files by chapter. For example, the file Chap7.code contains the programs shown in Chapter 7. Within each chapter file, the listings are stored in the same order as they appear in the book. Simply edit the appropriate file to extract the listing in which you are interested.

    標簽: Complete Referenc listings Eclipse

    上傳時間: 2017-01-20

    上傳用戶:as275944189

  • 介紹:JSON(JavaScript Object Notation) 是一種輕量級的數據交換格式。易于人閱讀和編寫。同時也易于機器解析和生成。它基于JavaScript Programming La

    介紹:JSON(JavaScript Object Notation) 是一種輕量級的數據交換格式。易于人閱讀和編寫。同時也易于機器解析和生成。它基于JavaScript Programming Language, Standard ECMA-262 3rd EDITION - December 1999的一個子集。 JSON采用完全獨立于語言的文本格式,但是也使用了類似于C語言家族的習慣(包括C, C++, C#, Java, JavaScript, Perl, Python等)。這些特性使JSON成為理想的數據交換語言

    標簽: JavaScript Programming Notation Object

    上傳時間: 2017-02-01

    上傳用戶:2525775

  • All of Java s Input/Output (I/O) facilities are based on streams, which provide simple ways to read

    All of Java s Input/Output (I/O) facilities are based on streams, which provide simple ways to read and write data of different types. Java provides many different kinds of streams, each with its own application. The universe of streams is divided into four large categories: input streams and output streams, for reading and writing binary data and readers and writers, for reading and writing textual (character) data. You re almost certainly familiar with the basic kinds of streams--but did you know that there s a CipherInputStream for reading encrypted data? And a ZipOutputStream for automatically compressing data? Do you know how to use buffered streams effectively to make your I/O operations more efficient? Java I/O, 2nd EDITION has been updated for Java 5.0 APIs and tells you all you ever need to know about streams--and probably more.

    標簽: facilities streams provide Output

    上傳時間: 2013-12-17

    上傳用戶:6546544

  • 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

  • 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

主站蜘蛛池模板: 克拉玛依市| 昭平县| 镇原县| 福贡县| 莱州市| 区。| 灵台县| 修文县| 西充县| 吕梁市| 饶阳县| 鲁甸县| 昭平县| 神池县| 西城区| 宿州市| 万全县| 化隆| 云南省| 博客| 洛扎县| 大石桥市| 寿宁县| 张家界市| 隆子县| 鄱阳县| 彭山县| 嘉定区| 余江县| 恩施市| 漠河县| 樟树市| 新闻| 平昌县| 庄河市| 泽库县| 乳山市| 新蔡县| 甘德县| 天气| 进贤县|