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

CLASSES

  • This code sample shows how to write a simple Javadoc 1.2 Doclet. Used with Javadoc, it can generate

    This code sample shows how to write a simple Javadoc 1.2 Doclet. Used with Javadoc, it can generate a Unix-style inverted index for a set of Java CLASSES, with links to real Java API documentation. Includes directions and source code. This doclet requires JDK 1.2.1 or later, it will not work with JDK 1.1

    标签: Javadoc generate Doclet sample

    上传时间: 2015-11-16

    上传用户:希酱大魔王

  • The source code for this package is located in src/gov/nist/sip/proxy. The proxy is a pure JAIN-SIP

    The source code for this package is located in src/gov/nist/sip/proxy. The proxy is a pure JAIN-SIP application: it does not need proprietary nist-sip CLASSES in addition of those defined in JAIN-SIP 1.1, you can substitute the NIST-SIP stack by another JAIN-SIP-1.1 compliant stack and it should interoperate. he proxy can act as presence server and be able to process NOTIFY and SUBSCRIBE requests. If this parameter is disabled, the proxy will simply forward those kind of requests following the appropriate routing decision.

    标签: proxy The JAIN-SIP package

    上传时间: 2015-11-30

    上传用户:ippler8

  • he source code for this package is located in src/ directory. The JAIN-SIP-SERVICES is a JAIN-SIP a

    he source code for this package is located in src/ directory. The JAIN-SIP-SERVICES is a JAIN-SIP application: it does not need proprietary nist-sip CLASSES in addition of those defined in JAIN-SIP 1.1, you can substitute the NIST-SIP stack by another JAIN-SIP-1.1 compliant stack and it should interoperate.

    标签: JAIN-SIP-SERVICES directory JAIN-SIP package

    上传时间: 2013-12-30

    上传用户:caiiicc

  • Software Engineering and Computer Games By Rudy Rucker Software Engineering and Computer Games w

    Software Engineering and Computer Games By Rudy Rucker Software Engineering and Computer Games was written with four broad goals: To teach a lively style of object-oriented software engineering. To show how to bring a complete program to the level of a commercial release. To provide a "game engine" framework of linked CLASSES for game development. To help students create computer games that are interactive, rapidly executing, and visually beautiful.

    标签: Engineering Software Computer Games

    上传时间: 2015-12-02

    上传用户:cc1

  • The application wizard has created this UCMSGIP application for you. This application not only dem

    The application wizard has created this UCMSGIP application for you. This application not only demonstrates the basics of using the Microsoft Foundation CLASSES but is also a starting point for writing your application.

    标签: application UCMSGIP created wizard

    上传时间: 2015-12-08

    上传用户:小草123

  • Universal Serial Bus (USB) is a communications architecture that gives a personal computer (PC) th

    Universal Serial Bus (USB) is a communications architecture that gives a personal computer (PC) the ability to interconnect a variety of devices using a simple four- wire cable. The USB is actually a two-wire serial communication link that runs at either 1.5 or 12 megabits per second (mbs). USB protocols can configure devices at startup or when they are plugged in at run time. These devices are broken into various device CLASSES. Each device class defines the common behavior and protocols for devices that serve similar functions. Some examples of USB device CLASSES are shown in the following table

    标签: communications architecture Universal computer

    上传时间: 2015-12-08

    上传用户:stvnash

  • kanglog博客程序,使用前,请先打开db.java修改其中的数据库信息

    kanglog博客程序,使用前,请先打开db.java修改其中的数据库信息,然后用你的jdk编译后放入WEB-INF\CLASSES\dbpac\下。将所有文件上传到服务器,然后运行install.html建立数据库。安装完毕后,请手动删除install.html和install.jsp

    标签: kanglog java db 博客

    上传时间: 2015-12-13

    上传用户:佳期如梦

  • UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, wh

    UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, which is a reasonably faithful subset. This documentation describes those UnderC functions and CLASSES which are not part of the C++ standard. UC Library Builtin functions: Most of these are standard C functions, but there are a few unique to the UnderC system which give you runtime access to the compiler. You may evaluate expressions, execute commands, compile code, etc. * Expands the text in expr using the UnderC preprocessor, putting the result into buff. void uc_macro_subst(const char* expr, char* buff, int buffsize) * Executes a UC #-command, like #l or #help. uc_cmd() expects the name of the command, _without_ the hash, e.g. uc_cmd("l fred.cpp") or uc_cmd("help"). void uc_cmd(const char* cmd) * Evaluates any C++ expression or statement will return non-zero if unsuccessful.

    标签: implementation Extensions libraries standard

    上传时间: 2013-12-14

    上传用户:leehom61

  • Base64算法

    Base64算法,This application not only demonstrates the basics of using the Microsoft Foundation CLASSES but is also a starting point for writing your application

    标签: Base 64 算法

    上传时间: 2015-12-22

    上传用户:wangyi39

  • tsp遗传算法源代码

    tsp遗传算法源代码,nit fEA_TSP interface uses Windows, Messages, SysUtils, CLASSES, Graphics, Controls, Forms, Dialogs, ExtCtrls, StdCtrls, Spin, ComCtrls, uIEA, uITSP, uUtilsEA, uDisplayTSP type TFormGA = class(TForm) PanelFit: TPanel Panel2: TPanel Panel3: TPanel PanelDisp: TPanel Panel5: TPanel Panel6: TPanel Label2: TLabel EditNoCities: TSpinEdit EditPopulationSize: TSpinEdit EditKill: TSpinEdit EditInversion: TSpinEdit EditTransposition: TSpinEdit EditGens: TSpinEdit ButtonRun: TButton ButtonStep: TButton ButtonCreateCities: TButton ButtonCreatePop: TButton

    标签: tsp 算法 源代码

    上传时间: 2015-12-28

    上传用户:bjgaofei