搜索资源列表
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
矢量量化的C语言实现
- 矢量量化,用C语言实现,已经通过测试,好东西
polybool_src
- 二维平面多边形布尔运算,高速,有效,可用于平面字体处理,矢量图处理等
c++
- vc源代码 11.1编程测试顺序容器矢量(vector)的主要功能和使用方法
ZUIDUAN
- 本文提出了一种基于矢量角度的最短路径搜索算法,设计出一种类似于面向对象的数据存储结构来存储网络图中的节点及弧段对象,在最短路径的搜索上引入矢量夹角标量值做为搜索因子,充分利用了网络图中各点元素和线元素间的拓扑关系,提高了搜索的趋势性,同时还考虑了各弧段的长度值(或权值),较好的将网络图中对象的空间信息和属性信息相结合
luyousuanfa
- 编写一程序实现动态路由算法动态路由算法分为: 距离矢量路由算法和链路状态路由算法,-Procedures for the preparation of a dynamic routing algorithm to achieve dynamic routing algorithm as follows: distance vector routing algorithm and link state routing algorithm,
VectorGraphOfTrans.tar
- 对矢量图形的简单操作,如:平移、旋转、依直线镜像、依点镜像以及放大或缩小 。-The geometric transformation of vector graphics
floyd
- Floyd算法,给定多点间距离的矢量矩阵,计算两点之间的最短距离-Floyd algorithm, given the distance between multi-vector matrix, calculating the shortest distance between two points
LBGVQ_wgy
- LBG矢量量化C/C++语言实现(可执行) LBG是经典的矢量量化算法,通过对训练集的分析,生成适量量化使用的码本。 实现过程简单明了,就一个CPP文件。-LBG VQ C/C++ language (executable) LBG is a classic vector quantization algorithm, the analysis of the training set to generate code used to quantify the amount. Imp
Generic-function
- 泛型函数: 总结:使用标准模板库 (STL) C++标准库提供了更为安全,更为灵活的数据集处理方式。 STL的最主要的两个特点:数据结构和算法的分离,非面向对象本质。 访问对象是通过象指针一样的迭代器实现的;容器是象链表,矢量之类的数据结构,并按模板方式提供; 算法是函数模板,用于操作容器中的数据。由于STL以模板为基础,所以能用于任何数据类型和结构。-Generic function: Summary: Using the Standard Template Library
paixu
- C++平台下实现数据的自动快速排序法,然后提取数组中出现的数据,并且记录其出现的次数,并且程序中用到了矢量数组-Quick sort
test
- 在C/C++环境下,编程模拟距离矢量路由选择算法和链路状态路由选择算法-In C/C++ environment, the programming simulated distance vector routing algorithms and link state routing algorithm
jiyu
- 基于组合码字的矢量量化编码算法 基于组合码字的矢量量化编码算法-Based on the combination of the codeword encoding algorithm for vector quantization
Vector-quantization
- 矢量量化在C语言下的实现,在VC6.0下编译通过-Vector quantization in C voice implementation, compiled by VC6.0
mywork
- matlab模拟衍射积分,矢量衍射 离轴抛物面镜聚焦特性-matlab simulation of diffraction integral, vector diffraction focusing properties of off-axis parabolic mirror
gvfclanguage
- 通过C语言实现梯度矢量流图像分割,比传统的分割效果好很多-Through the C language implementation GVF image segmentation, segmentation results than the traditional lot better
31279784
- LVQ(学习矢量量化)算法:它是Kohonen的有监督学习的扩展形式,融合了自组织和有导师监督的技术,学习方法是竞争的,但()
二维空间点线线线距离
- 基于GIS空间分析的简单入门,二维空间内点到线的距离使用的矢量法实现,线与线的距离使用线方程法,先判定是否平行然后计算距离。两个CPP文件,用于VC6.0实现。
