-
二叉树的遍历实现:
对二叉树的遍历的简单实现,作为数据结构的入门程序还是很好的,虽然很简单但是当初我作为初学者想方设法写出这个小程序的时候还是发现了自己理解上的一些盲点。数据结构重在实践,大家多练~一起加油,里面还包含了我最开始写的时候容易犯的一些错误。里面有为实现层次遍历写到的队列结构和为非递归用到的栈的结构。
- 2022-07-12 15:28:31下载
- 积分:1
-
完全基于ODBC API封装的数据库访问库源代码。可以支持主流数据库。接口间接,清晰。...
完全基于ODBC API封装的数据库访问库源代码。可以支持主流数据库。接口间接,清晰。-Based entirely on the ODBC API package, database access library source code. Can support the mainstream databases. Interface, indirect and clear.
- 2022-02-27 08:50:37下载
- 积分:1
-
递归算法求统计二叉树T中叶子结点的数目,数据结构常用算法...
递归算法求统计二叉树T中叶子结点的数目,数据结构常用算法-recursive algorithm for statistical binary tree T leaf node of the number of commonly used data structures Algorithm
- 2022-02-10 14:36:32下载
- 积分:1
-
数据库管理系统
我已经寄给这个网站的数据库管理系统项目。这是对每个数据库管理员非常有用谁对此工作。这一项目被实施使用 java 服务器 page(JSP)
- 2022-03-30 20:34:20下载
- 积分:1
-
ACM解题报告,必有有用,特别对于初学者,看是否对你有帮助...
ACM解题报告,必有有用,特别对于初学者,看是否对你有帮助-ACM problem-solving report, there must be useful, especially for beginners to see if there is help for you
- 2022-08-11 14:31:36下载
- 积分:1
-
利用C语言实现两个多项式的加法,依次输入输入指数和系数,数据输入以(0,0)结束...
利用C语言实现两个多项式的加法,依次输入输入指数和系数,数据输入以(0,0)结束-use C language two polynomials additive, in order to import and importation index coefficient, data input to (0,0) end
- 2022-05-17 05:29:00下载
- 积分:1
-
这是一个用于计算最小生成树的程序。当人们逐个输入每条边的权,再点击生成,便能得到这个图的最小生成树。
这是一个用于计算最小生成树的程序。当人们逐个输入每条边的权,再点击生成,便能得到这个图的最小生成树。-This is a used to calculate the minimum spanning tree procedure. When people enter one by one each side of the right, then click generate, will be able to get this graph minimum spanning tree.
- 2022-04-26 22:15:50下载
- 积分:1
-
this code show how to use computer sole the poblem to piece image together
this code show how to use computer sole the poblem to piece image together-this code show how to use the computer sole p oblem to piece together image
- 2023-01-10 18:20:04下载
- 积分:1
-
Mfc读取Excel中的数据
因为用mfc做了一个应用程序,需要在没有数据库的情况下,读取excel中的数据,需要注意的是要在文件名前面加上强制类型转换符L
- 2022-07-20 02:25:02下载
- 积分:1
-
Human Resource Management System (with source code), with VFP implementation has...
人力资源管理系统(附源码),用VFP实现的,已经连编了,比较完善!-Human Resource Management System (with source code), with VFP implementation has not even compiled, and more perfect!
- 2022-03-04 02:37:28下载
- 积分:1