-
建立并按前,中,后序方法遍历二叉树,本代码用的是非递归方法,递归方法的稍后给出...
建立并按前,中,后序方法遍历二叉树,本代码用的是非递归方法,递归方法的稍后给出-established as before, during and after the binary tree traversal sequence method, the code of non- recursive method, recursive method is later
- 2023-01-28 04:00:03下载
- 积分:1
-
C language:hotel manage system
C语言课程设计--旅店客房管理系统
数据结构:采用十字链表,实现录入、遍历、保存、载入、修改、插入、删除、各种查询及统计等功能。运行环境:Turboc2.0,文本界面-C language:hotel manage system
- 2022-10-10 15:25:02下载
- 积分:1
-
一个C++数据库开发模板的解决方案
A template solution for C++ database development
Description: A template class that can write,read,modify & delete objects of any class/structure to a database.
- 2022-01-25 15:51:14下载
- 积分:1
-
站长写的使用OCI开发Oracle程序的通用函数库for unix
站长写的使用OCI开发Oracle程序的通用函数库for unix- Stationmaster writes use OCI develops Oracle procedure general
function storehouse for unix
- 2022-02-05 15:15:32下载
- 积分:1
-
多尺度小波分析 wave
说明: 多尺度小波分析,用于分析时间多尺度周期。包括相应小波包及代码,可作全谱图,方差图,功率谱,全局谱,并附带相关置信区间(Multiscale wavelet analysis is used to analyze time multiscale period. Including the corresponding wavelet packet and code, it can make full spectrum, variance, power spectrum, global spectrum, with relevant confidence interval)
- 2020-05-23 11:58:14下载
- 积分:1
-
考研数据结构辅导材料,包含6章(.ppt文档)
考研数据结构辅导材料,包含6章(.ppt文档)-taking tests guidance material contained in Chapter 6 (. Ppt files)
- 2023-02-07 09:20:03下载
- 积分:1
-
a small embedded database support SQL commands, the use of very simple
一个小型的嵌入式数据库,支持SQL命令,使用非常简单-a small embedded database support SQL commands, the use of very simple
- 2023-05-21 09:00:04下载
- 积分:1
-
插入运算符算法,123456789=a,在等式左边的任意两个数字之间插入 +...
插入运算符算法,123456789=a,在等式左边的任意两个数字之间插入 + - *使得等式成立,列出满足条件的所有结果-Insert operator algorithm, 123456789 = a, the left side of the equation inserted between any two figures+-* Make the equation set up, listing all of the results meet the conditions
- 2022-03-01 08:33:25下载
- 积分:1
-
《数据结构》配书光盘
内容包括:线性表,栈和队列,串,数组与广义表,树,图,查找,排序等所以算法。
该光盘中配有《数据结构》一书中的所有算法、每一个算法...
《数据结构》配书光盘
内容包括:线性表,栈和队列,串,数组与广义表,树,图,查找,排序等所以算法。
该光盘中配有《数据结构》一书中的所有算法、每一个算法的 C 程序(后缀为 .cpp 的文件)及可执行文件(后缀为 .exe 的文件)。-"data structure" assigned CD include : linear table, stack and queue, strings, arrays and broad scale tree, map, search, sort, etc. So algorithm. The CD-ROM equipped with a "data structure," a book of all the algorithm, the algorithm for each one C (suffix. Cpp files) and the executable file (wayward. Exe files).
- 2022-05-14 19:58:49下载
- 积分:1
-
基于单链表的多项式的运算
实现已下功能:
1.创建有头结点的单链表存储多项式的指数和系数。
2.输出多项式。
3.多项式的相加。
4.多项式的相乘。
- 2022-02-21 12:48:52下载
- 积分:1