登录
首页 » 数据结构 » 程序1,2,3分别实现了vc++对access,BDE,DSN的访问;程序4串行化对象到数据字段,程序5从ODBC 动态读取数据,程序6 DAO组合框,程序7...

程序1,2,3分别实现了vc++对access,BDE,DSN的访问;程序4串行化对象到数据字段,程序5从ODBC 动态读取数据,程序6 DAO组合框,程序7...

于 2022-07-22 发布 文件大小:1.05 MB
0 68
下载积分: 2 下载次数: 1

代码说明:

程序1,2,3分别实现了vc++对access,BDE,DSN的访问;程序4串行化对象到数据字段,程序5从ODBC 动态读取数据,程序6 DAO组合框,程序7 ODBC的日期和时间 程序8 9,交互式的SQL工具;程序10在DLL中使用DAO-procedures were achieved vc right access, BDE, DSN visits; 4 Serial procedures objects to the data fields, procedures five dynamic read from ODBC data, procedures DAO portfolio Box 6, 7 ODBC procedures of the time and date 8 9 procedures, interactive SQL tools; 10 procedures in the use of DLL DAO

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

发表评论

0 个回复

  • VC++语言实现与库连接的源代码,效果不错的
    VC++语言实现与数据库连接的源代码,效果不错的-VC++ Language database connection with the source code, the effect of good
    2022-10-02 21:05:03下载
    积分:1
  • 设计一个实用的小型商店销售管理系统 二.功能: 1. 登记收入支出 2. 统计每日或每周的销售情况,按规定格式打印销售报表 3. 允许多种方式查询货物情况 4....
    设计一个实用的小型商店销售管理系统 二.功能: 1. 登记收入支出 2. 统计每日或每周的销售情况,按规定格式打印销售报表 3. 允许多种方式查询货物情况 4. 按货物销售情况提前发出预报-practical design a small shop sales management system 2. Functions : 1. Revenue expenditure registered two. Statistics daily or weekly sales, as required format Print sales statements 3. For a variety of ways to allow cargo 4. Sales of goods by the early forecast issued
    2022-03-30 23:44:06下载
    积分:1
  • 线性代中的矩阵求逆的问题,使用此算法可以简化矩阵的操作。...
    线性代数中的矩阵求逆的问题,使用此算法可以简化矩阵的操作。-linear algebra of matrix inversion, the use of this algorithm can be simplified matrix operation.
    2022-03-11 00:15:52下载
    积分:1
  • Infix to Postfix Conversion
    这是将中缀表达式转换为后缀表达式的代码。中缀到后缀转换使用堆栈。各种使用的函数包括基本堆栈操作,如overflow()、int underflow()、void push()、int pop()、int peep()、void display()等。
    2022-03-19 10:57:53下载
    积分:1
  • 编写好的VC为基础的二进制,八进制,十进制,十六进制的值转换器,功能类似于windows的计算器中的转换功能...
    编写好的VC为基础的二进制,八进制,十进制,十六进制的数值转换器,功能类似于windows的计算器中的转换功能-VC good preparation for the foundation of binary, octal, decimal, hexadecimal numerical converter, similar to the function of the windows of conversion calculator functions
    2022-04-24 14:12:44下载
    积分:1
  • zeolib 基 mysql zeolib 连接
    Morfik 的 Zeos 软件包提供本机数据库连接到数据库服务器如 MySQL、 Microsoft SQL Server、 Postgres Oracle 和 SQL Lite 通过本机连接库或在 Microsoft SQL Server,通过 OLEDB SQL 本机客户端的情况下。 此体系结构上构建的 Morfik 的第一个数据库包是 Zeos 本机数据库连接包。它正在基于 Zeos Lib 用于连接到各种数据库,包括 MySQL,MS SQL、 Postgress、 Oracle 和 SQL Lite 通过本机连接库或在 Microsoft SQL Server,通过 OLEDB SQL 本机客户端的情况下提供一个通用的图层。Zeos Lib 已经开发了许多年,已经达到一定程度的成熟和工业实力。它是与 FreePascal 兼容,并支持 Windows 和 Linux 平台上。
    2022-07-13 10:23:42下载
    积分:1
  • 利用三元组完成距阵的基本运算,包括加法,减法,乘法.实习题目...
    利用三元组完成距阵的基本运算,包括加法,减法,乘法.数据结构实习题目-using ternary Group completed the basic matrix operations, including addition, subtraction, multiplication. Internship topic data structure
    2022-03-20 19:41:17下载
    积分:1
  • 栈(stack)是程序设计过程中经常遇到朝气一种形式,它对于的存放和操作有下面这样的特点: 1) 它只有一个对进行存入和取出的端口; 2) 后进...
    栈(stack)是程序设计过程中经常遇到朝气一种数据结构形式,它对于数据的存放和操作有下面这样的特点: 1) 它只有一个对数据进行存入和取出的端口; 2) 后进者先出,即最后被存入的数据将首先被取出。其形式很象一种存储硬币的小容器,每次只可以从顶端压入一个硬币,而取出也只可以从顶端进行,即后进先出。 这样的数据存储和管理形式在一些程序设计中很有用。例如,编译系统中(这是一类比较复杂的程序),对于函数调用的处理、对于表达式计算的处理,都利用了栈这样的数据结构。- The stack (stack) is in the programming process frequently meets the vitality one kind of construction of data form under, it has such characteristic regarding data depositing and the operation: 1) it only has a logarithm according to the port which carries on stores and takes out; 2) less advanced first leaves, namely finally the data which will store first is taken out. Its form looks like one kind of memory coin very much the small container, each time only may press in a coin from the peak, but takes out also only may carry on from the peak, namely less advanced first leaves. Such data storage and the management form are very useful in some programmings. For example, in the compiling system (this is a kind of quite complex procedure), transfe
    2023-08-22 21:50:04下载
    积分:1
  • Magio牛的usaco源代码,希望和大家共同学习
    Magio牛的usaco源代码,希望和大家共同学习-Magio cattle usaco source code, hope and common learning
    2022-04-07 10:46:33下载
    积分:1
  • data export to Excel documents, etc.
    数据导出到EXCEL文件等-data export to Excel documents, etc.
    2023-08-10 21:30:03下载
    积分:1
  • 696518资源总数
  • 104225会员总数
  • 32今日下载