单词 | static data |
释义 | 例句释义: 静态数据,静态资料,静态的资料,静态资料设定 1. A static constructor is used to initialize any static data, or to perform a particular action that needs to be performed once only. 静态建构函式可以用来初始化任何静态资料,或执行只需执行一次的特定动作。 technet.microsoft.com 2. We will constrain ourselves to rather static data at the moment and add flexibility during the next chapters. 虽然我们当前被静态数据束缚住了手脚,但在下一章我们将会增加一些灵活性,等着瞧吧! wiki.redsaga.com 3. Exchange databases should not be backed up in the same way you backup static data files. 不应采用与备份静态数据文件相同的方法来备份Exchange数据库。 technet.microsoft.com 4. In the early days of the Web, Web servers delivered static data from HTML and graphics files that were local to a given Web server. 在Web的早期,Web服务器使用HTML以及位于给定Web服务器的本地图形文件交付静态数据。 www.ibm.com 5. This means that each process would have its own copy of that class's static data members. 这意味着每个进程都具有它自己的该类静态数据成员的副本。 msdn2.microsoft.com 6. Although the CIM is a repository and is capable of storing static data, its primary role is storing the blueprints for managed resources. 尽管CIM是一个储存库,而且能够存储静态数据,但其主要角色是存储托管资源的蓝图。 msdn2.microsoft.com 7. It is typically used for time-series-based data gathering, but is not restricted to this; static data can also be used. 它通常用于收集基于时间的数据,但是不限于此;也可以使用静态数据。 www.ibm.com 8. To see how to use static data APIs, consider a data model that is represented by the complex type defined in an XSD, as shown in Listing 1. 为了说明如何使用静态数据API,让我们以使用XSD中定义的复杂类型表示的数据模型为例,如清单1中所示。 www.ibm.com 9. Histograms or boxes can also be used to represent data and for some it is a more visual representation than using static data. 还可以使用柱状图或框图表示数据,有时候这比使用静态数据更合适。 www.ibm.com 10. No methods of your class (regardless of inlining) can use types where the instantiation in the EXE and DLL have static data differences. 如果EXE和DLL中的实例化具有静态数据差异时,类的任何方法(无论是否为内联)都不能使用类型。 207.46.16.251 1. There is no question of returning a reference to static data if the function doesn't have one. 如果函数没有静态数据,那么也就不存在返回静态数据的引用的问题。 www.ibm.com 2. There's not too much to say about caching static data, aside from images. 除了图像之外,有关缓存静态数据的内容,可讲的内容不多。 www.ibm.com 3. Their results tend to have very high variance, which can be reduced only by large training sets and very static data. 它们的结果往往变动很大,只有通过大量的学习集和非常静态的数据,才能使结果稳定下来。 www.ibm.com 4. The destination range specified will conflict with an existing External Data Range or static data. Please choose another destination. 指定的目标区域与现有外部数据区域或静态数据重叠。请选择其他区域。 www.dictall.com 5. Introduces static constructors, constructors which can be used to initialize static data members. 介绍静态构造函数,此类构造函数可用于初始化静态数据成员。 msdn2.microsoft.com 6. In assembly language, the static data and global variables are separated out in memory from the code. 在汇编语言中,静态数据和全局变量与代码在内存中是分开的。 www.ibm.com 7. In such cases, writing a program to build static data tables is usually your best answer. 在这种情况中,编写一个程序来构建一张静态表通常是最好的解决方案。 www.ibm.com 8. A requirement for clustering generally requires static data to be stored someplace besides in memory. 集群需求通常要求静态数据还存储在除内存之外的某个位置。 www.ibm.com 9. The experimental data for damage identification consists of two major types in mechanics, i. e. , static data and dynamic data. 用于损伤识别所依赖的试验数据,在力学上可分为两大类:静态数据和动态数据。 www.lw23.com 10. In most applications, you'll construct this URL from some set of static data combined with data from the form your users work with. 多数应用程序中都会结合一些静态数据和用户处理的表单中的数据来构造该URL。 www.ibm.com 1. The framework covers the logical security aspect of a Web application and protects static data on the Web page. 这个框架覆盖了Web应用程序的逻辑安全方面,并保护了Web页中的静态数据。 www-128.ibm.com 2. Does not return a reference to static data, and all data is provided by the caller of the function. 不返回对静态数据的引用,所有数据都由函数的调用者提供。 www-128.ibm.com 3. In general, to be THREADSAFE, a routine should not use any global or static data areas. 一般来说,要想定义为THREADSAFE,例程不应该使用任何全局或静态数据区域。 www.ibm.com 4. This mechanism is useful for simple scenarios focused on relatively static data that is generally modified only by an administrator. 此机制对于简单情况而言是非常有用的,这些简单情况专注于一般只能由管理员修改的相对静态的数据。 msdn2.microsoft.com 5. Finally, we present methods for combining time series expression data with static data to reconstruct dynamic regulatory networks. 最后,我们提出了结合时间序列表达数据和静态数据来构建动态调控网络的方法。 chinapubmed.net 6. But Mongrel, our Web server, does not serve static data particularly well, so we use Apache to serve image content. 但我们的Web服务器Mongrel并不能很好地服务静态数据,因此我们使用Apache来服务图像内容。 www.ibm.com 7. Because each thread has its own stack, you can avoid potential collisions over data items by using as little static data as possible. 因为每个线程都自己的堆栈,因此可以通过尽可能少地使用静态数据而避免潜在的数据项冲突。 technet.microsoft.com 8. To display static data by using declarative syntax, create a collection of nodes that are children of the TreeView control. 若要使用声明性语法显示静态数据,请创建一个TreeView控件子级节点的集合。 msdn2.microsoft.com 9. The code shown in Listing 2 helps to illustrate how the static data APIs are used. 清单2中所示的代码可帮助说明如何使用静态数据API。 www.ibm.com 10. Therefore, cutting temperature and volume of the two static data in shaping the course of grain it is particularly important. 因此,切削温度和静电量这两个数据在药柱整形过程中显得尤为重要。 it.zhishi.sohu.com 1. I ll introduce the framework at the presentation tier to handle sanity checks on static data sent by the browser. 我将在表示层引入这个框架,负责对由浏览器发送的静态数据进行安全检查。 www-128.ibm.com 2. The assembly should not contain any static data members in its classes unless they are marked as read-only. 程序集的类中不应包含任何静态数据成员,除非这些成员标记为只读。 msdn2.microsoft.com 3. Returning a pointer to static data may cause a function to be non-reentrant. 返回指向静态数据的指针可能会导致函数不可重入。 www-128.ibm.com 4. Fuzzy clustering algorithms studied extensively at present are only suitable to the static data set. 业已广泛研究的模糊聚类算法,往往只适用于静态数据集的聚类; www.fabiao.net 5. Static data members are implemented as the equivalent of global variables. 静态数据成员以全局变量的等效形式实现。 msdn2.microsoft.com 6. Windows Forms Scribble solution is extended to include some native classes that contain static data. Windows窗体随意画图解决方案被扩展为包括一些包含静态数据的本机类。 msdn2.microsoft.com 7. At the same time, to syncretism, store and statistical computing to both dynamic data and static data of the ship. 同时,对船舶动态数据和静态数据进行融合、存储和统计。 games.zhishi.sohu.com 8. Classes with static data members should not be shared. 不应共享具有静态数据成员的类。 msdn2.microsoft.com 9. Those static data members have the same lifetime as the JSP server container. 那些静态数据成员具有与JSP服务器容器相同的生命期。 www-128.ibm.com 10. To deal with static data types, we create the corresponding Java interfaces for the wsdl portType. 为了处理静态数据类型,我们为wsdlportType创建了对应的Java接口。 www.ibm.com 1. In other words, a static data API is just another representation of the data model. 也就是说,静态数据API只是数据模型的另一个表示形式。 www.ibm.com 2. As a result, the runtime contains additional logic to direct a caller to the appropriate copy of the static data or method. 因此,运行库包含附加的逻辑,用以将调用方引导到静态数据或静态方法的适当副本。 msdn2.microsoft.com 3. Defines an interface common to all supported query actions and static data. 定义了对所有所支持的查询操作和静态数据通用的接口。 www-128.ibm.com 4. The final culture-clash issue surrounds the organization of the static data. 最终的文化冲突问题围绕着静态数据的组织。 www.ibm.com 5. Calling convention for functions and store static data on a per-process basis. 调用约定,并且按进程存储静态数据。 msdn2.microsoft.com 6. In this situation the offset press would print the static data and the inkjet engine would add the changeable data. 这样,先由柯式印刷机印刷静态资料,而喷墨引擎再在其上加印可变资料。 www.bing.com 7. The discussion and the sample program are limited to non-static data members and virtual functions. 讨论和示例程序都只限于非静态数据成员和虚函数。 www.ibm.com 8. instead , synchronize access to static data by locking a private static object. 对象来同步对静态数据的访问。 www.ichacha.net 9. To be specific, this paper explores how to identify damage with limited use of local damage testing instruments using fewer static data. 讨论了如何通过较少的静态数据来达到只须很少次的局部探伤仪器,就能较好地识别损伤的目的。 www.lw23.com 10. As data stream compared to traditional static data, it is a challenge to analyze and mine it effectively. 由于数据流不同于传统静态数据的特点,对其进行有效的分析和挖掘遇到了极大的挑战。 www.ceps.com.tw 1. By contrast, traditional tables are mostly intended for static data. 与之相反,传统的表格主要用来显示静态数据。 www.ibm.com 2. Does not hold static data over successive calls. 不为连续的调用持有静态数据。 www-128.ibm.com 3. Again, this approach works mostly because you're inserting static data. 同样,这里主要使用此方法,因为您要插入静态数据。 www.ibm.com 4. Python data types are dynamic as opposed to the static data types in XML schema. 与XML模式中的静态数据类型不同,Python数据类型是动态的。 www.ibm.com 5. It is recommended that all serializable classes contain a private static data member named serialVersionUID, of type long. 建议让所有可序列化的类都包含类型为long、名为serialVersionUID的私有静态数据成员。 www.ibm.com 6. This could result in a potential concurrency issue in your code at the class level, where static data is used, or in the repository's APIs. 这可能会导致在类级别(使用静态数据的情况)的代码中或存储库API中出现潜在的并发问题。 www.ibm.com 7. A type constructor is used to initialize static data in a type. 类型构造函数用于初始化类型中的静态数据。 msdn2.microsoft.com 8. You start with some fairly static data -- the list of pizza toppings that you included in the Slicr page in Part 1. 开始时使用一些十分静态的数据——第1部分的Slicr页面中包括的比萨浇头列表。 www.ibm.com 9. The storage structure of dynamic data, static data and mission data are discussed respectively, too. 并对数据库中动态数据、静态数据和任务数据的存储结构分别进行了讨论。 www.dictall.com 10. A different data model results in different static data APIs. 不同的数据模型将得到不同的静态数据API。 www.ibm.com 1. The simplest data scheme is declarative static data. 最简单的数据架构是声明性静态数据。 msdn.microsoft.com 2. If we look a little more deeply, we see static data mixed together with dynamic data. 如果我们研究的更深入一点,我们会发现静态数据与动态数据混在了一起。 www.ibm.com 3. If a driver is compiled directly into the kernel, its code and static data occupy space even if they're not used. 如果一个驱动程序被直接编译到了内核中,那么即使这个驱动程序没有运行,它的代码和静态数据也会占据一部分空间。 www.ibm.com 4. Dynamic data, static data and voyage related data etc. 动态数据、静态数据和航次相关等数据; zhidao.baidu.com 5. First and foremost, it's largely suited for static data. 最突出的是,它很大程度上只适合静态数据。 www.ibm.com 6. The results must take into account the number of HTTP connections for static data at the same time. 结果必须同时考虑用于静态数据的HTTP连接的数量。 www.ibm.com 7. Here, we will store the cached images as static data members in the tag handler helper classes. 这里,我们将把高速缓存的图像作为静态数据成员存储在标记处理器助手类中。 www-128.ibm.com 8. The second code example demonstrates how to use declarative syntax to display static data in the TreeView control. 第二个代码示例演示如何使用声明性语法在TreeView控件中显示静态数据。 msdn2.microsoft.com 9. The sample includes a static data file so that you can run the sample. 示例中包含静态数据文件,以便可以运行该示例。 msdn2.microsoft.com 10. Access to static data and methods is slower for domain-neutral assemblies because of the need to isolate assemblies. 对静态数据的访问较慢的原因在于需要隔离程序集。 msdn2.microsoft.com 1. If data that will be displayed on the UI is known in advance, it can be called static data. 如果数据将在UI中显示的值提前知道,那么这样的数据就称为静态数据。 www.ibm.com 2. Static data, such as business objectives, and dynamic data, such as requirements and test cases, is captured in the plan. 在规划中含有静态数据,例如商业目标,以及动态数据,例如请求和测试用例。 www.ibm.com 3. Ship database access Ship more than a static data and voyage related data, such as sources of information. 接入船舶数据库多一种船舶静态数据和航次相关数据等信息来源。 www.hbzxr.com 4. Most changes to global or static data. 大部分全域或静态资料的变更。 technet.microsoft.com 5. You should set only static data during application start. 在应用程序启动期间应仅设置静态数据。 msdn2.microsoft.com 6. They are known to use static data structures. 众所周知它们使用了静态数据结构体。 www-128.ibm.com 7. Check if a user has tampered with the static data in the http request. 检查用户是否篡改过http请求中的静态数据。 www-128.ibm.com 8. Are not reentrant, because they use a static data structure that records which memory blocks are free. 都不是可重入的,因为它们使用静态数据结构来记录哪些内存块是空闲的。 www-128.ibm.com 9. Static data APIs are generated based on the input data model. 静态数据API是基于输入数据模型生成的。 www.ibm.com 10. No inlined class functions use CRT functions, or other library functions, where, for example, you access static data. 内联类函数都不使用CRT函数或其他库函数(例如,可从中访问静态数据的库函数)。 207.46.16.251 1. A Web application requires protection for vulnerabilities on page static data; for example form action, links, buttons, and hidden fields. Web应用程序要求保护页面静态数据中的漏洞,如操作、链接、按钮和隐藏字段。 www-128.ibm.com 2. Figure 3 shows a static data situation. 图3显示的是静态数据的情况。 www.ibm.com 3. Other resources, such as files, static data, and heap memory, are shared by all threads in the process. 其他资源(如文件、静态数据和堆内存)由进程中的所有线程共享。 technet.microsoft.com 4. The static data file that is used to initialize the WINS database is too big. 用于初始化WINS数据库的静态数据文件太大。 angel.w15.5tom.cn 5. RSA models are based on the UML2 standard, which models not only a system's static data model but also behavioral constructs. RSA模型是基于UML2标准的,这种模型不仅可以建模一个系统的静态数据模型,而且还可以对行为进行建模。 www.ibm.com 6. Using electronic chart of GIS technique as much as possible to bring about the integrated collection of both dynamic object and static data; 电子海图尽量采用GIS技术,实现动态目标与静态数据的有机结合; zhidao.baidu.com 7. Recognition of Different Sand Types Based on Static Data Base for Accurate Geologic Researches 基于精细地质研究静态数据库的砂体类型识别方法 www.ilib.cn 8. An area where static data (such as CSS, logo images, and possibly a file containing more detailed instructions) can reside 一个位置,用来保存静态数据(例如CSS,logo图像,以及包含更详细指令的文件)。 www.ibm.com 9. Size of all non-static data members 静态数据成员的大小 blog.sina.com.cn |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。