-
float型而二叉树的创建及遍历
#include
#include
struct BiTNode //定义二叉树结构体
{
float data;
struct BiTNode *lchild;
struct BiTNode *rchild;
};
//二叉树创建函数
struct BiTNode *CreateTree(float *preorder,float *inorder,int lenth)
{
float *p,*q;
- 2022-12-24 11:10:03下载
- 积分:1
-
数据库基础教程chm
数据库基础教程chm-database based tutorial chm
- 2022-01-26 06:00:30下载
- 积分:1
-
This is the bus company old man card issuance management software, simple and pr...
这是公交公司老年证发放管理软件,简单实用-This is the bus company old man card issuance management software, simple and practical
- 2022-03-07 07:30:51下载
- 积分:1
-
一个封装好的访问Access数据库的源代码,用VB.NET写的。
一个封装好的访问Access数据库的源代码,用VB.NET写的。-a good visit Access database of source code, written with VB.NET.
- 2023-04-09 16:10:03下载
- 积分:1
-
执行故障检测和隔离系统对基金会现场总线环境
这项工作演示如何实现故障
检测和隔离 (FDI) 适用于水平控制系统
系统。两级系统连接到基金会现场总线
工业网络。开发了外国直接投资系统使用
人工神经网络和测试只是尽可能的模拟
环境与打算证明真实环境
在实际测试中不存在工作时发现的困难
只有与模拟。结果节演示如何高效
已开发的工具。
- 2023-07-23 00:55:03下载
- 积分:1
-
An attendance database system, it is practical, welcomed everyone in
一个出勤的数据库系统,很实用的,欢迎大家下在-An attendance database system, it is practical, welcomed everyone in
- 2022-05-19 05:00:46下载
- 积分:1
-
java编的银行家算法
java编的银行家算法-java series of the banker"s algorithm
- 2022-03-21 08:05:42下载
- 积分:1
-
Aplicacion de una biblioteca , falta un poco de codigo pero esta a mas de un 70
Aplicacion de una biblioteca , falta un poco de codigo pero esta a mas de un 70-Aplicacion de una biblioteca , falta un poco de codigo pero esta a mas de un 70
- 2023-06-25 06:00:04下载
- 积分:1
-
数据结构的课程设计题目,各种排序方法,并计算花费时间
数据结构的课程设计题目,各种排序方法,并计算花费时间- The construction of data curriculum designs the topic, each
arrangement method, and the computation spends the time
- 2023-08-25 06:55:03下载
- 积分:1
-
数据结构 基础要好
数据结构 基础要好-better data structure foundation
- 2022-10-16 14:30:04下载
- 积分:1