Indexer

美 ['ɪndeksə]英 ['ɪndeksə]
  • n.索引;〔光〕分度器;调车定位机车
  • 网络索引器;索引子;索引指示器

IndexerIndexer

Indexer

索引器

索引器(indexer)也成下标指示器,它是C#语言的一个特点之一,用户可也像访问数组一样访问类和结构的对象。在索引器的使 …

索引子

属性的索引子 (Indexer) 可以在方括弧内指定,接在套用索引子的属性名称后面。例如,子句 Path=ShoppingCart[0] 会将系结 …

索引指示器

索引指示器indexer) 使得可以像数组那样对对象使用下标。它为我们提供了通过索引方式方便地访问类的数据信息的方法。

分度器

医用术语中英文对照表-梁子同志 ... index card 索引卡片 indexer 指数测定仪,分度器 index hand 指针 ...

索引组件

索引组件(Indexer)主要做以下几件事情: 1. 利用得到的词(Term)创建一个字典。 在我们的例子中字典如下: Term Document I…

索引机制

4、对象索引机制Indexer)  C#中引入了对象索引机制。说得明白点,对象索引其实就是对象数组。

对象索引机制

c#,java比较 - Stone - 博客园 ... 5. 指代( Delegate) 4、对象索引机制Indexer) 6、事件( Event) ...

1
This article is supplied with a ready-to-use sample resources-indexer application. 本文附带了即用的样例资源索引器应用程序。
2
The type and parameter types of an indexer must be at least as accessible as the indexer itself. 索引器的类型和参数类型必须至少与索引器本身具有同样的可访问性。
3
The type of an indexer and the type of its parameters must be at least as accessible as the indexer itself. 索引器类型及其参数类型必须至少如同索引器本身一样是可访问的。
4
Such an indexer might be implemented by searching for the string within the collection, and returning the appropriate value. 通过搜索集合内的字符串并返回相应的值,可以实现此类的索引器。
5
Indicates the name by which an indexer is known in programming languages that do not support indexers directly. 指示使索引器在不直接支持索引器的编程语言中已知的名称。
6
indexer could be extended in various ways; some of these extensions would be logical and direct, and others would be more difficult. indexer能以不同方式进行扩展,某些扩展方式逻辑化而直接,其它则更为复杂。
7
After a file is read by the client, the page could also be scanned for content, as in the case of an indexer. 当客户机读取一个文件之后,就对这个页面的内容进行扫描,这与索引程序的情况相同。
8
The Item property, also known as the indexer, is routinely used in the settings wrapper class derived from ApplicationSettingsBase. Item属性(也称为索引器)通常用于从ApplicationSettingsBase派生的设置包装类中。
9
If the index is created by a contracted indexer, an agreement needs to be reached regarding how the index will be maintained. 如果由一个指定标引人员(contractedindexer这里不知道应该怎么翻译)来编制,就需要在如何维护索引这一点上达成一致。
10
Properties and indexers of a class can define extra accessors for a property or indexer defined on an interface. 属性和索引器的类可以定义额外的属性或索引器在接口上定义的访问器。
11
Gets an indexer used to retrieve all the descendant elements of the current element that match a specified expanded name. 取得用于撷取目前项目(符合指定的扩充名称)之所有子代项目的索引子。
12
Attribute can be used to customize the name of an indexer. 属性可自定义索引器的名称。
13
Keyword is used to modify a method, property, indexer or event declaration, and allow it to be overridden in a derived class. 关键字用于修饰方法、属性、索引器或事件声明,并且允许在派生类中重写这些对象。
14
This column has only scratched the surface of the indexer module and the broader topic of full-text indexing. 本专栏只涉及了indexer模块和全文索引这个更广泛主题的皮毛。
15
The indexer skips these rows, which means that you are not able to query for content contained in these rows. 索引器会跳过这些行,这意味着您无法查询这些行中包含的内容。
16
By using either an index into the collection or the label of a grid item in the collection that you access through the indexer. 使用可通过索引器访问的集合内的索引或集合中网格项的标签,可以检索特定。
17
Properties and indexers on a class can define extra accessors for a property or indexer defined on an interface. 类的属性和索引器可以为接口上定义的属性或索引器定义额外的访问器。
18
Indexer allows you to specify additional attributes to use during object activation. 索引器使您可以指定在对象激活过程中使用的其他属性。
19
Readers who wish to use xml_indexer as part of their own larger Python projects should find its further specialization equally simple. 那些希望在自己比较大型Python项目中使用xml_indexer的读者应该会发现其更深一层的专门化是相当简单的。
20
Specifically, the indexer creates an indexing Job with a priority of Job. LONG and adds it to the platform's queue. 特别地,该索引器创建了一个带Job.LONG优先级的索引Job,并将其添加到平台的队列中。
21
The most practical database management software for Web sites is a relational database management system with a full-text indexer. 最实用的数据库管理软件的网站是一个关系数据库管理系统和全文搜索速率
22
By default , the full-text indexer requires the filters and word breakers that it loads to be signed . 默认情况下,全文索引器要求它所加载的筛选器和断字符经过签名。
23
The Item property is an indexer that first determines whether the provider that tracks the SiteMapNode object supports localization. Item属性是一个索引器,首先确定跟踪SiteMapNode对象的提供程序是否支持本地化。
24
To fix this error, make sure that all operators are on the right-hand side and that the left-hand side is a variable, property, or indexer. 若要修复此错误,请确保所有运算符都位于右边,而左边是变量、属性或索引器。
25
Thus, the purpose of the accessor is to indicate whether the indexer is read-write, read-only, or write-only. 因此,访问器的用途是指示索引器是读写、只读还是只写。
26
Readers will notice that the above examples use indexer to perform searches, with no mention at all of xml_indexer. 读者会注意到上面的那些示例使用indexer执行搜索,而根本没有提到过xml_indexer。
27
The core module of search engines, namely indexer, is usually based on inverted file. 目前,搜索引擎的核心模块(索引器)均采用倒排文件结构,对短语查询的准确率较低。
28
An indexer value is not classified as a variable; therefore, you cannot pass an indexer value as a ref or out parameter. 索引器值不属于变量;因此,不能将索引器值作为ref或out参数进行传递。
29
At least for now, I can create XML-node index databases using the simpler xml_indexer. py script. 至少目前我可以使用简单一些的xml_indexer.py脚本来创建XML节点索引数据库。
30
You can select a specific subscriber device by supplying its device name to the indexer of a SubscriberDeviceEnumeration object. 您可以通过向SubscriberDeviceEnumeration对象的索引器提供设备名称来选择特定的订阅方设备。