说明:2—3树是这样一种树:
A.每个非叶子结点都有2个或3个儿子;
B.每条众树根到树叶的路径长度相等;
C.只有一个根结点的树也是2—3树。
本题目要求从键盘输入以整数序列,建立一棵2-3树。所以我的建树构思为以2-3树的插入操作来进行建树。-2-3 tree is such a tree: A. Each non-leaf node has two or three sons B. Each congregation <冯读庆> 在 2025-02-07 上传
| 大小:2kb | 下载:0
说明:生物肌电信号的频域参数:平均功率频率和中值频率-Biological EMG signals frequency-domain parameters: mean power frequency and median frequency <王强> 在 2025-02-07 上传
| 大小:12kb | 下载:0
说明:算法思想简单描述:
在插入第i个元素时,对前面的0~i-1元素进行折半,先跟他们中间的那个元素比,如果小,则对前半再进行折半,否则对后半进行折半,直到left>right,然后再把第i个元素前1位与目标位置之间的所有元素后移,再把第i个元素放在目标位置上。
-The algorithm ideas brief descr iption: 0 ~ i-1 of the preceding element in the i <李先生> 在 2025-02-07 上传
| 大小:5kb | 下载:0
说明:ar模型预测,通过yule方法得到了ar系数,然后对一组随机数进行了预测。-The ar model predicts, through the yule methods ar coefficient predicted, then a set of random numbers. <杨波> 在 2025-02-07 上传
| 大小:1kb | 下载:0
说明:数据结构的各种排序查找 冒泡排序 折半排序 希尔排序-Find bubble sort the data structures of various sorting binary sorting Hill sorting <张攀> 在 2025-02-07 上传
| 大小:2.32mb | 下载:0