英语人>网络例句>decimal arithmetic 相关的网络例句
decimal arithmetic相关的网络例句

查询词典 decimal arithmetic

与 decimal arithmetic 相关的网络例句 [注:此内容来源于网络,仅供参考]

The principle of system design is as follows: At first, compartmentalizing the arithmetic of sterovision measurement. We use FPGA logic units Customized hardware blocks to implement the arithmetic which is simple and large data-computing, and the data is transferred on pipeline between each blocks, otherwise, use software program in NiosⅡ to implement the complicated and small data-computing arithmetic. So the system is high-speed and flexible.

系统设计的基本思想如下:首先针对视觉测量算法进行划分,对算法简单、数据处理量大的部分用 FPGA逻辑单元自定义硬件模块的方法实现,各硬件模块之间数据采取流水线操作;算法复杂、数据处理量小的部分则在 Nios II软核中用软件的方法实现,从而使本系统既具速度优势又具良好的灵活性。

this paper makes the gas remote monitor network as background to do some research on the qos guarantee of the network.qos is a synthesis guide line which can be used to estimate the degree to satisfy with some server,which is a technology to solve the problem of delay and congestion in network.it must integrate multi-qos mechanism to get good qos guarantee in the practical application.three qos models in the ip net application and homologized affective factors are demonstrated.meanwhile,the field of qos protection strategy arrangement in shaanxi coal mine gas network has been picked up as the example.for this situation,the comparison to the different qos models is doing strictly.by combining the tcp congestion control arithmetic with ip congestion control arithmetic,the paper also emphatically describes the corresponded arithmetic model for that.stimulatingly,it is promoted the qos characteristic over-area effectively,which it is based on the original single congestion control.

摘 要:以陕西煤矿瓦斯监测远程联网为背景,研究其联网网络的qos保障策略实现。由于现有的各种qos实现机制无法单独为陕西煤矿瓦斯监测联网网络的qos提供保障,因此在实际应用中必须结合多种机制才能得到较好的qos保障效果。比较了传统ip网络的qos结构体系,通过分析intserv和diffserv两种模型的基本原理、工作方式,并指出其各自的优缺点和网络应用环境,设计了将rsvp协议与diffserv模型相结合来满足瓦斯监测数据传输实时性的要求;针对陕西煤矿瓦斯联网的特性,提出了将tcp拥塞控制算法与ip层拥塞控制算法相结合的算法模型,并且该模型的应用可以在原有单一拥塞控制的基础上有效地提升跨地区网络的qos特性。

this paper makes the gas remote monitor network as background to do some research on the qos guarantee of the network.qos is a synthesis guide line which can be used to estimate the degree to satisfy with some server,which is a technology to solve the problem of delay and congestion in network.it must integrate multi-qos mechanism to get good qos guarantee in the practical application.three qos models in the ip net application and homologized affective factors are demonstrated.meanwhile,the field of qos protection strategy arrangement in shaanxi coal mine gas network has been picked up as the example.for this situation,the comparison to the different qos models is doing strictly.by combining the tcp congestion control arithmetic with ip congestion control arithmetic,the paper also emphatically describes the corresponded arithmetic model for that.stimulatingly,it is promoted the qos characteristic over-area effectively,which it is based on the original single congestion control.

摘 要:以陕西煤矿瓦斯监测远程联网为背景,研究其联网网络的qos保障策略实现。由于现有的各种qos实现机制无法单独为陕西煤矿瓦斯监测联网网络的qos提供保障,因此在实际应用中必须结合多种机制才能得到较好的qos保障效果。比较了传统ip网络的qos结构体系,通过分析intserv和diffserv两种模型的基本原理、工作方式,并指出其各自的优缺点和网络应用环境,设计了将rsvp协议与diffserv模型相结合来满足瓦斯监测数据传输实时性的要求;针对陕西煤矿瓦斯联网的特性,提出了将tcp拥塞控制算法与ip层拥塞控制算法相结合的算法模型,并且该模型的应用可以在原有单一拥塞控制的基础上有效地提升跨地区网络的qos特性。关键词:服务质量;综合服务模型;区分服务模型;拥塞控制

The article introduces two arithmetic of partial differential,and analyses the method of using compare the current vector of coupler breaker,and provides sampling arithmetic and vector arithmetic.

母线微机保护装置已发展的比较成熟,装置通用的选择故障母线的方法是利用总差动和分差动相配合;文中介绍了利用分差动选择故障母线时的两种算法,分析了利用母联电流方向比较元件选择故障母线的方法,并从瞬时值方面和向量值方面提供了两种算法。

The paper puts forward immunity arithmetic used in distribution network on the basis of analyzing common uncertainty arithmetic and immunity arithmetic theory. It gets an optimizing project for distribution network, in which the equilibrium of load is regarded as target function. It has been exampled that this project is of higher constriction speed and stronger global search ability.

3在分析常见的非确定性算法和进化免疫算法原理的基础上,提出了在配电网络重构中采用免疫算法,并求解以负荷均衡为目标函数的配电网络重构的最优方案,实例表明该方法具有较快的收敛速度和较强的全局搜索能力;同时本文还为实时配电网络重构定义了启动条件,避免在配电网络正常运行时频繁启动网络重构。

It only relates to inversed order Decimal and ordinal Decimal digits, did not transform Binary digit.

对任一长度为能被2整除的N原序列,求其倒序后的输入序列时,只涉及倒序十进制和顺序十进制数,不用对二进制数进行转换。

To convert a binary number to decimal, add the weights of each digit to form its decimal equivalent.

为了把二进制数转换为十进制,将每位数字的权相加,个位的幂,权和值。

Decimal reproduces mathematics as done by hand and avoids issues that can arise when binary floating point cannot exactly represent decimal quantities.

高精度使 Decimal 可以执行二进制浮点数无法进行的模运算和等值测试。

Compared to the built-in float implementation of binary floating point, the new class is especially helpful for financial applications and other uses which require exact decimal representation, control over precision, control over rounding to meet legal or regulatory requirements, tracking of significant decimal places, or for applications where the user expects the results to match calculations done by hand.

相比内置的二进制浮点数实现:class:' float',新类型特别适用于金融应用和其它需要精确十进制表达的场合,控制精度,控制舍入以适应法律或者规定要求,确保十进制数位精度,或者用户希望用作数学计算的场合。

Is written as a recurring decimal, what is the 25th digit after the decimal point

写成循环小数时,小数点后第25位数字是甚麼?

第5/100页 首页 < 1 2 3 4 5 6 7 8 9 ... > 尾页
相关中文对照歌词
The Inch Worm
Wonder Milky Bitch
Arithmetic
The Inch Worm
Love Chronicles
ABC
Inchworm
Nettles
ABC
An Apple For The Teacher
推荐网络例句

"Second Life is remarkably easy to work with, and is very popular,"

"第二次生命是显着容易的工作,并且很受欢迎,"

For example, we usually assume that materials are homogeneous and isotropic and free of internal defects or flaws.

为了得到适合有限元分析的模型,我们必须经过如图2所示的简化步骤。

Rev. 20:15 And if anyone was not found written in the book of life, he was cast into the lake of fire.

启二十15 无论谁在生命册上不见是记著的,就被扔在火湖里。