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

open-dbexpress

  • 在线考试系统》。本系统适用于选择题(单选和多选)的练习和考试

    在线考试系统》。本系统适用于选择题(单选和多选)的练习和考试,系统自带 的题库是上海市高中一年级《信息科技》(使用华师大教材)的练习与训练的试题。   本系统主要有七大模块:学习信息、经验交流、学生练习、学生考试、试卷管理、题库操作、身份 资料、成绩查询、系统帮助。超级管理员还可进行系统设置。   本系统主要适用于学生总复习时的练习及测验。   一、使用环境   本系统主要在服务端运行。由于受环境所限,本系统只在下列环境中测试过:服务器端Windows 2000  ASP,客户端Windows 98/IE6.0。 系统的安全性:   系统数据放在date文件夹的datebase.mdb中。为增加系统的安全性可把此文件名改名如: adfadf.asp,然后修改open.asp文件第三行中的date\datebase.mdb部分,修改成你的数据库地址和 文件名,如:date\adfadf.asp。 最好把数据库放在另外的文件夹中(此文件夹最好是不在WEB服务范围内),然后修改open.asp 文件,在第三行前加个英文的单引号 ,让第三行失效,并把第四行前的单引号删除,让第四行起作用, 并修改其中的内容,修改成存放你的数据库地址,从根目录开始。如:“e:\testdata\adfadf.asp”。

    标签:

    上传时间: 2015-04-29

    上传用户:zhangjinzj

  • 这是一个比较完整的java语言编写的文件系统程序

    这是一个比较完整的java语言编写的文件系统程序,有8个基本功能,要求设计一个N个用户的文件系统,每次用户可以保存M个文件,用户在一次运行中只能打开一个文件,对文件必须设置保护措施。且至少有Create,Delete,Open,Read,Write等命令。

    标签: java 比较 文件系统 语言

    上传时间: 2015-05-01

    上传用户:恋天使569

  • JabberX 是一个基于unix平台的jabber客户端 JabberX is a unix console Jabber client. Jabber is a cross-platform,

    JabberX 是一个基于unix平台的jabber客户端 JabberX is a unix console Jabber client. Jabber is a cross-platform, open source, XML-based, distributed instant messaging system. Requirements: ------------- Iksemel library (from http://jabber-x.sourceforge.net) NCurses or S-Lang package. Autoconf and Automake packages are required for compiling from cvs. Perl is required for building perl scripting support.

    标签: JabberX Jabber unix cross-platform

    上传时间: 2013-12-18

    上传用户:wfeel

  • This zip file shows the use ROM Services in order to speed up an application and reduce its code siz

    This zip file shows the use ROM Services in order to speed up an application and reduce its code size. It shows how to open services such as ROM Entry, Xmodem and DataFlash and how to simply use their methods. Includes main.html file for help.

    标签: application Services reduce shows

    上传时间: 2014-11-02

    上传用户:66666

  • Linux系统中

    Linux系统中,设备驱动程序是操作系统内核的重要组成部分,在 与硬件设备之间 建立了标准的抽象接口。通过这个接口,用户可以像处理普通文件一样,对硬件设 备进行打开(open)、关闭(close)、读写(read/write)等操作。通过分析和设计设 备驱动程序,可以深入理解Linux系统和进行系统开发

    标签: Linux

    上传时间: 2015-06-13

    上传用户:litianchu

  • 本源代码所设计的文件系统

    本源代码所设计的文件系统,具有建立文件(create)、打开文件(open)、读文件(read)、写文件(write)、关闭文件(close)、撤销文件(delete)等功能。在模拟程序中可从键盘上输入文件操作命令来模拟各用户程序中所调用的各种文件操作,用一个结束命令(end)停止程序的执行。

    标签: 源代码 文件系统

    上传时间: 2013-12-13

    上传用户:希酱大魔王

  • //在tc3.0++在运行 //a数组用于随机产生1-6数表示每个方格后面的图形.用inita()函数来实现 //c数组用于记录方格的状态,用字符L(lock)表示没有打开的方格 //D(d

    //在tc3.0++在运行 //a数组用于随机产生1-6数表示每个方格后面的图形.用inita()函数来实现 //c数组用于记录方格的状态,用字符L(lock)表示没有打开的方格 //D(delete)表示已消去的方格.O(open)表示打开的方格. //变量m表示按回车键的有效次数.也是记忆力参数,越小记忆力越好 //变量xpos,ypos用于表示当前光标所在的位置 //(x1,y1),(x2,y2)用于记录打开的两个方格的位置 //judge()函数用于控制光标范围,使其不能移出长方形 //win()函数用于判断游戏是否过关,通过判断每个方格是否全是 D 状态 //xago,yago 用于记录移动前的位置 //ax,ay表示行列式的行与列,用它们来控制游戏的关数,ax位于3-6之间,ay位于4-7之间 //z来控制方格后的图形 //第一关后面的图形用1-6代表的图形.第二关后面的图形用0-9十个数。第三关后面的图形用A-O十五个字母, //第四关后面的图形用A-T二十一个字母

    标签: inita lock 3.0 数组

    上传时间: 2015-06-19

    上传用户:hgy9473

  • The J2000 codec was written in an effort to produce the cleanest and simplest implementation possibl

    The J2000 codec was written in an effort to produce the cleanest and simplest implementation possible of the JPEG-2000 standard. We have put a particular emphasis on good architecture design and code simplicity, while at the same time providing an implementation as complete and efficient as possible. The source code for the codec is freely available for anyone to study or even for use in commercial programs. We hope that our open development process and our focus on clean, straightforward code will help make the J2000 codec become a reference implementation of the JPEG-2000 standard

    标签: implementation cleanest simplest produce

    上传时间: 2015-07-03

    上传用户:dengzb84

  • 用win32汇编编写的类木马的东西

    用win32汇编编写的类木马的东西,运行后在机子上打开23端口,用telnet登陆,可以运行下列命令: open filename - open the file or program msg message - place message plainly over screen box message - show within a messagebox cdopen - to open CDROM drive door cdclose - to close CDROM drive door bye - terminate connection, handles one user at a time kill - terminate sparczerver

    标签: win 32 汇编 木马

    上传时间: 2013-12-12

    上传用户:wcl168881111111

  • db.* (pronounced dee-be star) is an advanced, high performance, small footprint embedded database fo

    db.* (pronounced dee-be star) is an advanced, high performance, small footprint embedded database for open source operating systems.

    标签: performance pronounced footprint advanced

    上传时间: 2015-07-16

    上传用户:linlin