资源列表
[数据结构常用算法] tree-leave
说明:中序遍历输出二叉树 输出二叉树的叶子树 输出二叉树的节点数-which preorder output binary tree output binary tree leaf tree output binary tree nodes<刘黎> 在 2025-06-22 上传 | 大小:274kb | 下载:0
[数据结构常用算法] cfffsss
说明:改进后的算法大大减少了对于那些运动矢量为零的块的搜索冗余,同时对于运动比较剧烈的块直接进入大范围搜索。这样即提高了搜索效率,又不会使搜索结果陷入局部最优。-improved algorithm greatly reduced for those zero motion vector search block redundancy, Meanwhile, more intense campaign of direct access to block large-scale search. That<刘昌劲> 在 2025-06-22 上传 | 大小:259kb | 下载:0
[数据结构常用算法] Establishment-usebinarytreeprocedure
说明:本程序的功能主要是建立并实现了二叉树的算法 -this program is the main function of the establishment and the realization of a binary tree algorithm<掌心> 在 2025-06-22 上传 | 大小:7kb | 下载:0
[数据结构常用算法] Projectjohu123006
说明:crc任意位生成多项式 任意位运算 自适应算法 循环冗余校验码(CRC,Cyclic Redundancy Code)是采用多项式的 编码方式,这种方法把要发送的数据看成是一个多项式的系数 ,数据为bn-1bn-2…b1b0 (其中为0或1),则其对应的多项式为: bn-1Xn-1+bn-2Xn-2+…+b1X+b0 例如:数据“10010101”可以写为多项式 X7+X4+X2+1。 循环冗余校验CRC 循环冗余校验方法的原理如下:<johu> 在 2025-06-22 上传 | 大小:449kb | 下载:0