资源列表
[数据结构常用算法] AVLTree
说明:数据结构,平衡二叉树 平衡二叉树(Balanced Binary Tree)又被称为AVL树(有别于AVL算法),且具有以下性质:它是一 棵空树或它的左右两个子树的高度差的绝对值不超过1,并且左右两个子树都是一棵平衡二叉树。构造与调整方法 平衡二叉树的常用算法有红黑树、AVL、Treap等。 最小二叉平衡树的节点的公式如下 F(n) F(n-1)+F(n-2)+1 这个类似于一个递归的数列,可以参考Fibonacci(斐波那契)数列,1是根节点,F(n-1)是左子树的节点数量,F(n-2)是<olivia> 在 2025-11-22 上传 | 大小:2kb | 下载:0
[matlab例程] codes
说明:CombineImages: Combine two images to get 1. dft:Discrete Fourier Transform equation GetHist:To get the histogram of any image RGBTOGRAYCONVERTER:Convert a RGB image to a gray scale tecnicaBSS: Code to aply the blind source separation tecnique<Aniela> 在 2025-11-22 上传 | 大小:2kb | 下载:0
[matlab例程] w_r_contact_third_1
说明:切片法求轮轨接处,使用的lm型车轮踏面和r60钢轨进行求解三维轮轨接触-Sectioning seeking the wheel-rail contact point, use lm-type wheel tread and rail r60 to solve the three-dimensional wheel-rail contact<leo> 在 2025-11-22 上传 | 大小:2kb | 下载:1
[人工智能/神经网络/遗传算法] SVM_max
说明:最大支持向量机分类算法是一种比较很好的解决了多数据的分类问题。-Maximum support vector machine classification algorithm is a relatively good solution to the problem of multiple classification data.<梦样年华> 在 2025-11-22 上传 | 大小:2kb | 下载:0
[数学计算/工程计算] adi_fdtd2D.c
说明:Program made in C ADI-FDTD with PEC in 2 Dimensional<Rodrigo> 在 2025-11-22 上传 | 大小:2kb | 下载:1
[数学计算/工程计算] fdtd3d_dipolo.c
说明:Patter radiation antenna made in C using FDTD in 3 dimensional<Rodrigo> 在 2025-11-22 上传 | 大小:2kb | 下载:0