保留字

  • 网络Reserved Word;reserved keywords
保留字保留字
  1. 在KornShell脚本中,单词function是一个保留字。

    In Korn shell scripting , the word function is a reserved word .

  2. 注意如何通过JavaFX保留字insert实现这一过程。

    Notice how this is done using the JavaFX reserved word insert .

  3. 在编程语言中,作为操作符使用的一种保留字,如AND,READ和DO。

    In a programming language , a reserved word that is available for use as an operator ; for example , AND , READ and DO .

  4. 您需要确定“title”是被视作保留字而非字符串的。

    You want to be very sure that " title " is taken as the reserved word rather than as a STRING .

  5. 在为shell变量选择名称时,应该避免使用这些关键词(也称为bashshell保留字)。

    You should avoid these keywords or what are known as bash shell reserved words when choosing names for shell variables .

  6. 尽管goto仍是Java的一个保留字,但并未在语言中得到正式使用;

    Although goto is a reserved word in Java , it is not used in the language ;

  7. 所提出的数据组织形式及对典型设计步骤保留字化的方法,在系统软件级为机械CAD引入人工智能和专家系统提供了新的条件。

    The data management and reserved word for typical design procedure proposed to offering a foundation for use of CAD and application of AI at the level of system software .

  8. evt是一个SVG保留字,它描述刚发生的事件。

    Evt is a reserved SVG word that describes the event that has just happened .

  9. 对于像“ChristopherReeve”一样的字符串,您或许无法在我们的语言中将所有的演员姓名存储为保留字。

    For strings like " Christopher Reeve ", you cannot possibly set aside all the names of actors as reserved words in our language .

  10. update和delete方法的名称分别被更改为insertObject、updateObject和deleteObject,这是因为delete是JavaScript中的一个保留字。

    The method names for insert , update , and delete have been changed to insertObject , updateObject , and deleteObject because delete is a reserved word in JavaScript .

  11. 您可能知道有效的URL需要遵守RFC1738定义的特定的编码规则,必须替换保留字,例如“”(空格)或“:”。

    You might know that valid URLs need to follow specific encoding rules defined in RFC1738 , and must replace reserved characters , such as ""( space ) or ":" .

  12. 参数remote-cache-scope和remote-cache-expiry是用于提供此信息的保留字。

    The parameters remote-cache-scope and remote-cache-expiry are reserved terms used for the purpose of providing this information .

  13. 保留字在计算机翻译中的词法分析方法

    A Morphology Analysis Method for the Computer Translation of Reserved Words

  14. 这包括所有的分界符,保留字以及关键字。

    This includes all the delimiters , reserved words and keywords .

  15. 不能使用保留字命名控件。

    You cannot use reserved words to name controls .

  16. 专用寄存器是一些保留字,用于指定编译器生成的存储区域。

    Special registers are reserved words that name storage areas generated by the compiler .

  17. '%s'是一个保留字

    ' % s ' Is a reserved word

  18. 通过保留字和其他特殊标记,程序员希望解析器会逐字地识别这些字并为其指派特定的意义。

    By reserving words and other special tokens , the programmer promises that the parser will recognize these words literally , assigning a specific meaning to them .

  19. 为了解决计算机翻译中有关保留字的词法分析问题,介绍两种基本的词法分析方法,就表格驱动的词法分析法,讨论构造不同结构的表所实现的保留字识别的方法及效率分析。

    In order to solve the problem about morphology analysis of reserved words , this paper presents two basic morphology analysis methods and discusses the recognition method and efficiency analysis of reserved words realized by different structural tables .

  20. Twitter正在改变规则,允许用户在每条推特里添加更多东西,但仍保留140字的限制。

    Twitter is changing the rules to allow users to fit more into each tweet , while still keeping the 140-character limit .

  21. 如果您正在保留这些字,请继续进行下去并且保留不等号()和左右括号。

    So long as you 're reserving words , go ahead and reserve the not equal sign (), and , or , the left and right parentheses .

  22. 香港和台湾一直保留着繁体字的传统。通常来说,同样一个字,繁体字的笔画要多于简体字。

    Hong Kong and Taiwan retained traditional Chinese , which usually has more strokes per character .

  23. 在您的语言中,您要将actor和等号(=)作为该语言中的保留标记,尽管字if和instanceof在Java语言中都是带有特殊意义的保留标记。

    In your language , you will make actor and the equal sign ( = ) reserved tokens in the language , much as the words if and instanceof are reserved tokens with particular meaning within the Java language .