英语人>词典>汉英 : 基本数据组 的英文翻译,例句
基本数据组 的英文翻译、例句

基本数据组

词组短语
base data
更多网络例句与基本数据组相关的网络例句 [注:此内容来源于网络,仅供参考]

In this paper, each of single data stream that is included in data streams has same attributes set as other,the unit of single data stream is tuple,and same attributes set is included in each of these tuples.Reservoir algorithm is used to sample from these single data stream respectively,then some multiple snapshot windows are constructed,the relationship between these single data stream and multiple snapshot windows is bijective mapping,the relationship between attributes that are included in tuple and snapshot windows that are included in relative multiple snapshot windows is bijective mapping,and the relationship between basic windows that belong to same snapshot window and the attribute values that come from different single data stream is bijective mapping as well,that is,these attribute values come from same attribute that is comprised by different single data stream.

针对以元组为单位流入的具有相同属性集的多支单数据流组成的多数据流,提出了分别对每支单数据流进行蓄水池抽样,构造一一对应于各单数据流的若干个多快照窗口,即两者之间是双射关系,可以将多快照窗口串行置于主存中,将元组包含的属性与多快照窗口中的各个快照窗口一一对应,且使得同一快照窗口中的各基本窗口与取自其对应的单数据流的属性值样本一一对应,然后对这些相互独立的样本进行方差分析。

These algorithms have laid a foundation for setting up the basic data in MES. The five elements BOM definition used to describe product structure is given in order to reduce BOM quantity and realize BOM consistency effectively. In addition, the mapping algorithm is implemented by five elements BOM, which can make them link seamlessly to transforming from product structure model to procedure model with workflow. It provides a technical foundation to control and management in the product life cycle. And it also meet requirements which include the identicalness, integrality, integration of BOM data in the product life cycle.

介绍了BOM的基本概念,提出了EBOM/PPBOM向MBOM映射的算法和多BOM数据死锁的检验算法,为快速建立MES中的基础数据打下了基础;给出了五元组BOM对产品结构进行描述的柔性定义,可有效减少BOM数量和实现BOM的一致性;提出了基于五元组BOM的产品结构模型向Petri网过程模型的映射算法,从面向产品结构的建模转化为面向过程的Petri网建模,从而为产品的全生命周期的控制与管理提供了技术基础,满足产品生命周期中的BOM的一致性、完整性和数据集成性的需求。

By analyzing the basic rules of array privatization and the determinant conditions of the parallelizable loop, this thesis proposes an array privatization technique that is significant for the exploitation of loop parallelism. Then, the thesis presents the designing and the implementation of the effective array privatization technique based on the accurate array data-flow analysis.

论文分析了数组私有化的基本准则,结合循环并行化的判定规则,得到对开发循环并行性有意义的有效数组私有化条件,并且研究实现了基于数组数据流分析的数组私有化技术。

ROM BIOS 存于存于ROM的基本输入输出系统的基本输入输出系统 On PC-compatible computers, the set of essential software routines that tests hardware at startup,starts the operating system, and supports the transfer of data among hardware devices.

在PC兼容计算机上的一组基本软件例程,这些程序在计算机开机时测试硬件,启动操作系统,支持硬件设备之间的数据传输。

In order to improve the existing generic service oriented intrusion tolerant system in aspect of architecture and function, this paper presents an improved adaptive intrusion tolerant system with improved architecture, functional modules and key techniques. From an overall consideration of the system, mixed with firewall, intrusion detection and other traditional technologies, IAITS combines redundancy, diversity and various fault tolerant techniques, thus enhancing reliability through active replication and secure multicast, reaching tradeoff between system complexity and intrusion tolerance ability by redundant design only in most vulnerable components, and supporting data protection on the basis of architecture with only a little extra cost in software and hardware by making use of topological coherence between application servers group and key share servers group.

