资源简介
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\fr
文件 647 2013-12-20 15:01 JAVA+SQL离散数学题库管理系统(源代码+论文+外文翻译)\论文程序\程序\程序部分\classes\study\fr
文件 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个文件信息
相关资源
- 基于JAVA CS远程监控系统软件的实现(
- 基于JAVA的网络通讯系统设计与实现论
- JAVA3D的网络三维技术的设计与实现(
- Java电子商务系统
- 农行web端网银支付java接口文件及dem
- java学生信息管理系统学生信息管理系
- jboss-javassist-javassist-rel_3_23_0_ga-2-gf85
- 大学生竞赛管理系统.zip
- java简单实现用户登录功能
- 打字练习软件JAVA实现金山打字通,内
- javaee.zip
- java期末大作业orcal+javaSE源码
- 心理测评系统jsp+mysql有论文的
- 酒店预订管理系统 java jsp
- Aspose.Cell for Java 8.3.1 完整破解版本
- java实现web的打印
- java程序设计课件 郑莉
- 基于JAVAWEB的图书借阅系统
- 基于javaee网络云盘管理系统
- java网上购物系统
- java 里 自动生成 dao 工具的代码
- 基于JAVA EE的工单管理系统
- java生成二维码+jar包
- 一个纯java swing实现的UI.本人一点一点
- 基于java web的在线考试系统
- 仓库管理系统带代码
- 蓝桥杯java真题及答案(100+带答案)
- java实战--汽车商城管理
- 最新Myeclipse2017 CI 10及CI 9两个版本带官
- JavaWeb教务管理系统
评论
共有 条评论