-
实用的SQLite C++封装类
SQLite的封装类,简单实用,支持常用操作!
自己感觉封装的不错,运行平台有:windows、linux、unix。
如果有什么问题和建议,请邮件yin0123@sina.com
- 2022-11-08 15:15:03下载
- 积分:1
-
一个用C++实现的B+tree程序源代码
一个用C++实现的B+tree程序源代码-b+tree implemented with c++
- 2022-12-28 20:50:08下载
- 积分:1
-
this category, the database programming change simpler
这个类,使数据库编程变的更简单-this category, the database programming change simpler
- 2022-05-27 07:28:02下载
- 积分: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
-
Form Login
- 2022-04-16 00:27:41下载
- 积分:1
-
one for the good dao database development overseas.
一个作的很好的dao数据库开发,值得一看。-one for the good dao database development overseas.
- 2022-08-25 02:30:44下载
- 积分:1
-
1.[问题描述]
编写递归算法,计算二叉树中叶子结点的数目
[输入]
按照先序序列的顺序输入该结点的内容。其输入abd eh cf i g ....
1.[问题描述]
编写递归算法,计算二叉树中叶子结点的数目
[输入]
按照先序序列的顺序输入该结点的内容。其输入abd eh cf i g .
[输出]
按中序序列输出,输出的结果为;dbheaficg并计算出二叉树中叶子结点的数目为4
[存储结构]
采用二叉表存储
[算法的基本思想]
采用递归方法建立和遍历二叉树。首先建立二叉树的根结点,然后建立其左右子树,直到空子树为止,中序遍历二叉树时,先遍厉左子树,后遍厉右子树,最后访问根结点。根据左右子树的最后一个结点计算出二叉树中叶子结点的数目。
程序如下:
#include
#include
#include"stdlib.h" -1. [Description of the issue] to prepare recursive algorithm, Binary calculation leaves the number of nodes [imported] in accordance with the first order input sequence in the order of the node contents. Input abd eh i g cf. [Output] by the order sequence output, the results of the output; dbheaficg calculated Binary leaf node to the number four [storage structure] Table 2 forks storage [ The basic idea algorithm] recursive method and traverse binary tree. First established binary tree root node, and then to build their son around the tree, the tree until the loopholes, which preorder binary tree, Li first times the left sub-tree, right af
- 2023-08-31 16:00:04下载
- 积分:1
-
改进的矩阵操作类,增加了诸如对矩阵任意行/列的存取,矩阵的积分图像的计算等...
改进的矩阵操作类,增加了诸如对矩阵任意行/列的存取,矩阵的积分图像的计算等-improved matrix operations, such as the right to increase the matrix arbitrary line/column access, image matrix of the integral calculation
- 2022-01-21 23:20:54下载
- 积分:1
-
sql 语句大全,各种语句都能够查得到
sql 语句大全,各种语句都能够查得到-sql
- 2022-02-03 23:18:14下载
- 积分:1
-
关于:
About:
hamsterdb is a database engine written in ANSI C. It supports a B+Tree index structure, uses memory mapped I/O (if available), supports cursors, and can create in-memory databases.
Release focus: Major feature enhancements
Changes:
This release comes with many changes and new features. It can manage multiple databases in one file. A new flag (HAM_LOCK_EXCLUSIVE) places an exclusive lock on the file. hamsterdb was ported to Windows CE, and the Solution file for Visual Studio 2005 now supports builds for x64. Several minor bugs were fixed, performance was improved, and small API changes occurred. Pre-built libraries for Windows (32-bit and 64-bit) are available for download.
Author:
cruppstahl
- 2023-08-10 06:40:03下载
- 积分:1