说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 截断差分
1)  truncated differential
截断差分
1.
A truncated differential-linear cryptanalysis method is proposed, which extends differential-linear method.
对差分 -线性密码分析方法进行推广 ,提出了截断差分 -线性密码分析方法 。
2)  truncated differential cryptanalysis
截断差分密码分析
1.
Next we analyze the variant of Camellia-Camellia *,and the result show that truncated differential cryptanalysis threaten the security of the 10-round Camellia *.
结果显示如果采用一个S盒 ,则截断差分密码分析对 1 0轮的Camellia 构成威胁 ;而设计者称 1 0轮Camellia对截断差分密码分析是免疫的 ,这说明采用 4个不同的S盒对Camellia的安全性起到很重要的作用 。
3)  truncation error
截断误差
1.
An Integral and Recursive Filtering Method for Truncation Error Minimization and Outlier Suppression;
减小截断误差并抑制野值的积分递归滤波方法
2.
Using Error Theorem to Reduce the Truncation Error Produced in Calculating the Velocity and Acceleration of Spacecraft;
利用差值定理降低飞行器速度和加速度拟合的截断误差
3.
The studying of a fusion approach to estimate and compensate the differential truncation error using tracking and telemeted data;
微分截断误差的遥、外测数据融合估计和补偿方法研究
4)  truncation errors
截断误差
1.
An especial structural model is obtained through corrected truncation errors of finite difference and the gray numerical arithmetic solving this kind model is given.
在数值求解过程中,对一维河流水污染的灰色模型求解过程中有限差分法的截断误差进行了修正,得到了具有一种特殊结构的数值模型,并给出了求解方法。
2.
From the relation of spatial disturbing gravity and ground gravity data resolution as well as its scope, truncation errors are computed by dividing the gravity anomaly into frequency and resolution.
根据外空扰动重力与地面数据分辨率及其覆盖范围之间的关系,将重力异常分成不同频段、不同分辨率,分别计算了截断误差。
5)  Truncated error
截断误差
1.
The truncated error of trapezoid method, a classical algorithm, is analyzed for sampling power parameter AC in-phase virtual value and the relationship between the error and the amount of sampling points is offered: the truncated error is square inverse ratio with the amount of sampling points.
对电力参数交流同步采样有效值测量的典型算法梯形法的截断误差进行了分析,给出了与采样点的关系:与采样点数N的平方成反比,N>26,有近0。
2.
In this paper,the truncated error of trapezium method(a classical algorithm)is analyzed under ideal state of electrical power parameters,a sin function,when sampling digital measurement and the relationship between the error and the amount of sampling points is offered.
对电力参数的理想情况(标准正弦量)采样数字化测量的典型算法(梯形法)的截断误差进行了分析,给出了误差与采样点数的关系;根据国家关于电能质量和公用电网谐波的标准规定,对非正弦状态下的误差也做出了符合实际的估计;在电网正常(允许畸变)情况下截断误差与采样点数的关系与理想波形时相同。
3.
In this paper we discuss the truncated error estimate on Shannon sampling theorem of bandlimited functions.
讨论带限函数的Shannon采样定理截断误差的点态、一致和积分3种估计。
6)  local truncation error
截断误差
1.
The local truncation error of the method is O(Δx~4).
对于四阶杆振动方程初值和周期边界值问题,提出了截断误差阶为O(Δx6)的精细时程积分法。
2.
The local truncation error of the method is 0(△x4).
对于RLW方程初始值与周期边界值问题,提出局部截断误差阶为O(△x4)的精细时程积分法。
3.
The stability condition and local truncation error for the schemes are discussed.
对求解三维热传导方程利用待定参数法构造出一族对称的含参数的,截断误差为O的便于计算的三层显格式,并讨论了其条件稳定性。
补充资料:Α-β截断

博弈树的某些部分并不会产生任何有意义的值,因而也根本用不着去扩展博弈树的这一部分。识别博弈树中这些可忽略部分的技术,称之为α-β截断。之所以叫这个名字,是由于历史原因造成的。

考虑下图的情况,我们可以看出,在轮到棋手下棋的节点上,其部分回溯值是10。而它的当前计算出来的子节点的部分回溯值是8。现在,由于该子节点是轮到对手下棋的节点,而对手总是要走那个具有最小值的棋局,故进一步探察的结果只会小于这个值。无论最后的确定值是多少,它总是小于或等于8。

从另一方面来看,该节点本身的部分回溯值是10。因为这时轮到棋手下棋,所以只有大于10的子节点的值才能改变这个部分回溯值。

所以我们得出的结论是:不需要去进一步扩展其子节点或其它任意后续节点。这是因为进一步的扩展至多只能减少其子节点的回溯值,而其目前的值已经足够小到不能影响其亲节点的部分回溯值了。这种情况就是所谓的α截断。

现在,我们把一般的原则叙述如下:

在考虑轮到棋手下棋的一个亲节点及轮到对手下棋的一个子节点时,如果该子节点的数值已经小于或等于其亲节点的回溯值,那么就不需要对该节点或者其后续节点做更多的处理了。计算的过程可以直接返回到亲节点上。

当亲节点是轮到对手下棋的一个节点时,该原则作相应的改动:

在考虑轮到对手下棋的一个亲节点及轮到棋手下棋的一个子节点时,如果该子节点的部分回溯值已经大于或等于其亲节点的部分回溯值,那么就不需要对该子节点或者其后裔节点做更多的处理了。计算过程可以直接返回到亲节点上。这就是所谓的β截断。

截断这一技术允许我们有时可以不去考虑某节点的某些子节点的情况。然而,由于非终节点的每一个子节点又是其后续节点所组成的整个博弈树的根,所以,如果我能忽略掉那些子节点的话,不仅仅是忽略了它们本身,还忽略了它们所有的后续节点。因此,这一技术可以删去数量相当大的节点,因而也就大大的节省了搜索博弈树所需要的时间。

说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条