登录
首页 » 数据结构 » 一个可以读取Access数据库表的简单实例.可应用于办公室系统中....

一个可以读取Access数据库表的简单实例.可应用于办公室系统中....

于 2022-06-30 发布 文件大小:821.65 kB
0 186
下载积分: 2 下载次数: 2

代码说明:

一个可以读取Access数据库表的简单实例.可应用于办公室系统中.-can read an Access database tables a simple example. Can be applied to the Office of the system.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 关于:
    About: hamsterdb is a database engine written in ANSI C. It supports a B+Tree index structure, uses memory mapped I/O (if available), supports cursors, and can create in-memory databases. Release focus: Major feature enhancements Changes: This release comes with many changes and new features. It can manage multiple databases in one file. A new flag (HAM_LOCK_EXCLUSIVE) places an exclusive lock on the file. hamsterdb was ported to Windows CE, and the Solution file for Visual Studio 2005 now supports builds for x64. Several minor bugs were fixed, performance was improved, and small API changes occurred. Pre-built libraries for Windows (32-bit and 64-bit) are available for download. Author: cruppstahl
    2023-08-10 06:40:03下载
    积分:1
  • 此程序为求两个的约,将他们输出,将这两个的最大公约输出...
    此程序为求两个数的约数,将他们输出,将这两个数的最大公约数输出 -procedure for the sake of a few two about a few of their exports, the number of these two majors output
    2022-01-22 08:30:59下载
    积分:1
  • 常用的C++算法,包括队列、堆栈、链表...等.以模板类型式实现...
    常用的C++数据结构算法,包括队列、堆栈、链表...等.以模板类型式实现-C common data structure algorithms, including queue, stack, etc. List .... To achieve template-type
    2022-02-06 04:20:33下载
    积分:1
  • 代码注重B树插入、删除的算法逻辑,适用于 学习者研究B树实现的核心思想。代码中无庞杂的无关操作...
    代码注重B树插入、删除的算法逻辑,适用于 学习者研究B树实现的核心思想。代码中无庞杂的无关操作-focus on B-tree code insertion, deletion algorithm logic applies to B-tree research learners to achieve the core idea. The code has nothing to do with the complex operation
    2022-06-02 08:09:41下载
    积分:1
  • Java的小应用程序对于组的冒泡排序
    Java数据结构的小应用程序对于数组的冒泡排序-data structure of the Java applications for small array of Bubble Sort
    2023-06-21 18:35:03下载
    积分:1
  • dbf操作软件
    利用C#语言操作dbf数据库,改程序采用VFPODBC类库,利用类库提供的接口对dbf数据库进行读写删改等操作。比较少见哦,当前的数据库操作主要针对sql server、oracle等主流数据库,对dbf数据库非常少见,但是在shapefile等文件操作时非常有用。
    2022-03-23 14:54:42下载
    积分:1
  • 基于 vb 的图书馆管理
    越来越多的书会导致非托管库。这里是一个简单的桌面项目,可以帮助任何研究所管理其图书馆。
    2022-02-27 02:08:30下载
    积分:1
  • 清华大学类实现的乙
    清华大学数据结构课上实现的B+树,设计一个4阶B+树,包括: (1) 叶子的每个记录应该包括4字节(long)关键码值和60字节的数据字段(存储文件名等,可以自定),设每个叶子可以存储5条记录,而内部节点应该是关键码值/指针对。此外,每个节点还应该有指向同层下一个节点的指针、本节点存储的关键码数等; (2) 此4阶B+树应该支持插入、删除以及根据给定关键码值进行精确检索与关键码范围检索; (3) 显示(打印)此4阶B+树的生长(含删除节点)过程实例;-Tsinghua University class data structure to achieve the B-tree, the design of a B-tree four bands, including : (a) the leaves of each record should include 4-byte (long) key code value and 60 gigabytes of data fields (document storage, etc., can be set), set up each leaf store five records, and internal nodes is the key code value/means against. In addition, each node should have the same point under a layer of the target node, the node storage key code number; (2) The B-tree four bands should support the insertion, deletion and with the given key code value accurate retrieval and key codes scope retrieval; (3) Display (Print ) This four bands B-tree growth (including the deletion of nodes) process examples;
    2022-01-21 19:44:41下载
    积分:1
  • [文件说明] cbook.cgi  主文件 (755) edit.cgi  子程序 (755) admin.cgi  设置面板 (755) setup.cgi ...
    [文件说明] cbook.cgi  主文件 (755) edit.cgi  子程序 (755) admin.cgi  设置面板 (755) setup.cgi  配置文件(666) faces.cgi  肖像  (755) faces.txt  肖像存放格式 num.txt   留言个数 data.cgi  数据存放文件 (666) image    图片目录 [安装指南] 1.将*.cgi文件和setup.file上传到cgi目录中  image上传到非cgi目录(除非你的cgi目录支持图片浏览) 2.其他设置都在运行admin.cgi后设置。 3.admin.cgi设置好后,手动输入cbook.cgi进入留言界面.    用户名:chaste  密码: chaste-[documented] cbook.cgi main document (755) edit.cgi subroutine (755) admin.cgi pane (755) setup.cgi configuration files (666) faces.cgi Portrait (755) faces.txt portrait storage format num . txt messages Number data.cgi data repository (666) image catalog [Installation] 1. will*. cgi files and upload to setup.file cgi directory image uploaded to the non- cgi directory (unless you support the cgi directory Photo View) 2.admin.cgi 3.admin.cgi place, cbook.cgi manually input into the message interface. Username : chaste Password : chaste
    2022-05-24 06:29:17下载
    积分:1
  • 课本的算法,自己独立编写,配套教材严蔚敏,清华大学出版社。声明:未经本人许可,禁止用于商业和不法用途。本作者对本代码保留所有权利。...
    数据结构课本的算法,自己独立编写,配套教材严蔚敏,清华大学出版社。声明:未经本人许可,禁止用于商业和不法用途。本作者对本代码保留所有权利。-Data structures textbook algorithms, their own independent writing, supplementary materials, Yan Wei-Min, Tsinghua University Press. Statement: without my permission is prohibited for commercial and illicit purposes. The author of this code All Rights Reserved.
    2022-02-21 02:11:45下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载