资源列表
[数据结构常用算法] Binary-Tree
说明:二叉树通过字符串方式,能够创建相应的二叉树,而且可以递归实现。同样,对于任意的二叉树,可以生成对应的字符串。包括从指定字符串形式创建二叉树(包括空树和平凡树)、将二叉树按照指定的字符串形式输出、判断是否空树、 计算二叉树的结点总数、计算二叉树的叶子总数、计算二叉树的高度,其中空树和平凡树的高度分别为0和1、前序遍历输出二叉树,逗号分隔、中序遍历输出二叉树,逗号分隔、后序遍历输出二叉树,逗号分隔、将树清空等功能-By way of b<> 在 2024-11-07 上传 | 大小:600064 | 下载:0
[数据结构常用算法] Data-structures-algorithms-C
说明:数据结构及算法的C语言实现。包含各类数据结构及其操作以及相关算法。-Data structure and algorithm C language. It contains various types of data structures and operations and related algorithms.<小明> 在 2024-11-07 上传 | 大小:39936 | 下载:0
[数据结构常用算法] 4BinToFloat
说明:四个字节数据与float的相互转化。前后次序可调整。便于理解float数据格式实际存储为4个字节时再内存中的排序。也可以用在通讯中验证通讯数据的格式。 B1,B2,B3,B4 -》float(B+B+B+B)-Interconversion four bytes of data and float. Before and after the order is adjustable. Easy to understand format<lmi> 在 2024-11-07 上传 | 大小:334848 | 下载:0
[数据结构常用算法] anti-collision-algorithm
说明:RFID防碰撞算法,matlab下模拟仿真,包括二进制树和ALOHA算法-RFID anti-collision algorithm, the matlab simulation, including binary tree algorithm and ALOHA<宋金林> 在 2024-11-07 上传 | 大小:80896 | 下载:1
[数据结构常用算法] jizhanfugai
说明:描述的是通信系统蜂窝网络基站分布及各种空间点过程画图-It describes a communication system and a variety of cellular network base stations distributed spatial point process drawing<lili> 在 2024-11-07 上传 | 大小:321536 | 下载:0
[数据结构常用算法] quanpailie
说明:给定一串字符,列举出所有可能存在的排列方法。-Given a string of characters, the method may include all permutations exist.<张三> 在 2024-11-07 上传 | 大小:959488 | 下载:0
[数据结构常用算法] zuiyoufenjie
说明:对于给定的自然数n,将其分解为不同个数之和的形式,并使这些数的乘积最大。-For a given natural number n, it will be decomposed into the sum of the number of different forms, and make them the product of the maximum number.<张三> 在 2024-11-07 上传 | 大小:1828864 | 下载:0
[数据结构常用算法] qianxuzhongxu
说明:根据一颗二叉树的前序和中序遍历结果,写出它的后序遍历结果。-According to the preamble and the results of a binary tree in preorder, write it after preorder results.<张三> 在 2024-11-07 上传 | 大小:915456 | 下载:0