SCAS:扫描字符串

“Scan String”在计算机领域,尤其是在汇编语言中,常被缩写为SCAS,以便于快速书写和高效使用。SCAS是英文“Scan String”的缩写,其中文含义为“扫描字符串”,主要用于对字符串进行搜索或匹配操作,是程序开发中的基础指令之一。

Scan String具体释义

  • 英文缩写:SCAS
  • 英语全称:Scan String
  • 中文意思:扫描字符串
  • 中文拼音:sǎo miáo zì fú chuàn
  • 相关领域scas 程序集

Scan String的英文发音

例句

  1. The root or global space is considered empty and each time the module keyword is encountered during a file scan the string "::" and the identifiers are appended to the name of the current root.
  2. 根或全局空间被认为是空的,文件扫描中每次遇到模块关键字时,字符串“::”和其标识都会附加到当前根的名称后面。
  3. We found a bigger difference for queries that touch a large number of rows, such as a table scan over all20,000 XML documents with string comparison on every document.
  4. 我们发现涉及大量行的查询的性能差异比较大,比如对所有20000个XML文档进行全表扫描并对每个文档比较字符串。
  5. I get a list of all the content of the element and scan through the list, checking for text ( as String objects ) and elements.
  6. 我获取包含元素所有内容的列表并扫描了这张列表,检查文本(象String对象那样的内容)和元素。
  7. KMP scan algorithm is improved by means of the analysis of string pattern matching BF and KMP. The complexity analysis reveals that the improved algorithm, KMPA, is more effective than KMP.
  8. 通过对字符串模式匹配BF和KMP算法的分析,提出了改进KMP扫描算法的方法,并通过对算法的复杂性进行分析,结果表明:改进后的算法KMPA比算法KMP更有效。