本文针对目前面向通用服务的容忍入侵系统在架构和功能上的不足,提出了一种改进的自适应容忍入侵系统,在系统结构、功能模块以及关键技术上做出了改进的设计:从整体上考虑系统结构,将防火墙、入侵检测等传统的安全技术融合到容忍入侵系统的设计中;综合了以冗余与多样性为主的多种容错技术,采用主动复制与安全多播,增强了系统的可靠性;仅在最易受攻击的部件上采用冗余设计,兼顾系统复杂性与容侵能力;利用应用服务器组和密钥服务器组在拓扑结构上的一致性,在基本不增加软硬件开销的情况下,从架构上支持数据保护的功能。

IP multicast technology can use in ltol or 1 to n data transport by Internet Protocol, it force copy data on divaricating of the distributing tree is different from unicast technology that have to repeat send the same data from information source to every receivers.

它适用于多点到多点或一点到多点的数据传输业务,其基本原则是IP组播依托IP协议完成;IP组播强制网络在数据分布树的分叉处进行信息包复制,而不是由信息源节点多次重复地发送相同的数据包。

Toop's model and Miedema method are to be used to calculate the heat of formation of ternary compounds. A projected method is used to obtained the heat of formation of AB_(1-x)G_x. The heat of formation is negative for GaAs_(1-x)P_x and for GaAs_(1-x)N_x compounds in the all range and for GaP_(1-x)gN_x compound in the

我们分别用Pauling和Phillips经验方法及Miedema半经验方法计算[59]得到Ⅲ-Ⅴ族二元合金的生成热,比较三种方法,均只定性与实验结果吻合,但Miedema方法具有准第一原理特点,可以从组元基本特性出发来得到合金生成热的数据;我们把TOOP'S模型引入计算中,并把计算结果投影到Ⅲ族组元总浓度等于所有Ⅴ族组元总浓度的平面上,即计算AB_(1-x)C_x合金系的

System.out.println("a.length="+ a.length); System.out.println("b.length ="+ b.length);// The handles inside the array are // automatically initialized to null: for(int i = 0; i nbsp;b.length; i++) System.out.println; System.out.println("c.length ="+ c.length); System.out.println("d.length ="+ d.length); a = d; System.out.println("a.length ="+ a.length);// Java 1.1 initialization syntax: a = new Weeble { new Weeble, new Weeble }; System.out.println("a.length ="+ a.length);// Arrays of primitives: int e;// Null handle int f = new int[5]; int g = new int[4]; for(int i = 0; i nbsp;g.length; i++) g = i*i; int h ={ 11, 47, 93 };// Compile error: variable e not initialized://!

句柄。此时,编译器会禁止我们对这个句柄作任何实际操作,除非已正确地初始化了它。数组b被初始化成指向由Weeble句柄构成的一个数组,但那个数组里实际并未放置任何Weeble对象。然而,我们仍然可以查询那个数组的大小,因为b指向的是一个合法对象。这也为我们带来了一个难题:不可知道那个数组里实际包含了多少个元素,因为length只告诉我们可将多少元素置入那个数组。换言之,我们只知道数组对象的大小或容量,不知其实际容纳了多少个元素。尽管如此,由于数组对象在创建之初会自动初始化成null,所以可检查它是否为null,判断一个特定的数组&空位&是否容纳一个对象。类似地,由基本数据类型构成的数组会自动初始化成零、null或者false。

Elements of C language programming course involve principal concept of programming, basic techniques to design algorithms, data types, operators, expressions, input/output, control structures, structural programming method, arrays, strings, pointers, functions, module programming method, structure, union, bit-wise operation, preprocessor and files.

本课程的教学基本要求包括熟悉并掌握程序设计基本概念、基本数据类型、运算符和表达式;熟练使用基本的数据输入输出方法;掌握 C语言的控制结构、结构化程序开发方法;掌握数组、字符串、指针的概念并能熟练进行应用编程;了解函数概念及程序模块化开发方法;了解结构与共用体,位运算,预处理以及数据文件的基本处理技术。

This thesis discusses firstly the IGMP, describes the specification of the protocol and explains the differences between the three different versions of protocol. Then the RPF rule used by the router to forward multicast packets and the multicast forwarding tree are discussed. The process of building SPT and RPT is also illustrated. In this thesis, we also discuss the mechanism of Flooding and Pruning in Dense-Mode multicast routing protocol and the process of switch from RPT to SPT in Sparse-Mode routing protocol.

