登录
首页 » 数据结构 » 使用ADO +

使用ADO +

于 2022-01-28 发布 文件大小:153.12 kB
0 153
下载积分: 2 下载次数: 1

代码说明:

ado+ACCE

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

发表评论

0 个回复

  • 一个小公司管理系统
    编写一个小公司的工资管理系统。该公司主要有4类人员:经理、兼职技术人员、销售员和销售经理。要求存储并显示每类人员的编号(从100起编号)、姓名和月薪,同时给出在创建每一类对象时构造函数的执行顺序(月薪计算方法为:经理固定月薪8000元,兼职技术人员100元/小时,销售员为当月销售额的4%,销售经理保底工资 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-04-01 22:14:24下载
    积分:1
  • 首先确认您的机器上已经安装了VC6.0以上版本,要编译生成可执行文件,需打开后缀名为dsw的文件,系统会默认用VC打开,然后选择Build菜单下的Set Act...
    首先确认您的机器上已经安装了VC6.0以上版本,要编译生成可执行文件,需打开后缀名为dsw的文件,系统会默认用VC打开,然后选择Build菜单下的Set Active Configuration选项,选择Project Configuration为Win32 Release,然后编译项目,得到可执行文件。连接数据库请参照第2章的方法,在ODBC数据源内添加Microsoft Access数据库train.mdb,并将数据源名设定为train即可实现数据库和应用程序的正常连接,程序才能正常实现数据库的访问。另外,如果用户自己编写了.chm的帮助文档只要和可执行文件放在同一个目录下就可以了。 用户要修改程序源码可以选择相应的.h和.cpp文件,本实例使用的命名规则基本是:DIALOG_***** 为管理对话框资源, *****Info为数据输入窗口资源, *****Set为结果集对应的类 -first confirmed your machine has been installed on VC6.0 versions, to build generating executable files, Suffix required to open the document called DSW, the system will default VC opened, then select Build menu under Set Active Configuration options Project Configuration options for Win32 Release. then compile the project, to be executable. Connecting to the database please refer to Chapter 2, the ODBC data source adds Microsoft Access database train.mdb. from the data source can be set to train database, and application of the normal connections, normal procedures can achieve database. In
    2022-04-24 04:21:15下载
    积分:1
  • 程序存储问题:设有n 个程序{1,2,…, n }要存放在长度为L的磁带上。程序i存放在磁带上的长度是Li ,1≤i≤n 程序存储问题要求确定这n 个程序在磁带...
    程序存储问题:设有n 个程序{1,2,…, n }要存放在长度为L的磁带上。程序i存放在磁带上的长度是Li ,1≤i≤n 程序存储问题要求确定这n 个程序在磁带上的一个存储方案,使得能够在磁带上存储尽可能多的程序。 编程任务: 对于给定的n个程序存放在磁带上的长度,编程计算磁带上最多可以存储的程序数。 数据输入:由文件input.txt给出输入数据。第一行是正整数n,表示文件个数。接下来的1 行中,有n 个正整数,表示程序存放在磁带上的长度。 结果输出: input.txt output.txt 6 50 5 2 3 13 8 80 20 -program storage problem : There n procedures (1,2, ..., n) to be stored in the length of the L tape. I kept in the proceedings on the tape length is Li, 1 i n storage procedures to seek to establish that n procedures on tape storage of a program that allows the tape to store as much as possible the procedure. Programming tasks : to the n procedures stored in the tape length, calculated programming on tape can store up to the number of procedures. Data input : from the document input.txt given input data. The first line is a positive integer n, said the document number. Following a visit, n is an integer, said procedures stored on tape length. Results output : input.txt output.txt 6 50 5 2 3 13 8 80 20
    2023-01-10 04:30:04下载
    积分:1
  • ――C语言版配套源代码
    数据结构――C语言版配套源代码-Data structure- C language version of matching source code
    2023-03-23 16:55:03下载
    积分:1
  • 》配书光盘 内容包括:线性表,栈和队列,串,组与广义表,树,图,查找,排序等所以算法。 该光盘中配有《》一书中的所有算法、每一个算法...
    《数据结构》配书光盘 内容包括:线性表,栈和队列,串,数组与广义表,树,图,查找,排序等所以算法。 该光盘中配有《数据结构》一书中的所有算法、每一个算法的 C 程序(后缀为 .cpp 的文件)及可执行文件(后缀为 .exe 的文件)。-"data structure" assigned CD include : linear table, stack and queue, strings, arrays and broad scale tree, map, search, sort, etc. So algorithm. The CD-ROM equipped with a "data structure," a book of all the algorithm, the algorithm for each one C (suffix. Cpp files) and the executable file (wayward. Exe files).
    2022-05-14 19:58:49下载
    积分:1
  • 世上最全C源码,从基础语法到图书管理系统,应有尽有,你值得拥有
    第一部分  基础篇   001  第一个C程序 002  运行多个源文件 003  求整数之积 004  比较实数大小 005  字符的输出 006  显示变量所占字节数 007  自增/自减运算 008  数列求和 009  乘法口诀表 010  猜数字游戏 011  模拟ATM(自动柜员机)界面 012  用一维数组统计学生成绩 013  用二维数组实现矩阵转置 014  求解二维数组的最大/最小元素 015  利用数组求前n个质数 016  编制万年历 017  对数组元素排序 018  任意进制数的转换 019  判断回文数 020  求数组前n元素之和 021  求解钢材切割的最佳订单 022  通过指针比较整数大小 023  指向数组的指针 024  寻找指定元素的指针 025  寻找相同元素的指针 026  阿拉伯数字转换为罗马数字 027  字符替换 028  从键盘读入实数 029  字符行排版 030  字符排列 031  判断字符串是否回文 032  通讯录的输入输出 033  扑克牌的结构表示 034  用“结构”统计学生成绩 035  报数游戏 036  模拟社会关系 037
    2022-04-27 18:03:30下载
    积分:1
  • 非常完美地二叉搜索树模板~~~~ 希望大家能够喜欢,并且提出宝贵意见和建议...
    非常完美地二叉搜索树模板~~~~ 希望大家能够喜欢,并且提出宝贵意见和建议-perfectly Binary Search Tree template ~ ~ ~ ~ hope that we can love and made valuable suggestions and recommendations
    2023-06-02 12:30:04下载
    积分:1
  • 这是我本人编写的一个32位定点小运算的函库。对于没有浮点运算器的场合,可以提供进行小运算的一种途径...
    这是我本人编写的一个32位定点小数运算的函数库。对于没有浮点运算器的场合,可以提供进行小数运算的一种途径-This is my prepared in a 32-bit fixed point decimal computing functions. For no floating point unit occasions, it can provide for fractional arithmetic, as a way to
    2022-01-24 18:14:59下载
    积分:1
  • 中文Access 2000 24学时教程(PDG)
    中文Access 2000 24学时教程(PDG)-Chinese Access Guide 2000 24 school (PDG)
    2022-01-25 15:56:56下载
    积分:1
  • 教学管理软件北农业大学教学管理系统. 运行环境, ASP+ACCESS, 新云网站管理系统,是你建最佳的选择! 整理时间, 2005...
    教学管理软件北农业大学教学管理系统. 运行环境, ASP+ACCESS, 新云网站管理系统,是你建最佳的选择! 整理时间, 2005-6-16 13:35:43. 软件星级. 软件语言, 简体中文. 软件类型, ASP源码. 授权方式, 免费版 -teaching management software North Agricultural University, teaching management system. Runtime Environment, ASP ACCESS, the new site-management system, is you build the best choice! Collated time 2005-6-16 13:35:43. Software stars. Software language, English. Software types, ASP source. Authorization free version
    2022-02-06 11:53:38下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载