资源简介
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源码,servlet+jsp),适
- java串口通信全套完整代码-导入eclip
- jsonarray所必需的6个jar包.rar
- 三角网构TIN生成算法,Java语言实现
- java代码编写将excel数据导入到mysql数据
- Java写的cmm词法分析器源代码及javacc学
- JAVA JSP公司财务管理系统 源代码 论文
- JSP+MYSQL旅行社管理信息系统
- 推荐算法的JAVA实现
- 基于Java的酒店管理系统源码(毕业设
- java-图片识别 图片比较
- android毕业设计
- java23种设计模式+23个实例demo
- java Socket发送/接受报文
- JAVA828436
- java界面美化 提供多套皮肤直接使用
- 在线聊天系统(java代码)
- 基于Java的图书管理系统807185
- java中实现将页面数据导入Excel中
- java 企业销售管理系统
- java做的聊天系统(包括正规课程设计
- Java编写的qq聊天室
- 商店商品管理系统 JAVA写的 有界面
- JAVA开发聊天室程序
- 在linux系统下用java执行系统命令实例
- java期末考试试题两套(答案) 选择(
- JAVA3D编程示例(建模、交互)
- Java 文件加密传输
- java做的房产管理系统
- 基于jsp的bbs论坛 非常详细
评论
共有 条评论