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

JavaDoc

  • 这个类可以用来生成文件的Javascript脚本。 它可以扫描的Javascript脚本文件和提取文件标签在JavaScript意见类似与JavaDoc标签。 该文件可以生成HTML中

    这个类可以用来生成文件的Javascript脚本。 它可以扫描的Javascript脚本文件和提取文件标签在JavaScript意见类似与JavaDoc标签。 该文件可以生成HTML中使用PHP模板脚本。 然而,结构的包可产生许多其他文件格式,如PDF格式,例如

    标签: Javascript JavaScript JavaDoc HTML

    上传时间: 2013-12-30

    上传用户:wfeel

  • 大富翁游戏的源代码

    大富翁游戏的源代码,包括了详细注释(JavaDoc 文件)。主要特点:背景音乐,可调节游戏速度,自动存储功能。

    标签: 源代码

    上传时间: 2015-07-08

    上传用户:athjac

  • java游戏编程导学系列三 使用说明 一个网络俄罗斯方块的游戏

    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 是由示例程序生成的文档

    标签: java 游戏编程 使用说明 俄罗斯方块

    上传时间: 2013-12-01

    上传用户:ardager

  • Java Regex Primer Since version 1.4, Java has had support for Regular Expressions in the core API. J

    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 X 实用技术手册》 本书由Borland公司技术团队精心编写,内容包括:JBuilder集成开发环境的全面介绍;JBuilder工程管理方式;JBuilder的高级选项设置;建构与运行程序;高效率的程序调试技巧;图形界面应用及菜单设计;利用JBuilder建立事件处理模型;JBuilder与UML;Ant的集成应用;对BeansExpress的深入探讨;Java应用程序的部署;Web Module与WAR文件的使用;Java Applet;Servlet与JavaServer Page的开发;程序代码的重构;单元测试以及JavaDoc说明文件的撰写。 阅读本书,读者将学习到如何利用JBuilder开发高效率的Java应用程序。对于广大JBuilder开发人员来说,这是一本不可或缺的参考书籍。

    标签: Jbuilder Borland 实用技术

    上传时间: 2015-11-11

    上传用户:498732662

  • XDoclet 使自动生成部署描述符更为便利。XDoclet 是一个代码生成实用程序

    XDoclet 使自动生成部署描述符更为便利。XDoclet 是一个代码生成实用程序,它允许您使用象 JavaDoc 标记之类的东西来向诸如类、方法和字段之类的语言特征添加元数据。随后,它利用这些额外的元数据来生成诸如部署描述符和源代码之类的相关文件。

    标签: XDoclet 自动生成 描述符 代码生成

    上传时间: 2015-12-07

    上传用户:l254587896

  • The Funambol J2ME Mail Client aims to be a light, easy to use, free email client for J2ME devices.

    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-04

    上传用户:gououo

  • 一个收集所有最基本功能的函数库;所有的函数都是尽量短小和简单 使用 doxygen 生成文档 所有代码以在 Linux 系统上可以编译并运行为准;每当在 lib 目录里增加了一个功能函数

    一个收集所有最基本功能的函数库;所有的函数都是尽量短小和简单 使用 doxygen 生成文档 所有代码以在 Linux 系统上可以编译并运行为准;每当在 lib 目录里增加了一个功能函数,必须在 test 目录里编写一个针对此功能函数的测试程序,使其可以在 Linux 系统上正常编译并正确运行;每个增加的外部功能函数,必须在源代码前写有注释,注释格式为符合 doxygen 要求的 JavaDoc 格式。 所有代码内部调用的 C 库和系统函数要求完全符合 ANSI C 标准和 POSIX 标准。

    标签: doxygen Linux lib 函数

    上传时间: 2016-07-06

    上传用户:zhuoying119

  • This the first release (version 0.0) of the Peersim high level P2P network simulator. This archi

    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

    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