• 大小: 1.44MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-08-14
  • 语言: Java
  • 标签: java  

资源简介

JAVA+SQL离散数学题库管理系统(源代码+论文+外文翻译

资源截图

代码片段和文件信息

/*
 * Copyright (c) 1999 Dan Adler 315 E72 St. NY NY 10021 USA.
 * mailto:danadler@rcn.com. All rights reserved.
 *
 * Redistribution and use in source and binary forms with or without
 * modification are permitted provided that the following conditions
 * are met:
 * 1. Redistributions of source code must retain the above copyright
 *    notice this list of conditions and the following disclaimer.
 * 2. Redistributions in binary form must reproduce the above copyright
 *    notice this list of conditions and the following disclaimer in 
 *    the documentation and/or other materials provided with the
 *    distribution.
 * 3. Redistributions in any form must be accompanied by information on
 *    how to obtain complete source code for the JACOB software.
 *
 * Redistribution of the JACOB software is not permitted as part of any
 * commercial product that is targeted primarily at Java developers.
 * Such products include but are not limited to: Java virtual machines
 * integrated development environments code libraries and application
 * server products. Licensing terms for such distribution may be
 * obtained from the copyright holder.
 *
 * THIS SOFTWARE IS PROVIDED ‘‘AS IS‘‘ AND ANY EXPRESS OR IMPLIED 
 * WARRANTIES INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES
 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 * ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE
 * FOR ANY DIRECT INDIRECT INCIDENTAL SPECIAL EXEMPLARY 
 * OR CONSEQUENTIAL DAMAGES (INCLUDING BUT NOT LIMITED TO PROCUREMENT
 * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE DATA OR PROFITS; 
 * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
 * LIABILITY WHETHER IN CONTRACT STRICT LIABILITY OR TORT 
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
 * USE OF THIS SOFTWARE EVEN IF ADVISED OF THE POSSIBILITY OF
 * SUCH DAMAGE.
 */
package com.jacob.activeX;

import com.jacob.com.*;

/**
 * This class simulates com.ms.activeX.ActiveXComponent only as
 * it used for creating Dispatch objects
 */
public class ActiveXComponent extends Dispatch
{
  public ActiveXComponent(String progid)
  {
    super(progid);
  }

  public object getobject()
  {
    return this;
  }

  public Variant invoke(String name Variant[] args)
  {
    return Dispatch.callN(this name args);
  }

  public Variant getProperty(String name)
  {
    return Dispatch.get(this name);
  }

  public void setProperty(String name Variant arg)
  {
    Dispatch.put(this name arg);
  }

  protected void finalize()
  {
    super.finalize();
  }

  static {
    System.loadLibrary(“jacob“);
  }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        648  2013-12-20 10:01  JAVA+SQL离散数学题库管理系统(源代码+论文+外文翻译)\论文程序\bs.doc.txt

    ..A.SH.         9  2013-12-20 16:01  JAVA+SQL离散数学题库管理系统(源代码+论文+外文翻译)\论文程序\_desktop.ini

     文件      94720  2013-12-20 10:01  JAVA+SQL离散数学题库管理系统(源代码+论文+外文翻译)\论文程序\外文翻译.doc

     文件      10752  2013-12-20 10:01  JAVA+SQL离散数学题库管理系统(源代码+论文+外文翻译)\论文程序\程序\程序部分\abc.doc

     文件        502  2013-12-20 13:01  JAVA+SQL离散数学题库管理系统(源代码+论文+外文翻译)\论文程序\程序\程序部分\classes\app\Constants.class

     文件       4383  2013-12-20 11:01  JAVA+SQL离散数学题库管理系统(源代码+论文+外文翻译)\论文程序\程序\程序部分\classes\app\DBAccess.class

     文件       1275  2013-12-20 18:01  JAVA+SQL离散数学题库管理系统(源代码+论文+外文翻译)\论文程序\程序\程序部分\classes\app\ExamApp.class

     文件       1952  2013-12-20 18:01  JAVA+SQL离散数学题库管理系统(源代码+论文+外文翻译)\论文程序\程序\程序部分\classes\app\FileFilter.class

     文件       4461  2013-12-20 10:01  JAVA+SQL离散数学题库管理系统(源代码+论文+外文翻译)\论文程序\程序\程序部分\classes\app\MsWordHandler.class

     文件       3115  2013-12-20 16:01  JAVA+SQL离散数学题库管理系统(源代码+论文+外文翻译)\论文程序\程序\程序部分\classes\app\TestLibraryHandler.class

     文件        845  2013-12-20 11:01  JAVA+SQL离散数学题库管理系统(源代码+论文+外文翻译)\论文程序\程序\程序部分\classes\app\TestPaper.class

     文件       4841  2013-12-20 17:01  JAVA+SQL离散数学题库管理系统(源代码+论文+外文翻译)\论文程序\程序\程序部分\classes\app\TestPaperHandler.class

    ..A.SH.         9  2013-12-20 09:01  JAVA+SQL离散数学题库管理系统(源代码+论文+外文翻译)\论文程序\程序\程序部分\classes\app\_desktop.ini

     文件      13358  2013-12-20 16:01  JAVA+SQL离散数学题库管理系统(源代码+论文+外文翻译)\论文程序\程序\程序部分\classes\package cache\app.dep2

     文件       7798  2013-12-20 17:01  JAVA+SQL离散数学题库管理系统(源代码+论文+外文翻译)\论文程序\程序\程序部分\classes\package cache\study.dep2

     文件       1006  2013-12-20 15:01  JAVA+SQL离散数学题库管理系统(源代码+论文+外文翻译)\论文程序\程序\程序部分\classes\package cache\tool.dep2

     文件      81872  2013-12-20 13:01  JAVA+SQL离散数学题库管理系统(源代码+论文+外文翻译)\论文程序\程序\程序部分\classes\package cache\ui.dep2

    ..A.SH.         9  2013-12-20 15:01  JAVA+SQL离散数学题库管理系统(源代码+论文+外文翻译)\论文程序\程序\程序部分\classes\package cache\_desktop.ini

     文件       5539  2013-12-20 16:01  JAVA+SQL离散数学题库管理系统(源代码+论文+外文翻译)\论文程序\程序\程序部分\classes\study\frame1.class

     文件        647  2013-12-20 15:01  JAVA+SQL离散数学题库管理系统(源代码+论文+外文翻译)\论文程序\程序\程序部分\classes\study\frame1_jButton1_actionAdapter.class

     文件        672  2013-12-20 13:01  JAVA+SQL离散数学题库管理系统(源代码+论文+外文翻译)\论文程序\程序\程序部分\classes\study\StudyVerifier$1.class

     文件        816  2013-12-20 09:01  JAVA+SQL离散数学题库管理系统(源代码+论文+外文翻译)\论文程序\程序\程序部分\classes\study\StudyVerifier$PassVerifier.class

     文件       1286  2013-12-20 14:01  JAVA+SQL离散数学题库管理系统(源代码+论文+外文翻译)\论文程序\程序\程序部分\classes\study\StudyVerifier.class

     文件        847  2013-12-20 18:01  JAVA+SQL离散数学题库管理系统(源代码+论文+外文翻译)\论文程序\程序\程序部分\classes\study\TestAssert.class

    ..A.SH.         9  2013-12-20 18:01  JAVA+SQL离散数学题库管理系统(源代码+论文+外文翻译)\论文程序\程序\程序部分\classes\study\_desktop.ini

     文件       2467  2013-12-20 19:01  JAVA+SQL离散数学题库管理系统(源代码+论文+外文翻译)\论文程序\程序\程序部分\classes\tool\InsertTestData.class

    ..A.SH.         9  2013-12-20 18:01  JAVA+SQL离散数学题库管理系统(源代码+论文+外文翻译)\论文程序\程序\程序部分\classes\tool\_desktop.ini

     文件        329  2013-12-20 18:01  JAVA+SQL离散数学题库管理系统(源代码+论文+外文翻译)\论文程序\程序\程序部分\classes\ui\about.png

     文件      13572  2013-12-20 18:01  JAVA+SQL离散数学题库管理系统(源代码+论文+外文翻译)\论文程序\程序\程序部分\classes\ui\AddTestDialog.class

     文件        683  2013-12-20 12:01  JAVA+SQL离散数学题库管理系统(源代码+论文+外文翻译)\论文程序\程序\程序部分\classes\ui\AddTestDialog_addjButton2_actionAdapter.class

............此处省略142个文件信息

评论

共有 条评论