• 行扫描方法进行车牌上下边界定位

    The row scan method is utilized to locate the up and down edges of the plate.

    youdao

  • 基本上权衡使用索引选择或者扫描这两种方式。

    Basically, it's weighing the choice of using the index to walk through the selected rows or doing a table scan.

    youdao

  • 荧光粉条与行扫描方向平行,平面行扫描方向垂直

    The plane in which three beams are is vertical to horizon- tal scanning direction.

    youdao

  • 荧光粉条与行扫描方向平行平面行扫描方向垂直

    The phosphor strips are parallel to horizon- tal scanning direction. The plane in which three beams are is vertical to horizon- tal scanning direction.

    youdao

  • 然后采用行扫描线段分析方法得到车牌底色所在的矩形区域;

    Secondly, LP's background color zones were segmented by scanning lines of picture and analyzing the line segments.

    youdao

  • 后者利用前一扫描高度数据作为当前行z向扫描器驱动参考输入

    The latter USES the last line height signal as the reference input of Z-control in the current line scan.

    youdao

  • Loop使用一个生成随机重复这个循环直到行扫描不再生成匹配值

    Loop repeats the cycle with a newly generated random code until a scan of the rows does not produce a match.

    youdao

  • 初级方法是使用游标扫描每一执行一个定位的更新语句

    The naive approach USES a cursor to scan the table and execute a positioned update statement for each row.

    youdao

  • 设计采用行扫描识别闭合,并且按键的选用信号传输上都其独特之处。

    The design identify shutting of key using row scanning. It is peculiar in a-side of keys selection and signal transmission.

    youdao

  • 针对车牌区域内字符串具有丰富纹理特征,本文提出了一种基于行扫描车牌定位算法

    An algorithm of license plate location based on line scanning is proposed according to the abundant texture features in the domain of vehicle license plate.

    youdao

  • 建立了TDICCD交汇测量系统中CCD行扫描速率目标运动速率同步控制数学模型

    The math model about synchronism controlling between line scanning rate of CCD and object moving speed in the TDI CCD intersection measuring system is established.

    youdao

  • 激光照排机中,成像激光光点坐标由水平方向行扫描和垂直方向的场扫描同步运动决定的。

    In the laser typesetter, the coordinates of the imaging laser points are determined by synchronous movement of row and column scanning motors.

    youdao

  • 高压彩电彩色显示器输出电路中的关键器件开关速度快慢直接限制行扫描频率的高低。

    High voltage silicon pile is the key component of the output circuits of color TV and color monitor, whose switch frequency is the direct restrictive factor of line scan.

    youdao

  • 传统场序彩色LCOS微显芯片类似,芯片主要模块由行扫描驱动器数据驱动器象素驱动矩阵大部分组成。

    Similar with traditional field sequential color LCOS microdisplay chip, it consists of three parts: row scan driver, data driver and pixel array. The main difference of them is the row access method.

    youdao

  • 模型综合考虑目标长度、目标运动速率TDICCD行扫描速率成像系统放大倍数、TDI CCD像尺寸因素。

    This model synthetically considers length and velocity of target object, line scanning rate of TDI CCD, magnifying power of imaging system, size of pixel, and so on.

    youdao

  • 介绍电视接收机显示器行扫描电路中的磁饱和电抗元件(线性校正线圈)原理铁氧体磁芯材料性能工艺要求

    This article describes the principium of line scan revise winding used in the line scan circuit of TV receiver and display, and the requirement for the characteristics of the ferrite core.

    youdao

  • 同步空间滤波器引入可使算法低颜色阈值条件下获得质量图像分割结果,且滤波器的行扫描数据录入方式可以保证高实时性

    The introduction of the synchronization dimensional structure filter makes the Laplace operator improve the segmentation quality with a high real time capability by the original arithmetic.

    youdao

  • 我们例子中,通过索引扫描得到6574个候选行。

    In our example, we get 6574 candidates from the index scan.

    youdao

  • 这里使用一个扫描来访问更好的选择

    Accessing the rows using a table scan is a better choice in this case.

    youdao

  • 对于扫描数据包所有使用协议级别作为前缀。

    Each line is prefixed with the protocol level within the packet that was scanned.

    youdao

  • 话说,我们顺序扫描了锁定了每个,操作进行了很多

    In other words, we have sequentially scanned this table, locking every row, a lot of times.

    youdao

  • 但是如果某个100,000更多那么重复连续扫描性能产生致命影响

    But if a table has 100,000 or more rows, repeated sequential scans are deadly to performance.

    youdao

  • 因为select语句结果集中期望,所以扫描在这里认为是代价较高操作

    Since only one row is expected in the result set from this SELECT statement, the table scan here is considered an expensive operation.

    youdao

  • 不管数据是否提交以及根据语句谓词是否排除对于索引扫描访问执行这样锁定操作。

    This locking was done for both index scans and table access whether or not the row of data was committed or whether it would have been excluded based on the statement's predicates.

    youdao

  • DB 2可以使用关系索引xml索引快速检索所关注数据避免盲目地扫描中的所有

    DB2 can use both the relational and XML indexes to quickly pinpoint the data of interest, avoiding a costly scan of all rows in the table.

    youdao

  • 接下来参赛者需要每个添加合适索引以便Informix无需扫描整个表即可找到需要更新

    Next, contestants needed to add appropriate indexes to each table, so that Informix would not scan the whole table to find the row it needed to update.

    youdao

  • Time维度满足过滤条件 time_id连接散列创建一个向量,用于过滤以上跳跃式扫描Orders

    The time_id join keys that meet the filter requirements on the Time dimension table are hashed to create a bit vector that filters rows of the Orders table from the skip scan above.

    youdao

  • 而且虽然在type - 2索引扫描中,删除不会跳过,但是除非同时设置注册表变量db2_skipdeleted,否则扫描访问中,被删除的行将被无条件跳过。

    Furthermore, deleted rows are skipped unconditionally on table scan access while deleted keys are not skipped for type-2 index scans unless the registry variable DB2_SKIPDELETED is also set.

    youdao

  • 规则默认长度100(这意味着如果某个所扫描方法的长度超过100,则PM d会报告出现一个违规),但是如果喜欢的话,可以降低阈值。

    This rule's default length threshold is 100 (meaning that if a scanned method has a length greater than 100 lines, PMD reports a rule violation), but you can lower that threshold if you like.

    youdao

  • 规则默认长度100(这意味着如果某个所扫描方法的长度超过100,则PM d会报告出现一个违规),但是如果喜欢的话,可以降低阈值。

    This rule's default length threshold is 100 (meaning that if a scanned method has a length greater than 100 lines, PMD reports a rule violation), but you can lower that threshold if you like.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定