這個類可以用來生成文件的Javascript腳本。 它可以掃描的Javascript腳本文件和提取文件標簽在JavaScript意見類似與Javadoc標簽。 該文件可以生成HTML中使用PHP模板腳本。 然而,結構的包可產生許多其他文件格式,如PDF格式,例如
標簽: Javascript JavaScript Javadoc HTML
上傳時間: 2013-12-30
上傳用戶:wfeel
大富翁游戲的源代碼,包括了詳細注釋(Javadoc 文件)。主要特點:背景音樂,可調節游戲速度,自動存儲功能。
標簽: 源代碼
上傳時間: 2015-07-08
上傳用戶:athjac
java游戲編程導學系列三 使用說明 一個網絡俄羅斯方塊的游戲,玩家可以在網絡的任何地方互相對戰。 注意:運行這個應用程序,需要安裝JRE(Java Runtime environment,java運行 環境) 本章的資源文件包括: play.bat 讀者可以直接運行這個批處理文件來運行“網絡俄羅斯方塊”(請 注意在同一目錄下是否存在matrix.jar文件) matrix.jar 打包的“網絡俄羅斯方塊”游戲,它把所有網絡俄羅斯方塊游戲 的類和資源都集中到了一起,運行時只要存在它就可以了。我們可以在控制 臺下通過命令行“java -jar matrix.jar”來運行,也可以直接運行play.bat 文件進入游戲。 \matrix JBuilder的project文件 所有網絡俄羅斯方塊游戲的源碼和資源都 在這個目錄下面。讀者可以用JBuilder來打開matrix.jpx文件。 \Javadoc示例 一個關于Javadoc命令使用的例子。 a.java 示例代碼 \doc 是由示例程序生成的文檔
上傳時間: 2013-12-01
上傳用戶:ardager
Java Regex Primer Since version 1.4, Java has had support for Regular Expressions in the core API. Java Regex follows the same basic principles used in other languages, just withdi erent access methods, and some subtledi erences with the patterns. This primer is aimed towards developers already familiar with regex in other languages wanting a brief outline of its support in Java. It may also be beneficial to developers learning regex if used in conjunction with detailed documentation explaining the construction of regex patterns. Reading the Javadoc forjava.util.regex. Pattern is a must to see how the Java regex patterns aredi erent from other languages such as Perl. Most of the functions discussed herin are from thejava.util.regex. Matcher class with a few fromjava.util.regex. Pattern. Reading this text in conjunction with the Javadoc of those classes is advised.
標簽: Java Expressions Regular version
上傳時間: 2013-12-18
上傳用戶:lanhuaying
《Jbuilder X 實用技術手冊》 本書由Borland公司技術團隊精心編寫,內容包括:JBuilder集成開發環境的全面介紹;JBuilder工程管理方式;JBuilder的高級選項設置;建構與運行程序;高效率的程序調試技巧;圖形界面應用及菜單設計;利用JBuilder建立事件處理模型;JBuilder與UML;Ant的集成應用;對BeansExpress的深入探討;Java應用程序的部署;Web Module與WAR文件的使用;Java Applet;Servlet與JavaServer Page的開發;程序代碼的重構;單元測試以及Javadoc說明文件的撰寫。 閱讀本書,讀者將學習到如何利用JBuilder開發高效率的Java應用程序。對于廣大JBuilder開發人員來說,這是一本不可或缺的參考書籍。
上傳時間: 2015-11-12
上傳用戶:498732662
XDoclet 使自動生成部署描述符更為便利。XDoclet 是一個代碼生成實用程序,它允許您使用象 Javadoc 標記之類的東西來向諸如類、方法和字段之類的語言特征添加元數據。隨后,它利用這些額外的元數據來生成諸如部署描述符和源代碼之類的相關文件。
上傳時間: 2015-12-08
上傳用戶:l254587896
The Funambol J2ME Mail Client aims to be a light, easy to use, free email client for J2ME devices. The first release comes with a simple but effective UI, and a storage limited to the internal RMS only. This makes the application compatible with most of the phones around (minimum requirements are: MIDP2.0, CLDC 1.0, 512k of Storage). The mail synchronization using SyncML 1.2 over HTTP, thus removing any problem related to the access to IMAP or POP ports. The mail client synchonizes its address book with the one on the server, Its design is modular and can be extended in future with other mail protocols, a more sophisticated UI and access to the phone s AddressBook or filesystem for the devices allowing this. See the Javadoc for more information on the structure of the library.
標簽: J2ME Funambol devices Client
上傳時間: 2014-01-05
上傳用戶:gououo
一個收集所有最基本功能的函數庫;所有的函數都是盡量短小和簡單 使用 doxygen 生成文檔 所有代碼以在 Linux 系統上可以編譯并運行為準;每當在 lib 目錄里增加了一個功能函數,必須在 test 目錄里編寫一個針對此功能函數的測試程序,使其可以在 Linux 系統上正常編譯并正確運行;每個增加的外部功能函數,必須在源代碼前寫有注釋,注釋格式為符合 doxygen 要求的 Javadoc 格式。 所有代碼內部調用的 C 庫和系統函數要求完全符合 ANSI C 標準和 POSIX 標準。
上傳時間: 2016-07-06
上傳用戶:zhuoying119
This the first release (version 0.0) of the Peersim high level P2P network simulator. This archive contains the Javadoc generated documentation, and a java archive containing the simulator source and bytecode and some examples.
標簽: This the simulator Peersim
上傳時間: 2013-12-10
上傳用戶:mikesering
servlet api全解 This document is built from the HTML documentations available at java.sun.com. It is regularly updated, when new versions of original documentations become available. To download updates and many other WinHelp and HTMLHelp Java documentations for free, visit Franck Allimant s web site : http://www.confluent.fr/Javadoc/indexe.html (in English) http://www.confluent.fr/Javadoc (in French)
標簽: documentations available document servlet
上傳時間: 2013-12-14
上傳用戶:784533221