登录
首页 » 数据结构 » 数据库基础知识的笔记题集,对初学者进行复习很有用

数据库基础知识的笔记题集,对初学者进行复习很有用

于 2022-09-16 发布 文件大小:20.32 kB
0 7918
下载积分: 2 下载次数: 1

代码说明:

数据库基础知识的笔记题集,对初学者进行复习很有用-database

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

发表评论

0 个回复

  • 【10】玉兔_spi_dataflash
    【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash
    2022-04-15 21:04:00下载
    积分:1
  • 管理dvd碟片的软件
    管理dvd碟片的软件-dvd disc management software
    2022-01-26 00:36:30下载
    积分:1
  • 用VB实现的信用社贷款管理系统的课程设计,可以实现库中信息的查询、删除、修改等功能。...
    用VB实现的信用社贷款管理系统的课程设计,可以实现数据库中信息的查询、删除、修改等功能。-Using VB to achieve credit loan management system, curriculum design, can achieve the information in the database query, delete, modify other functions.
    2022-02-06 05:10:41下载
    积分:1
  • 一个小型的排序算法,使用了泛型算法等知识,对初学泛型有帮助...
    一个小型的排序算法,使用了泛型算法等知识,对初学泛型有帮助-A small sorting algorithm, the use of a generic algorithm knowledge of generic beginner help
    2023-03-11 00:00:04下载
    积分:1
  • 无穷大的两个相加或相乘
    无穷大的两个数相加或相乘,利用堆栈,是数据结构中重要的一部分,代码注释清晰,利用初学者使用
    2022-11-11 13:20:04下载
    积分:1
  • 一元多项式相加算法
    一元多项式相加数据结构算法-sum of one yuan polynomial algorithm data structure
    2023-03-02 03:30:04下载
    积分:1
  • maze solving algorithms, data structures can be used for teaching
    迷宫求解的算法,可用于数据结构的教学-maze solving algorithms, data structures can be used for teaching
    2023-03-07 06:10:03下载
    积分:1
  • 库界面自动生成的控件
    数据库界面自动生成的控件- The database contact surface automatic production controls
    2023-05-28 18:55:02下载
    积分: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
  • development with VCACCESS
    用VC&&ACCESS开发-development with VCACCESS
    2022-11-02 14:30:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载