本论文讨论了实现IP组播的IGMP协议,对IGMP协议的协议规范进行了描述,并对IGMP三个版本的不同点作了详细说明;讨论了进行组播数据包进行转发的RPF基本原理、组播转发树的类型,并对SPT树和RPT树的建立过程进行了探讨;并分别对密集模式组播路由协议的扩散和剪枝机制、稀疏模式组播路由协议中的RPT树到SPT树的切换过程进行了详细的探讨。

更多网络解释与基本数据组相关的网络解释 [注:此内容来源于网络,仅供参考]

BOP:基本操作板

数据组 (DDS) 含有各种设定值参数 对于变频器的开环和闭环控制这是非常重要的Pxxxx[0] 第1 个驱动数据组 (DDS)Pxxxx[1] 第2 个驱动数据组 (DDS)Pxxxx[2] 第3 个驱动数据组 (DDS)3.2.1 基本操作板 ( BOP) 的说明利用作为选

breakwater:防波堤

2、防波堤(breakwater)的效用自然邻点插值法(NaturalNeighbor)是Surfer7.0才有的网格化新方法. 自然邻点插值法广泛应用于一些研究领域中. 其基本原理是对于一组泰森(Thiessen)多边形,当在数据集中加入一个新的数据点(目标)时,

char:字符型

文章关键词:类型,变量,成员,结构,数据,指针,地点,内存,编译器,长度 正文: C言语的数据类型有四种:基本类型 (整数型 (int)浮点型(float double) 字符型 (char)) 指针类型 结构类型 (包括:数组结构型(struct) 联合型(union)

lists:链表

在Python里,容器之于编程语言的重要地位(essentialnature)是通过把它们构建入语言核心来使其得到承认的:链表(lists)和关联数组(即映射表,字典,哈希表)都成了基本的数据类型.

multidimensional array:多维数组

利用 MODEL 子句,用户可以在结果集的基础上创建一个多维数组(multidimensional array),并可以使用此数据进行新的公式计算(formula). 公式可以为基本的数学运算,也可以是包含递归运算的联立方程(simultaneous equations using recursion).

numeric:数字型

简称NI)的创新软件产品,也是目前应用最广、发展最快、功能最强的图形化软件集成开发环境. 节点(Node),数据连线(Wire)基本数据类型:数字型(Numeric),布尔型(Boolean),字符串型(String)构造数据类型:数组(Array),簇(Cluster)

OOP:面向对象的程序设计

面向对象的程序设计(OOP)方法起源于信息隐藏和抽象数据类型概念,其基本思想是将要构造的软件表示为对象集,每个对象是将一组数据和使用它的一组基本操作或过程封装在一起而形成的实体,对象与对象之间依靠消息的传递实现联系.

time stamp:时间戳

OPC 服务器对象除了维护自身信息外,还作为组对象的容器,可动态地创建或释放组对象;而组对象相对于项而言也是一个包容器,它提供了一套管理项的机制;OPC 项则表示了与OPC 服务器中数据的连接,包括值(Value) 、品质(Quality) 、时间戳(Time stamp) 三个基本属性[3

Authors:作者

比如我们的Book对象中,应该包含一个"作者"(authors)数组. XML序列化为你提供一种特殊的方式来处理数组. 不过这也说明了XML序列化的一个大缺点---有很多东西是不能够被处理的. 也就是说XML序列化只能处理最基本的数据类型.

time of day:时间

TOD#是 32 位实时时间(Time of day)常数,时间增量为 1ms, 例如 TOD#23:50:45.300. B(b1,b2) B(b1,b2, b3,b4)用来表示 2 个字节或 4 个字 节常数. 3.2.3 复合数据类型与参数类型 1.复合数据类型 通过组合基本数据类型和复合数据类型可以生成下面的数据类型: (1) 数组(ARRAY)将一组同一类型的数据组合在一起,