资源列表
[matlab例程] original
说明:When doing optimization, GA algorithm was initially selected, but the instability of the GA (or local optimization) is really frustrating, before and after the resulting difference can at times reach more than 30 , at that time due to time reasons, I<firkin> 在 2025-11-22 上传 | 大小:2kb | 下载:0
[matlab例程] Edge-based-text-region-extraction-from-natural-im
说明:The basic steps of the edge-based text extraction algorithm are given below 1. Create a Gaussian pyramid by convolving the input image with a Gaussian kernel and successively down-sample each direction by half. (Levels: 4) 2. Create directiona<Lee Kurian> 在 2025-11-22 上传 | 大小:2kb | 下载:0
[数据结构常用算法] BoundedPQueue
说明:An implementation of a priority queue with a fixed upper limit to its size<truman> 在 2025-11-22 上传 | 大小:2kb | 下载:0
[数学计算/工程计算] erweibukeyasuoliuchang
说明:二维不可压缩流场的C计算程序,针对涡的变化的研究分析-C-dimensional incompressible flow field calculation programs, research and analysis for the change of the vortex<于海东> 在 2025-11-22 上传 | 大小:2kb | 下载:0
[数据结构常用算法] SPECULAR-REFLECTION-OF-A-TREE.cpp
说明:一棵树的镜面映射指的是对于树中的每个结点,都将其子结点反序。例如,对左边的树,镜面映射后变成右边这棵树。 a a / | \ / | b c f ===> f c b / \ / d e e d 我们在输入输出一棵树的时候,常常会把树转换成对应的二叉树,而且对该二叉树中只有单个子结点的分支结点补充一个虚子结点“$”,形成“伪满二叉树”。 例如,对下图左边的树,得到下图右边的伪满二叉树 a a / | \ / b c f ===> b $<nature> 在 2025-11-22 上传 | 大小:2kb | 下载:0