网站首页  词典首页

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

 

单词 string array
释义

string array

  • 网络字串阵列;字符串数组;字符串阵列
1.
字串阵列
Assignment of Management Accounting Scdl ... 撞击速度 striking velocity 字串阵列 string array 字串中断 string break ...
www.docstoc.com
2.
字符串数组
具体情况是将一个中文字符串数组string array)输出到一个word文档中。字符串里的中文字符在生成的word文档中现实为乱 …
www.gongkong.com
3.
字符串阵列
电脑科词汇表 ... string 字符串 string array 字符串阵列 string concatenation 字符串连接 ...
www.cmi.hku.hk
4.
便是
Thinking In Java 第二版_侯捷及王建兴 ... 的 Event inner class。 以下便是一例,回传一个 String array: 以下便是 Pair class: ...
www.docstoc.com

例句

释义:
1.
Property into a string array and writes each language name to a separate line of HTTP output.
属性返回的多个值捕获到一个字符串数组中,并将各语言名称写入单独的HTTP输出行。
msdn2.microsoft.com
2.
This method opens a file, reads each line of the file, and then adds each line as an element of a string array.
此方法打开一个文件,读取文件的每一行,然后将每一行添加为字符串数组的一个元素。
technet.microsoft.com
3.
What if I do not provide the String array as the argument to the method?
如果我在方法变量中不提供字符数组,结果会怎样?
blog.163.com
4.
Given a string array and a file path, this method opens the specified file, writes the string array to the file, and then closes the file.
已知字符串数组和文件路径,此方法打开指定的文件,将字符串数组写入文件,然后关闭文件。
technet.microsoft.com
5.
A form bean containing a String[] array for the radio buttons and a String for the specifically selected button.
一个表单bean,包含单选按钮的String[]数组和特意选中的按钮的String。
www.ibm.com
6.
Opens a text file, reads all lines of the file into a string array, and then closes the file.
打开一个文本文件,将文件的所有行都读入一个字符串数组,然后关闭该文件。
msdn2.microsoft.com
7.
Indicates whether the specified type can be converted to a string array.
指示指定的类型是否可被转换为字符串数组。
msdn2.microsoft.com
8.
Returns a String array containing the substrings in this instance that are delimited by elements of a specified Char or String array.
返回包含此实例中的子字符串(由指定Char或String数组的元素分隔)的String数组。
msdn2.microsoft.com
9.
Retrieves a string array containing the name of every table that is enabled for change notifications in a SQL Server database.
检索一个字符串数组,该数组包含SQLServer数据库中为其启用了更改通知的每个表的名称。
msdn2.microsoft.com
10.
Concatenates all the elements of a string array, using the specified separator between each element.
串连字串阵列的所有元素,并在每个元素之间使用指定的分隔符号。
technet.microsoft.com
1.
The example in Listing 1 illustrates variable creation of a variety of types (int, float, string, array, and function).
清单1中的示例说明了如何创建多种类型的变量(整型、浮点、字符串、数组和函数)。
www.ibm.com
2.
Returns a string array that contains the substrings in this string that are delimited by elements of a specified string array.
返回的字符串数组包含此字符串中的子字符串(由指定字符串数组的元素分隔)。
msdn.microsoft.com
3.
Returns a String array containing the substrings in this string that are delimited by elements of a specified String array.
返回包含此字符串中的子字符串(由指定的String数组的元素分隔)的String数组。
msdn2.microsoft.com
4.
Multi-value context variables like %htm: task. administrators% evaluate to a string array.
多值上下文变量,如%htm:task.administrators%计算为字符串阵列。
www.ibm.com
5.
A string array containing the names of all the roles that the specified user is in for the configured applicationName.
一个字符串数组,其中包含指定用户对于已配置的applicationName所属于的所有角色的名称。
msdn2.microsoft.com
6.
Names transmitted from a client into a string array.
下面的示例加载从客户端传输到字符串数组中的。
msdn2.microsoft.com
7.
Concatenates the specified elements of a string array, using the specified separator between each element.
串连字串阵列的指定元素,并在每个元素之间使用指定的分隔符号。
technet.microsoft.com
8.
Then, I'll create another String[] array of selectedMountains to represent the checkboxes that have been selected.
然后,我将创建另外一个String[]数组,包含selectedMountains,代表已经选中的复选框。
www.ibm.com
9.
Optional string array containing the data queries to execute to obtain input for the associated update commands.
包含数据查询的可选字符串数组,该数据查询将被执行以得到相关联更新命令的输入。
www.jukuu.com
10.
It is also a data bean with two properties: a String indicating the state, and a String array of city names.
它也是数据bean,它有两个属性:表示州名的String和城市名的String数组。
www.ibm.com
1.
The following example fills a string array with all the object names in the application state collection.
下面的示例用应用程序状态集合中的所有对象名填充字符串数组。
msdn2.microsoft.com
2.
You perform the same procedure to create a String[] array value by adding additional values to the Arguments field.
通过向Arguments区域添加额外的值,您就可以执行相同的程序以创建一个String[]数组。
www.ibm.com
3.
If no roles exist for the configured applicationName, we recommend that your provider return a string array with no elements.
如果对于已配置的applicationName不存在任何角色,则建议提供程序返回不包含任何元素的字符串数组。
msdn2.microsoft.com
4.
A string array that contains the last three error parameters.
包含最后三个错误参数的字符串数组。
msdn2.microsoft.com
5.
Returns a string array containing the command-line arguments for the current process.
返回包含当前进程的命令行参数的字符串数组。
msdn2.microsoft.com
6.
A String array containing the names of files in the specified directory that match the specified search pattern.
一个String数组,它包含指定目录中与指定搜索模式匹配的文件的名称。
msdn2.microsoft.com
7.
As shown, it is a "data" bean with a single property, a String array of state abbreviations.
您可以看到,它是“数据”bean,它有一个属性,即州名缩写的String的数组。
www.ibm.com
8.
A string array of user names to be added to the specified roles.
一个字符串数组,其中包含要添加到指定角色的用户名。
msdn2.microsoft.com
9.
Returns a zero-based array containing a subset of a String array based on specified filter criteria.
返回一个从零开始的数组,该数组包含基于指定筛选条件的String数组的子集。
msdn2.microsoft.com
10.
Adds all the strings in a string array to the collection.
将字符串数组中的所有字符串添加到集合中。
msdn2.microsoft.com
1.
This method will return a String array of the Book titles given an Author's name.
这个方法将返回包含指定作者的书名的字符串数组。
www.ibm.com
2.
Returns a String array that contains all the keys in the NameObjectCollectionBase instance.
返回String数组,该数组包含NameObjectCollectionBase实例中的所有键。
msdn2.microsoft.com
3.
Expression, the capturing groups are included in the resulting string array.
表达式中使用捕获组,则生成的字符串数组中会包含捕获组。
msdn2.microsoft.com
4.
I'll start by using checkbox elements to show a simple String[] array of mountain peaks in the Himalayas.
我先从使用复选框元素显示简单的String[]数组开始,数组中包含喜玛拉雅山的顶峰高度。
www.ibm.com
5.
These are passed into the methods as a String array of property names and an Object array of property values.
传递给这些方法的参数包括属性名的String数组和属性值的Object数组。
www.ibm.com
6.
return, respectively, an empty string value or an empty String[] array.
它们分别返回一个空的字符串值或者一个空的String[]数组。
www.ibm.com
7.
Using the specified string for the schema name and the specified string array for the restriction values.
使用指定字符串作为架构名称,指定字符串数组作为限制值,返回此。
msdn2.microsoft.com
8.
A string array containing the names of the available views.
包含可用视图的名称的字符串数组。
msdn2.microsoft.com
9.
Creates a new file, writes the specified string array to the file using the specified encoding, and then closes the file.
创建一个新文件,使用指定的编码在其中写入指定的字符串数组,然后关闭文件。
msdn2.microsoft.com
10.
Creates a new file, write the specified string array to the file, and then closes the file.
创建一个新文件,在其中写入指定的字符串数组,然后关闭该文件。
msdn2.microsoft.com
1.
Note that TestForm. java in Listing 1 includes getters and setters for the two example String[] array variables.
请注意清单1中的TestForm.java包含了两个示例String[]数组变量的getter和setter。
www.ibm.com
2.
A String array of file system entries matching the search criteria.
一个String数组,它包含与搜索条件匹配的文件系统项。
msdn2.microsoft.com
3.
Gets a sorted string array of client language preferences.
获取客户端语言首选项的排序字符串数组。
msdn2.microsoft.com
4.
Method and returning a string array of custom attribute names.
方法,然后返回自定义属性名称的字符串数组。
msdn2.microsoft.com
5.
A string array can be initialized in the same way.
可以用相同的方式初始化字符串数组。
msdn2.microsoft.com
6.
Returns a string array of arguments for the message.
返回消息参数的字符串数组。
msdn2.microsoft.com
7.
All I'm doing here is getting my String array and selectedMountain value and making them available to my display page.
在这里要做的仅仅是得到String数组和selectedMountain的值,并让显示页面能够使用它们。
www.ibm.com
8.
Gets a string array containing the keys (names) of all members in the file collection.
获取一个字符串数组,该数组包含文件集合中所有成员的键(名称)。
msdn2.microsoft.com
9.
A string array of style sheets linked to this page.
链接到此页的样式表的字符串数组。
msdn2.microsoft.com
10.
A string array of client-supported MIME accept types.
客户端支持的MIME接受类型的字符串数组。
msdn2.microsoft.com
1.
The String array of names provided to the AuditoryCues. playList property is just that -- a collection of names of events.
提供给AuditoryCues.playList属性的String名称数组就是这样―一个事件名称的集合。
www.ibm.com
2.
A String array of file names in the specified directory.
指定目录中文件名的String数组。
msdn2.microsoft.com
3.
A string array of role names to add the specified user names to.
一个字符串数组,其中包含要将指定用户名添加到的角色名称。
msdn2.microsoft.com
4.
A string array of virtual file locations.
虚拟文件位置的字符串数组。
msdn2.microsoft.com
5.
A string array of all the key values in the collection.
集合中所有键值的字符串数组。
msdn2.microsoft.com
6.
Now assume that the languages live in a String array.
现在假设该语言存在于String数组中。
www.ibm.com
7.
A string array of format patterns.
格式模式的字符串数组。
msdn2.microsoft.com
8.
The following example uses a space to bind a string array.
下面的示例使用空格来连接一个字符串数组。
msdn2.microsoft.com
9.
Gets or sets a string array of native digits equivalent to the Western digits 0 through 9 .
获取或设置与西文数字0到9等同的本机数字的字符串数组。
www.bing.com
10.
You have to write a program that reads information from the file into two-dimensional String array.
你必须写一个读数据的计画从文件到二-空间的线排列。
zhidao.baidu.com
1.
You should return a string array with no elements.
不存在任何角色,则应返回不带任何元素的字符串数组。
msdn2.microsoft.com
2.
A string array of group names.
组名的字符串数组。
msdn2.microsoft.com
3.
A string array that contains the names of the SQL Server database tables.
一个字符串数组,包含SQLServer数据库表的名称。
msdn2.microsoft.com
4.
The steps are roughly the same as for adding the nature, but we remove a nature id from the String array, instead of adding one.
步骤基本上与添加性质相同,但是我们是从字符串数组中删除而不是添加一个性质id。
www.ibm.com
5.
However, many thread-unsafe methods remain, for example methods of String, Array and more built-in classes.
但是,仍然有很多线程不安全的方法存在。例如String、Array以及更多内建的类的方法。
www.infoq.com
6.
The real benefit here is that to change or expand the list of supported terms or cities you can just update the string array.
主要的优点在于如果要修改或扩展支持的项或城市列表,只需要修改字符串数组即可。
www.ibm.com
7.
As you can see, this Main method accepts no parameters. So, we add a string array parameter like this
如你所见,这个数组参数
www.search.hc360.com
8.
A string array containing the names of all the roles stored in the data source for the configured applicationName.
一个字符串数组,包含在数据源中存储的已配置的applicationName的所有角色的名称。
msdn2.microsoft.com
9.
The result is returned as an annotated string (actually a string array, just to be difficult); and,
第一是返回的结果是经过注释的字符串(实际上是字符串数组,只不过有所不同罢了);第二就是,
bbs.cgtop.org
10.
The following is a declaration of a string array where each array element is initialized by a name of a day
下面声明一个字符串数组,其中每个数组元素用每天的名称初始化
msdn2.microsoft.com
1.
A form bean that holds a String[] array of checkboxes and a String[] array of selected checkboxes
一个表单bean,容纳复选框的String[]数组和表示选中复选框的String[]数组。
www.ibm.com
2.
Decomposes the character string array a character string according to the blank space or other separation symbols,
将一个字符串根据空格或其它分隔符分解成字符串数组
www.88pl.com
3.
Is either a single string containing the command or an array of strings containing the command and its options; the string array
不是包含命令的单个字符串就是包含命令及其选项的字符串数组;字符串数组
www-128.ibm.com
4.
Copies the elements of a string array to the end of the
将字符串数组的元素复制到
msdn2.microsoft.com
5.
a bit string array - based mining algorithm for maximum frequent itemset
基于位串数组的最大频繁项目集挖掘算法
www.ichacha.net
6.
In the following example, a string array is initialized and passed as a parameter to the
在下例中,初始化一个字符串数组并将其作为参数传递给
msdn2.microsoft.com
7.
Method returns a string array containing the names of all tables in the database specified in the
方法返回一个字符串数组,该数组包含在
msdn2.microsoft.com
8.
Returns a string array that contains all the keys in the
返回一个字符串数组,该数组包含
msdn2.microsoft.com
9.
A string array containing the names of the
一个字符串数组,其中包含关联的
msdn2.microsoft.com
随便看

 

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

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/8/1 3:05:34