登录
首页 » 数据结构 » 很不错的Access数据库结构打印工具,方便您在编程时助记数据库字段,可以输出到打印机,保存为HTML文件。能很清楚的列出数据库的所有表的字段信息、索引信息等。...

很不错的Access数据库结构打印工具,方便您在编程时助记数据库字段,可以输出到打印机,保存为HTML文件。能很清楚的列出数据库的所有表的字段信息、索引信息等。...

于 2022-03-20 发布 文件大小:7.97 kB
0 76
下载积分: 2 下载次数: 1

代码说明:

很不错的Access数据库结构打印工具,方便您在编程时助记数据库字段,可以输出到打印机,保存为HTML文件。能很清楚的列出数据库的所有表的字段信息、索引信息等。 -quite the Access database structure Print tool to facilitate the programming your reporter database fields, can be output to the printer, the depositary for the HTML document. Can be clearly set out all the tables in the database in the field of information, indexing information.

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

发表评论

0 个回复

  • (1)输入E条弧<j,k>,建立AOE
    (1)输入E条弧,建立AOE-网的存储结构 (2)从源点v出发,令ve[0]=0,按拓扑排序求其余各项顶点的最早发生时间ve[i](1=2). (4)根据各顶点的ve和vl值,求每条弧s的最早发生时间e(s)和最迟开始时间l(s).若某条弧满足条件e(s)=l(s),则为关键活动.-(1) E importation of Arc lt; J, kgt; Establish AOE- network storage structure (2) v starting point source, ve [0] = 0, by topological sorting point for the rest of the earliest timing ve [i] (1LT ; = ilt; = n-1). if the Topography vertex orderly sequence number is less than net n vertices, a statement that net presence in Central, not for Critical Path, algorithm implementation steps to terminate or (3) (3) from the Department of v starting point, Vl [n-1] = ve [n-1], by the inverse order for the remaining topology of the latest occurrence of peak time Vl [i] (n-inversion; = IGT; = 2). (4) According to the apex of ve and Vl value for each s arc of the earliest timing e (s) and the latest starting time
    2022-03-20 01:39:05下载
    积分:1
  • 实例有关说明: 源:本实例使用的源在本章实例MyOdbcSmpl目录中,源为ACCESS源, 文件为Mydb.mdb。请根本章2.4.1...
    实例有关说明: 数据源:本实例使用的数据源在本章实例MyOdbcSmpl目录中,数据源为ACCESS数据源,数 据文件为Mydb.mdb。请根据本章2.4.1创建ODBC数据源中所指示的ODBC数据源管 理器(ODBC32.exe)来创建和配置数据源MyDB(也可以命名为其他名称)。 执行结果:本章实例的执行结果MyOdbcSmpl目录中的可执行文件MyOdbcSmpl.exe。在数据 源中选择刚配置的MyDB,在数据表或视图中选择要查询的表或视图,选择查询的 列,如果有查询条件,请在查询条件中输入,最后确定是否输出显示查询结果, 缺省为显示,单击“执行”按钮,执行查询并显示查询结果,在SQL语句框中显 示执行的查询。-Note : Data Source : The data used by the examples in this chapter source directory MyOdbcSmpl example, ACCESS data source for data sources, data files for Mydb.mdb. Requests under this chapter 2.4.1 create ODBC data source as directed by the ODBC Data Source Manager (ODBC32.exe) to create and configure data sources MyDB (also named other names). Outcome : examples of this chapter MyOdbcSmpl results of the implementation of the directory MyOdbcSmpl.exe executable files. The data sources to choose just the MyDB configuration, the data in Table View or choose to check the table or view, the choice for the series, if there are inquiries conditions, the conditions for the imp
    2022-11-01 23:00:03下载
    积分:1
  • unix上的ODBC实现
    unix上的ODBC实现-unix on ODBC to achieve
    2022-09-25 10:00:03下载
    积分:1
  • 贪心算法,来求解最小生成树; 这种情况,可能求不不全局最优解,但是,可以求出当前情况下的最优解;...
    根据贪心算法,来求解最小生成树; 这种情况,可能求不不全局最优解,但是,可以求出当前情况下的最优解;-According to greedy algorithm to solve the minimum spanning tree this situation, it may not seek the global optimal solution is not, however, you can find the optimal solution under the current situation
    2023-05-29 18:05:03下载
    积分:1
  • 学籍管理系统源程序
    学籍管理系统源程序-expulsion source management system
    2022-08-19 17:56:51下载
    积分:1
  • 学习课程中的查找问题,代码简单易懂
    数据结构学习课程中的查找问题,代码简单易懂-Data structure learning courses in search problems, easy-to-read code
    2022-06-30 11:50:16下载
    积分:1
  • 车厢调度
    车厢调度----数据结构课程设计。利用的栈的结构进行设计,主要包括栈的基本操作,及进行调度的算法。-Scheduling data structure inside the curriculum design. Use the structure of the stack design, including the basic operation of the stack, and scheduling algorithms.
    2022-08-15 13:11:06下载
    积分:1
  • carefully collected on the graph algorithm commonly used in a set of source code...
    这是本人精心搜集的关于常用图论算法的一套源码,代码内附注释,可供需要的朋友作为参考-carefully collected on the graph algorithm commonly used in a set of source code, code contains Notes the need for a friend as a reference
    2022-02-20 07:55:36下载
    积分:1
  • 编程实现出圈问题。是上《》时候的一次实习的成果。...
    编程实现出圈问题。是上《数据结构》时候的一次实习的成果。-Programming problem to achieve a circle. It s a program produced during learning data structure
    2022-03-11 09:00:17下载
    积分:1
  • 这是一些c语言的常用算法,它可以帮助那些初学c语言的人了解c语言的算法的写法和怎么用的啊...
    这是一些c语言的常用算法,它可以帮助那些初学c语言的人了解c语言的算法的写法和怎么用的啊-c language commonly used algorithm, it can help those learning the language c c language people understand the wording of the algorithm and how the ah! !
    2022-08-22 05:15:19下载
    积分:1
  • 696518资源总数
  • 104228会员总数
  • 45今日下载