one-pass algorithm的意思|示意
一遍算法
one-pass algorithm的网络常见释义
设计单遍扫描算法 设计单遍扫描算法(one-pass algorithm),实时地给出近似查询结果就成为数据流模型下数据处理的目标.算法的
one-pass algorithm相关短语
1、 one pass algorithm 一遍算法
2、 one-pass clustering algorithm 一趟聚类算法
one-pass algorithm相关例句
The hybrid algorithm integrates adaptive thresholding and connected-components analysis into one pass of image processing.
该算法将自适应取阈方法和连通分量分析方法集成于一次图像扫描处理中实现。
The improved algorithm based on the coding pass combination has some advantages as follows: on the one hand, it can speed up coding through reducing scanning times;
这种基于编码通道合并的优化算法,一方面可以减少编码扫描次数,提高编码速度;
The results show that the algorithm can attain the realtime requirements of data transmission in one card pass system.
结果表明,该算法能够有效地满足一卡通系统数据传输的实时性要求。
Taking the one-pass clustering algorithm as the basic algorithm for grouping data, the issue of clustering ensemble is investigated.
以一趟聚类算法作为划分数据的基本算法,讨论聚类融合问题。
The proposed architecture adopt recursive pyramid algorithm(RPA)instead of the classical pyramid algorithm(PA), only one low-pass filter and high-pass filter are required to compute all levels.
该结构采用了递归金字塔算法(RPA)取代传统的PA算法。 只用一组滤波器即可完成所有级别的小波运算。
Write a one-pass algorithm with o (1) extra space to determine, if your path crosses itself, or not.
编写一个一趟遍历算法,并且只使用o(1)的额外空间来确定路径是否自相交。