登录
首页 » c » 二叉树数据结构算法

二叉树数据结构算法

于 2022-01-27 发布 文件大小:23.55 kB
0 54
下载积分: 2 下载次数: 1

代码说明:

二叉树数据结构算法,给出一些基本二叉树的基本操作,如,进栈,取栈顶元素,删除栈顶元素,计算后缀表达式的值等等操作

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • vp树
    #ifndef _VPTREE_HEADER_ #define _VPTREE_HEADER_ #include #include #include #include #include #include template class VpTree { public:     VpTree() : _root(0) {}     ~VpTree() {         delete _root;     }     void create( const std::vector& items ) {         delete _root;         _items = items;         _root = buildFromPoints(0, items.size());     }     void search( const T& target, int k, std::vector* results, std::vector* distances) 
    2023-06-23 00:20:03下载
    积分:1
  • 小车超声波避障+红外寻迹
    基于KEIL平台开发的红外循迹,超声波避障智能小车程序(Infrared Track and Ultrasound Barrier Avoidance Intelligent Car Program Based on KEIL Platform)
    2019-06-03 14:48:02下载
    积分:1
  • 串口调试助手(丁丁)
    用于串口调试,串口调试通用助手,可直接运行,支持多种比特率(Used for serial debugging)
    2020-06-18 06:00:01下载
    积分:1
  • kaimal_spectrum_Liu
    MATLAB谐波叠加法模拟风速时程,水平向Kaimal谱密度表达式, 竖直向L-P谱密度表达式(MATLAB harmonic superposition method for simulation of wind speed time history)
    2018-01-25 03:00:03下载
    积分:1
  • lan
    一台安捷伦的N9020A频谱分析仪,所带的例子是GPIB连接的,现在用LAN来连接。 (Agilent N9020A spectrum analyzer, the example brought to GPIB connection, use the LAN to connect.)
    2012-11-20 14:18:05下载
    积分:1
  • 基于Cocox2DX的安卓游戏--坦克大战
    本安卓游戏是基于Cocox2DX游戏引擎的安卓游戏,是由C++语言编写,这里面又可以直接下载到手机里运行的apk文件,又有可以在电脑端看的源文件,十分方便初学者对Cocos2DX引擎的学习
    2022-02-15 06:28:57下载
    积分:1
  • 电机转动
    注意STM32F103系列单片机,输出PWM信号,占空比可以自己配置。
    2023-05-18 20:10:05下载
    积分:1
  • ARM_ADexperiment
    基于uCOS+ARM9+AD,学习uCOS实时操作系统和ARM编程技术的不错的入门级参考例程(Based on uCOS+ ARM9+ AD, learning real-time operating system and ARM uCOS of good programming routine entry-level reference)
    2010-06-05 14:51:01下载
    积分:1
  • RegSaver_src
    A GUI that Save or Restore Registry Keys.(Save or Restore Registry Keys.)
    2006-11-27 17:27:56下载
    积分:1
  • TemplateTrans
    利用VC++对图像进行增强处理,包括图像平滑,中值滤波,梯度锐化,拉普拉斯锐化,伪彩色编码(Using VC++ to enhance the image processing, including image smoothing, median filter, sharpening the gradient, Laplacian sharpening, pseudo-color coding)
    2009-06-09 15:39:30下载
    积分:1
  • 696518资源总数
  • 105559会员总数
  • 1今日下载