-
mfc odbc数据库编程
使用mfc通过odbc链接sql数据库,跟大家分享,不错的代码,简单易懂!
为了简化开发人员编写数据库应用程序,VC++的在其基础类库(MFC)里对ODBC API进行了封装,实现了一个面向对象的数据库编程接口,使VC++的数据库变得更加容易。
本章首先对MFC ODBC的概貌进行简要介绍,然后讲述利用MFC ODBC进行数据库开发的技巧,最后将通过具体数据库开发实例,详细讲述通过MFC ODBC开发数据库应用程序的方法和过程。
- 2022-03-31 16:08:59下载
- 积分:1
-
成绩分析系统 可分析学生几个学期以来的学习状况
成绩分析系统 可分析学生几个学期以来的学习状况-performance analysis system can be analyzed several students since the semester learning
- 2023-06-25 08:40:03下载
- 积分:1
-
With the C language implementation of the evaluation of the expression on the st...
用C语言实现的表达式的求值,关于数据结构的栈方面的知识,已经通过测试!-With the C language implementation of the evaluation of the expression on the stack data structure of knowledge, has passed the test!
- 2022-05-14 11:25:27下载
- 积分:1
-
宾馆管理系统的数据库的报告,比较详细的内容,还是比较好的
宾馆管理系统的数据库的报告,比较详细的内容,还是比较好的-Hotel management system, database, report, compare it in detail, it is quite good
- 2022-03-14 04:03:34下载
- 积分:1
-
Java 学生学籍管理系统
Java和Sql Server2005做的 学生学籍管理系统,Java + SQL Server2005 + MyEclipse6.0,作为计算机学院的课程设计已通过老师审核,Word文档,UML建模,代码,数据库文件一应俱全。
- 2022-09-07 19:55:02下载
- 积分:1
-
tree traversal of the four, China and Syria, the former sequence after sequence...
树的四种遍历方式,中叙,前序,后序和按层遍历算法,前三个用递归很好实现,最后一个复杂点。-tree traversal of the four, China and Syria, the former sequence after sequence and by layer traversal algorithm, the former three Recursive properly achieved, Finally a complex point.
- 2022-08-17 13:05:30下载
- 积分:1
-
K路归并算法
* 本程序用来实现K路归并算法
* 在Turbo C2.0编译器下编译通过
* 算法过程中
* K由用户输入
* 用...
K路归并算法
* 本程序用来实现K路归并算法
* 在Turbo C2.0编译器下编译通过
* 算法过程中
* K由用户输入
* 用户选择需要归并的数据的个数
* 由程序生成随机数据,数据结构为链表,并展示给用户
* 然后程序告诉用户需要增加的虚节点的个数
* 并把虚节点加入到链表中去,最后进行归并
-K Road merge algorithm* This procedure used to realize the way merging algorithm for K* in Turbo C2.0 compiler compiler under the process through the* algorithm* K* by the user input the user select the number of merging the data* generated by the random data , data structure for the list, and display to the user* and then the procedure to tell the user the need to increase the number of virtual nodes and virtual nodes* added to the list going, and finally to merge
- 2023-07-07 22:05:03下载
- 积分:1
-
“e拍”在线拍卖系统
第一阶段:创建数据库和表
第二阶段:创建DAO层接口和实现类
第三阶段:创建Biz层接口和实现类
第四阶段: 开发并配...
“e拍”在线拍卖系统
第一阶段:创建数据库和表
第二阶段:创建DAO层接口和实现类
第三阶段:创建Biz层接口和实现类
第四阶段: 开发并配置Action和ActionForm
第五阶段:实现用户注册功能
第六阶段:开发用户登录功能
第七阶段:开发用户注销功能
-epai
- 2022-05-26 05:03:18下载
- 积分:1
-
堆栈表达式求值系统,处理整型数,c语言编写
堆栈表达式求值系统,处理整型数,c语言编写-stack expression for the value system, handling integer, c language
- 2022-07-09 19:48:15下载
- 积分:1
-
教学计划编制问题
资源描述
有两种方法:一种没有学分排序,另一种考虑了学分排序,较推荐栈中排好序的方法,贪心更完全
测试数据文本:
C1 程序设计基础 # 2
C2 离散数学 C1 3
C3 数据结构 C1,C2 4
C4 汇编语言 C1 3
C5 语言的设计和分析 C3,C4 2
C6 计算机原理 C11 3
C7 编译原理 C3,C5 4
C8 操作系统 C3,C6 4
C9 高等数学 # 7
C10 线性代数 C9 5
C11 普通物理 C9 2
C12 数值分析 C1,C9,C10 3
- 2022-03-05 17:20:03下载
- 积分:1