用行扫描的方法进行车牌的上下边界定位。
The row scan method is utilized to locate the up and down edges of the plate.
最后,研究人员还希望大脑扫描的方法成为一种有用的诊断工具。
Eventually, the researchers hope that brain scans might also be a useful diagnostic tool.
采用基于分割栅格多次扫描的方法对建筑物多边形进行化简以及形状优化。
As for the simplification of building shape, a new method based on grid multi-scan is used to simplify and optimize the building shape.
通过扫描的方法对优化得到的分离条件进行微调,能够进一步提高分离效果。
By slightly adjusting the optimized separation conditions using grid search method, the separation performance can be further improved.
本发明涉及一种最佳化图像品质扫描的方法,可运用于穿透式与非穿透式扫描器中。
A scan method for optimizing image quality is disclosed, which can be used for transmission-type or non-transmission scanner.
针对被测镜大口径的问题,采用了扫描的方法,这样可以测量被测镜不同位置的焦距。
For large aperture lens, scanning method was developed to measure the focal length in different locations within the mirror.
用扫描电化学显微镜的线扫描的方法研究咪唑啉分子吸附在铁的表面形成的自组装单分子膜。
The performance of corrosion inhibition of self-assembled monolayers of imidazoline formed on iron substrate was characterized by means of scanning electrochemical microscopy.
还用TGA - DTA热分析和SEM形貌扫描的方法对改性混凝土的7天水化机理进行了分析研究。
TGA-DTA and SEM were used to analyze 7 days hydration mechanism of concrete modified with ASR.
但是如果我们能够帮助陪审团更好地做出决定,即便只是一点点帮助,就很难将大脑扫描的方法一直拒之门外。
But if we can help the jury make this decision even a little bit better, it's hard to defend keeping this stuff out.
本文在利用正向最大匹配方法和逆向最大匹配方法来对输入文本进行预切分,并通过双向扫描的方法检测歧义字段。
We segmented input text. utilizing the methods of Maximum Matching and Reverse Maximum Matching, and found ambiguous word through two-way-scan method.
其他研究正在利用先进的大脑扫描方法探索直接凝视时做出反应的特定大脑区域。
Specific brain regions that respond during direct gaze are being explored by other researchers, using advanced methods of brain scanning.
分析方法就是工作完成的地方;它就是调用的程序并在扫描期间执行分析操作。
The analyze method is where all of the work is done; it is what is invoked and it performs the analysis during a scan.
发明家已经开发出一种验明身分的新方法,使用的是一台扫描眼球的机器。
Inventors have developed a new way to identify people, using a machine that scans their eyeballs.
很明显,有很多方法可以扩展组件扫描来注册自定义的类型。
Clearly it is possible to extend the component scanning in a number of ways to register your own custom types.
被扫描的表的算法(访问方法)。
此规则的默认长度阈值是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.
初级的方法是使用一个游标对表进行扫描,并为每一行执行一个定位的更新语句。
The naive approach USES a cursor to scan the table and execute a positioned update statement for each row.
在该方法中,需要扫描其中的一个表,通常扫描较小的那个表,用它在内存中创建一个哈希表。
In this method, one of the tables, usually the smaller one, is scanned and used to create a hash table in memory.
您可以将模板用于另外一种修订方法,此方法适用于扫描的表格,这种方法不需要使用语义分析来屏蔽。
You can use a template for another redaction method that is suitable for scanned forms, and which does not require any semantic analysis for redaction.
在本文中,您研究了一些相关的方法,可用于扫描您的网络以寻找主机和打开的端口、记录相关的信息并在经过一段时间之后对信息进行比较。
In this article, you've examined methods for scanning your network to find hosts and open ports and how to record and compare that information over time.
如果内部表没有索引,那么数据库服务器就会将在表上构建索引的成本与连续扫描的成本进行比较,然后选择成本最低的那一种方法。
If the inner table does not have an index, the database server will compare the cost of building an index on the table to the cost of a sequential scan, and will choose the one with the least cost.
例如,出纳员将产品的价格输入终端机和后台系统的方法就是一种由于条形码和扫描仪的发明而带来的新方法。
For example, the way cashiers entered the price of products into the terminal and logistics systems changed drastically with the invention of bar codes and scanners.
访问计划指示,强制优化器使用指定的访问方法进行数据检索,要么是连续扫描,要么是索引扫描。
Access plan directives that force the optimizer to use the designated access method for data retrieval, either sequential scan or index scan.
甚至现代的方法(用这种方法扫描时,被测人员要在一块玻璃板上转动手指),往往需要对每根指头采集多次,才能获得一个可用的指纹。
Even the modern approach, in which the subject's finger is rolled over a glass plate for scanning, often requires several attempts per finger to get a usable print.
我们的检测器只需要在字节码扫描阶段维护状态,因为我们查找的是方法级的问题。
Our detector needs to maintain state only during the byte code scanning phase, because we're looking for a method-level problem.
在之前的部分您已经了解了一种类型的访问方法,即索引扫描(IXSCAN),和一种类型的联接方法,即嵌套循环联接(NLJOIN)。
In the previous section you learned about one type of access method, index scan (IXSCAN), and one type of join method, nested loop join (NLJOIN).
这种方法会查看以前的扫描,并只分析前一次分析更改过的代码,因此显著降低了识别代码质量问题所需的时间。
This approach looks at previous scans and analyzes only the code that has been changed since the previous analysis, thereby dramatically reducing the time required to identify code quality issues.
更好的方法就是使用键索引扫描。
一般来说,索引扫描是访问数据的最有效的方法,尤其是表很大但符合条件的行很少的时候。
Index scans are usually the most efficient way to access data, especially when the table is large but the number of qualified rows is small.
更好的一种方法是线性扫描老的代以查找对年轻对象的引用。
Somewhat better would be to linearly scan the old generation looking for references to young objects.
应用推荐