登录
首页 » c++ » 数据结构-树基本操作的封装

数据结构-树基本操作的封装

于 2022-08-23 发布 文件大小:3.33 kB
0 93
下载积分: 2 下载次数: 1

代码说明:

数据结构-树基本操作的封装。包括树的创建、销毁、插入、删除、等操作。

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

发表评论

0 个回复

  • CAN_LoopBack
    基于STM32的CAN总线回环测试程序,已经过测试。(Based on of STM32 the CAN bus loop test program has been tested.)
    2012-06-28 23:24:37下载
    积分:1
  • 1602显示驱动程序
    LCD1602的数据写入及CGRAM的使用 编程 2010-06-19 17:41:11 阅读84 评论0 字号:大中小 订阅 1.当使能端E由1变为0时,执行写指令,数据被写入。 例如,欲写入数据i到DDRAM: void WDR(uchar i) { CheckBusy();//检忙 LCD_RS=1; LCD_RW=0; LCD_EN=0; Delay(); LCD_DATA=i;//数据输出到定义端口 Delay(); LCD_EN=1; Delay(); LCD_EN=0;//这一步才开始写入到LCD Delay(); } 2.CGRAM 1602能存储8个自定义字符,这8个自定义字符存储空间的首地址分别是:0X40,0X48,0X50,0X58,0X60,0X68,0X70,0X78。 以0x40来说,它的存储空间如图所示:(riting of LCD1602 and the Use of CGRAM)
    2020-06-23 13:20:02下载
    积分:1
  • 双像解析相对定向
    说明:  实现相对定向,后方交会,尺度量算三种功能 摄影测量学作业(Realize three functions of relative orientation, resection and scale calculation Photogrammetry assignments)
    2020-11-20 16:19:36下载
    积分:1
  • 3dwind1
    空间风场模拟程序,采用谐波平衡法模拟大气边界层(code for simulation of wind field of boundary layer.)
    2013-10-09 08:32:01下载
    积分:1
  • samples
    一个词法及语法编译器,编译的是PL/0语言文法(Morphology and syntax of a compiler, the compiler is the PL/0 language grammar)
    2009-05-31 21:47:37下载
    积分:1
  • Zigbee-Temperature-Sensor-Network
    基于CC2530的无线测温程序 IAR环境(Wireless Temperature Sensor Base on CC2530)
    2021-01-09 09:58:51下载
    积分:1
  • testdynamic
    matlab与vc联合编程 实现图形的动态显示(matlab and graphics vc joint programming to achieve the dynamic display)
    2007-11-23 20:06:19下载
    积分:1
  • 089
    说明:  图片马赛克效果图片马赛克效果图片图片马赛克效果马赛克效果(Photo mosaic picture image photo mosaic mosaic mosaic)
    2011-04-05 22:18:45下载
    积分:1
  • ForK1
    我们的目的是将一个分数拆分成若干个分子是1分母是正整数的分数之和的形式。例如2/3可以拆分成1/2+1/6的形式。这里不考虑顺序,比如1/6+1/2和1/2+1/6相同。 输入p, q, a, n, 其中p/q为分数,对这个分数进行拆分,要求拆分的分数个数不能多于n个,所有分母的乘积不能大于a。求有多少种拆分方法? 输入:最多200组数据。在每行中都有四个数分别表示p, q, a, n,之间以空格隔开,并且满足p,q<=800,a<=12000,n<=7,最后以四个0做为输入的结束。 输入示例: 2 3 120 3 2 3 300 3 0 0 0 0 输出示例: 4 7 (Our aim is to split a fraction into a number of elements is a denominator is a positive integer fraction of the sum of form. For example, 2/3 can be split into 1/2+1/6 form. Not considered here, the order, such as 1/6+1/2 and 1/2+1/6 of the same. Input p, q, a, n, where p/q as a fraction of this split scores require no more than the number of split points n-all the product of the denominator can not be larger than a. How many kinds of demand split method? Input: Up to 200 sets of data. In each line has four numbers indicate the p, q, a, n, separated by a space between, and meet the p, q < = 800, a < = 12000, n < = 7, the end, four 0 as the input end. Input Example: 2,312,032,330,030,000 sample output: 47)
    2009-11-12 09:54:17下载
    积分:1
  • HookSwapContext
    通过Hook KiSwapContext来枚举隐藏进程(By Hook KiSwapContext to enumerate hidden processes)
    2011-10-07 23:30:01下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载