网站首页  词典首页

请输入您要查询的英文单词:

 

单词 string literal
释义

string literal

  • 网络字符串字面值;字串常值;字符串常值
1.
字符串字面值
字符串字面值String Literal),或者简称字符串。注意,程序的运行结果并没有双引号。
blog.chinaunix.net
2.
字串常值
字串常值」(String Literal) 是在单引号或双引号中括住的零个或多个字元。 字串常值的主要 (基本) 资料型别为 string。
msdn.microsoft.com
3.
字符串常值
异常运行 ... string identifier 字符串标识码 string literal 字符串常值 string name 字符串名称 ...
www.docstoc.com
4.
字符串常量
字符串常量(string literal):字符串常量就是指一串字符了,如"hello",在C 语言中,使用双引号来表示引号内部的内容是字符 …
blog.csdn.net
5.
字面字符串
字面字符串String literal) : 比如"$foo" 或 'hello' 字面数字: 1, 2 …. 整数范围: [ 1..2] 或 [$foo .. $bar] 对象数组: [ "a",...
blog.csdn.net
6.
字符串文字
2.2.7 字符串文字(String Literal) 字符串是双引号(" ")之间的有序图形字符。如" What I said."就是一个字符串。
www.docin.com
7.
字串字面常数
这是字串字面常数 (string literal) ,所谓的字串 (string) 就是文字资料,字串内容可以是任何输入字元。所谓的注解就是在程式 …
pydoing.blogspot.tw

例句

释义:
1.
Type, however, it is possible to create objects by assigning the string literal to the variable directly.
类型,可以通过直接将字符串赋给变量来创建对象。在这种情况下,!
msdn2.microsoft.com
2.
A preprocessor token can be a header name, identifier, number, character literal, string literal, symbol, or miscellaneous character.
一个预处理记号可以是头文件名、标识符、数字、字符类型、字符串类型、元素或者混合字符。
dictsearch.appspot.com
3.
The Extract Constant refactoring allows you to convert any number or string literal in your code to a static final field.
ExtractConstant重构可以将代码中的任何数字或字符串文字转换成一个静态终态字段(finalfield)。
www.ibm.com
4.
When a script is compiled, each escape sequence in a string literal is converted into the characters it represents.
当编译脚本时,字符串中的每个转义序列都会转换为它所表示的字符。
msdn2.microsoft.com
5.
This example obtains the length of a string literal.
下面示例获取字符串的长度。
technet.microsoft.com
6.
To include insignificant white space in an XML literal, use an embedded expression that contains a string literal with the white space.
若要加入XML常值中不显著的泛空白字元,请使用包含字串常值并具有泛空白字元的内嵌运算式。
technet.microsoft.com
7.
Use the Add method to add a string literal to the set of terms that the smart tag will recognize.
使用Add方法可以向智能标记将识别的一组术语中添加字符串。
msdn2.microsoft.com
8.
It also takes notice of the e-mail property and asserts it as a string literal value.
它还处理电子邮件属性并将其断言为一个string字母值。
www.ibm.com
9.
Every character string literal has a character set and a collation.
每个字符串有一个字符集和一个较验。
dict.bioon.com
10.
However, spaces within a string literal keyword or value are preserved.
然而,保留字符串关键字或值内的空格。
msdn2.microsoft.com
1.
The printk function relies on a feature of the C language called string literal concatenation.
printk是基于C语言中一个名为字符串逐字连接的特性。
www.ibm.com
2.
Pushes a new object reference to a string literal stored in the metadata.
推送对元数据中存储的字符串的新对象引用。
msdn2.microsoft.com
3.
A regular expression that matches a string literal and has a match value of the literal itself.
匹配字符串文本并且包含文本本身的匹配值的正则表达式。
msdn2.microsoft.com
4.
Changes are propagated to the Subscriber using string literal values.
使用字符串文字值将更改传播给订阅服务器。
technet.microsoft.com
5.
A string literal can be specified in three different ways.
字符串可以用三种字面上的方法定义。
in.php.net
6.
A string literal that represents a filename, with or without drive or path information.
它是表示文件名的字符串,其中可以包含也可以不包含驱动器或路径信息。
msdn2.microsoft.com
7.
Returns a string literal description of the error.
返回错误的字符串说明。
msdn2.microsoft.com
8.
Returns the string literal source code from the line that caused the error.
从引起错误的行返回字符串源代码。
msdn2.microsoft.com
9.
In other words, you cannot use a string literal or string variable.
换句话说,不能使用字符串或字符串变量。
msdn2.microsoft.com
10.
For instance, it can be a string literal in the program or read from a local file.
例如,可以是程序中的一串文字或从本地文件读取。
www.ibm.com
1.
Returns the string literal name of the item.
返回项的字符串名称。
msdn2.microsoft.com
2.
After a string literal has been frozen, code can simply refer to the string using the address in the native image.
某一字符串冻结之后,代码只需使用本机映像中的地址就能引用该字符串。
msdn2.microsoft.com
3.
We use the str function to parse the multi-line string literal.
我们使用了str函数来解析这个多行字符串。
www.ibm.com
4.
To use, select the number or string literal in the editor, press Ctrl 1 and select Extract to Constant.
要使用这个重构,请选择编辑器中的数字或字符串文字,然后按下Ctrl 1并选择ExtracttoConstant。
www.ibm.com
5.
You should always use quotes around a string literal array index.
应该始终在用字符串表示的数组索引上加上引号。
es.php.net
6.
Constructs a string literal that is three lines long.
构造一个长度为三行的字符串文本。
msdn2.microsoft.com
7.
The second parameter in the expression is 1, which is a string literal.
该表达式中的第二个参数是1,这是一个字串文字。
www-128.ibm.com
8.
To solve this problem, Visual Basic interprets two quotation marks in a string literal as one quotation mark in the string.
为了解决此问题,VisualBasic将字符串文本中的两个引号解释为字符串中的一个引号。
msdn2.microsoft.com
9.
For example, String fooString[20] declares a string literal of length 20.
例如,StringfooString[20]声明一个长度为20的字符串字面值。
www.ibm.com
10.
The string years old is a string literal.
字串yearsold是一个字串文字。
www-128.ibm.com
1.
A string literal is declared using quotation marks, as shown in the following example
字符串是使用引号声明的,如下例所示
msdn2.microsoft.com
2.
String literal introducer, Strings, Character String Literal Character Set and Collation
stringliteralintroducer,字符串,字符串文字字符集和校对
mysql.cs.pu.edu.tw
3.
The first statement of the function body can optionally be a string literal;
函数体的第一条语句可选为字符串;
wiki.ubuntu.org.cn
4.
A string literal that gives a name used to identify a user on a chat or other computer system; for example an AIM screen name or UNIX login
一个字符串文字,它给出一个名称,用于在聊天或其它计算机系统上标识用户;例如AIM屏幕名称或UNIX登录
www-128.ibm.com
5.
A character string literal may have an optional character set introducer and COLLATE clause:
每个字符串有一个可选的字符集introducer和COLLATE子句:
blog.sina.com.cn
6.
Index values for the string literal
字符串索引值
www.suzhou35.com
7.
Missing ending quote of string literal
缺少字符串的结束引号
www.ianywhere.com
8.
The following example would use the string literal
下面的示例使用字符串
www.ichacha.net
9.
For example, instead of storing a date in a string literal, store it as a
例如,不将日期存储为字符串格式,而是存储为
msdn2.microsoft.com
10.
For example, this string literal contains a question
例如,该字符串标识符就包含一个问题
msdn2.microsoft.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/8/14 21:40:25