2) Cutting
截断
1.
Application of Red Laser Shooting in Reasonable Cutting of Thick Lumber with Knots;
红色激光器在节子厚板材合理截断中的应用
2.
The cutting reconstruction technology of unbonded pre-stressed concrete beams;
无粘结预应力混凝土梁截断改造技术
3) truncation
截断
1.
Optimal truncation position in room impulse response measurement using maximum-length sequences;
m序列法测量房间脉冲响应中截断点的选择
2.
Truncation of open boundary of 3D rectangular waveguide by CPML;
卷积完全匹配层截断3维金属矩形波导的应用研究
3.
In order to implement the real-time code-stream truncation during the Tier1 coding in JPEG2000,the rest rate-distortion information of an image tile is combined with the rate-distortion slope of the current coding pass to determine the truncation of the current coding pass,thus effectively guaranteeing the real-time coding and decoding of the JPEG2000 system.
为了在JPEG2000 Tier1编码的同时实时截断码流,引入图像片编码的实时剩余率失真信息,利用它和当前编码通道的率失真斜率在编码过程中判定当前编码通道是否被截断,从而提高JPEG2000编解码系统的实时性。
4) cut
截断
1.
Visual Prolog provides an inner predicate-cut predicate that can prevent Visual Prolog from backtracking.
Visual Prolog提供的内部谓词-截断谓词“!”可以用来阻止回溯,而且从某种意义上讲,只有学会了截断谓词的使用,才能自由驾驭Prolog。
5) 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;
微分截断误差的遥、外测数据融合估计和补偿方法研究
6) block valve
截断阀
1.
The paper considers that in the design of gas transmission pipeline, if block valves are laid out according to area classification and then to increase "bank block valves" on both sides of rivers,the quantity of block valves will be greatly increased.
在输气管道设计中,如果按地区等级设置截断阀之后再加设大型河流两侧的岸边截断阀,截断阀的数量将大大增加。
2.
For the safety of gas transmission in long distance pipeline,the method regarding how to get the proper value of pressure drop rate for the fast block valve on pipeline is studied.
根据输气管道安全的需要 ,对干线快速截断阀压降速率设定值的确定方法进行了研究。
参考词条
补充资料:Α-β截断
博弈树的某些部分并不会产生任何有意义的值,因而也根本用不着去扩展博弈树的这一部分。识别博弈树中这些可忽略部分的技术,称之为α-β截断。之所以叫这个名字,是由于历史原因造成的。
考虑下图的情况,我们可以看出,在轮到棋手下棋的节点上,其部分回溯值是10。而它的当前计算出来的子节点的部分回溯值是8。现在,由于该子节点是轮到对手下棋的节点,而对手总是要走那个具有最小值的棋局,故进一步探察的结果只会小于这个值。无论最后的确定值是多少,它总是小于或等于8。
从另一方面来看,该节点本身的部分回溯值是10。因为这时轮到棋手下棋,所以只有大于10的子节点的值才能改变这个部分回溯值。
所以我们得出的结论是:不需要去进一步扩展其子节点或其它任意后续节点。这是因为进一步的扩展至多只能减少其子节点的回溯值,而其目前的值已经足够小到不能影响其亲节点的部分回溯值了。这种情况就是所谓的α截断。
现在,我们把一般的原则叙述如下:
在考虑轮到棋手下棋的一个亲节点及轮到对手下棋的一个子节点时,如果该子节点的数值已经小于或等于其亲节点的回溯值,那么就不需要对该节点或者其后续节点做更多的处理了。计算的过程可以直接返回到亲节点上。
当亲节点是轮到对手下棋的一个节点时,该原则作相应的改动:
在考虑轮到对手下棋的一个亲节点及轮到棋手下棋的一个子节点时,如果该子节点的部分回溯值已经大于或等于其亲节点的部分回溯值,那么就不需要对该子节点或者其后裔节点做更多的处理了。计算过程可以直接返回到亲节点上。这就是所谓的β截断。
截断这一技术允许我们有时可以不去考虑某节点的某些子节点的情况。然而,由于非终节点的每一个子节点又是其后续节点所组成的整个博弈树的根,所以,如果我能忽略掉那些子节点的话,不仅仅是忽略了它们本身,还忽略了它们所有的后续节点。因此,这一技术可以删去数量相当大的节点,因而也就大大的节省了搜索博弈树所需要的时间。
说明:补充资料仅用于学习参考,请勿用于其它任何用途。