登录
首页 » 数据结构 » odbc教程真的很不错

odbc教程真的很不错

于 2023-04-03 发布 文件大小:46.48 kB
0 219
下载积分: 2 下载次数: 1

代码说明:

odbc教程真的很不错-odbc Guide is really quite

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

发表评论

0 个回复

  • 最短路径,Turboc2下通过编译
    数据结构最短路径,Turboc2下通过编译-the datasructure of the shortest way,run successfully in turbo2.
    2022-01-29 04:48:37下载
    积分:1
  • 哈夫曼树和哈夫曼编码: 从终端输入若干个字符及其对应的整,将整作为点的权值,建立哈夫曼树,然后对各字符进行哈夫曼编码。最后打印哈夫曼树和对应的哈夫曼编...
    哈夫曼树和哈夫曼编码: 从终端输入若干个字符及其对应的整数,将整数作为结点的权值,建立哈夫曼树,然后对各字符进行哈夫曼编码。最后打印哈夫曼树和对应的哈夫曼编码。 设计要求: ⑴ 哈夫曼殊和哈夫曼编码的存储表示参考教材事例 ⑵ 在程序中构造四个子程序为 ① int createhtree(HTree *t) /*根据输入的字符及其权值建立哈夫曼树*/ ② void coding(HTree *t, char *code) /*对哈夫曼树进行编码*/ ③ void printhtree(HTree *t, int* path) /*中序打印树*/ ④ void printcode(HTree *t) /*输出个字符的哈夫曼编码*/ -Huffman tree and the Huffman coding: input from the terminal a number of characters and their corresponding integer, will be an integer as node weights, the establishment of Huffman tree, and then on the characters Huffman. Finally print Huffman tree and the corresponding Huffman. Design requirements: ⑴ Huffman and Huffman coding is that the reference materials storage ⑵ examples constructed in the procedure for the four subroutines ① int createhtree (HTree* t)/* input characters in accordance with its right value the establishment of Huffman tree*/② void coding (HTree* t, char* code)/* Huffman tree to encode*/③ void printhtree (HTree* t, int* path)/* Pri
    2022-01-22 06:46:42下载
    积分:1
  • c_tan:谭浩强编著c语言程序设计一书的c程序源文件
    c_tan:谭浩强编著c语言程序设计一书的c程序源文件-c_tan : Tan c-language compilation of a program design the source files c
    2022-02-02 14:13:39下载
    积分:1
  • mfc odbc库编程
    使用mfc通过odbc链接sql数据库,跟大家分享,不错的代码,简单易懂!   为了简化开发人员编写数据库应用程序,VC++的在其基础类库(MFC)里对ODBC API进行了封装,实现了一个面向对象的数据库编程接口,使VC++的数据库变得更加容易。 本章首先对MFC ODBC的概貌进行简要介绍,然后讲述利用MFC ODBC进行数据库开发的技巧,最后将通过具体数据库开发实例,详细讲述通过MFC ODBC开发数据库应用程序的方法和过程。  
    2022-03-31 16:08:59下载
    积分:1
  • The database of the agricultural enterprise
    农业企业数据库是为教育目的而设计的。
    2023-08-11 06:15:03下载
    积分:1
  • 在DOS环境下的最小二叉树程序,比较简单,可供大家学习参考...
    在DOS环境下的最小二叉树程序,比较简单,可供大家学习参考-DOS environment in the smallest binary tree procedure is relatively simple for everybody to learn the reference
    2022-04-24 07:01:57下载
    积分:1
  • 一个小开发的库系统,支持表查询,删除部分…
    一个c语言开发的小型的dbms系统,支持造表查询,删除等一些简单的操作-a small development of DBMS systems to support table made inquiries, delete some simple operation
    2022-01-25 14:57:51下载
    积分:1
  • 图的应用
    图的应用-铁路最短路径的源码以及实验报告!-Diagram- railway source shortest path, as well as experimental reports!
    2022-07-25 21:20:09下载
    积分:1
  • 利用分裂基算法求实序列 的DFT, 的虚部赋值为零。
    利用分裂基算法求实序列 的DFT, 的虚部赋值为零。-Split-radix algorithm for the use of realistic sequence of DFT, the imaginary part of the assignment to zero.
    2022-11-17 08:45:04下载
    积分:1
  • 1. Still used MyDatabase database, with SYSDBA user login. 2. In ISQL, followed...
    1. 仍然使用MyDatabase数据库,用SYSDBA用户登录。 2. 在ISQL中,依次输入第4章的数据表创建SQL语句;或者根据表4-1至4-8自行创建数据表。(可以直接使用光盘提供的MyDatabase.GDB数据库。) 3. 使用MyDB数据库连接,在SQL Explorer中输入原始数据。除了表4-9和表4-10的内容,还需要在USER_PASS表中设置一个权限为’3’的JWC用户名,用于课程的调度;设置若干个教师的账号(需要在TEACHER数据表中设置相应信息),权限为’2’;若干学生的账号。 4. 修改源代码中数据库连接组件Database的参数,包括服务器地址、登录用户名和默认密码。 -1. Still used MyDatabase database, with SYSDBA user login. 2. In ISQL, followed importation of Chapter 4 of the data table creation SQL; Or, according to Table 4-1 4-8 to set up a data table. (CD can be used directly for the MyDatabase.GDB database.) 3. Use a few MyDB According to the Link, SQL Explorer in the original input data. In addition to Table 4-9 and table of contents 4-10. USER_PASS also need a table set up the authority of the"3 "JWC user name, for course scheduling; Several teachers set up the account (in TEACHER data tables set up corresponding information), the authority of"2 "; Several student"s account. 4. Modifying the source code, database
    2023-06-03 00:05:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载