实用算法,Practical Algorithm
1)Practical Algorithm实用算法
1.Practical Algorithm for Time Step in Low Pressure Die Casting Solidification Simulation;低压铸造凝固模拟中时间步长的实用算法
英文短句/例句

1.Efficient Calculation Method and Reinforcement Arrangement of Skew Rib Floor;斜交网格肋梁楼盖的实用算法及配筋计算
2.A Research on the Theory Analysis and Practical Algorithm of Beamlet Transform;Beamlet变换理论分析与实用算法研究
3.Studies of Practical Algorithm of ESP Based on the Complex Image Theory;基于复镜像原理的ESP实用算法研究
4.Application of RBUKF algorithm in real-time GPS position estimatinRBUKF算法在GPS实时定位解算中的应用
5.An Engineering Estimation Method of Impedance Angle for Flicker Calculation闪变计算中阻抗角工程实用估算方法
6.A Pragmatic Precise Air Temperature Measurement Algorithm and Its Realization一种实用的精密气温测量算法与实现
7.Three practical algorithm s are realized:granulation of virtual body;给出三个实用的算法 :虚拟实体的微粒化算法、小面片等价算法和面片集封闭算法 ;
8.The Application for Computing the Rational Matrix Exponential by Symbolic Computation;符号计算对计算有理矩阵指数的实用方法
9.AHP Improved Algorithm used in the Practical Assessment in the Computer Application改进的AHP算法在计算机实验考核中的应用
10.Application of the Runge-Kutta Algorithm in Real-time Estimating Aerocraft Fall Point“龙格—库塔”算法在航天器实时落点计算中的应用
11.The correctness and practicability of this method was proved by an example.算例验证了该法的正确性和实用性。
12.A Practical and Fast Method for Segmentation of Character in Rubbings一种快速实用的拓印字符提取算法
13.Use the Dekker algorithm to realize mutual exclusion between two processes用Dekker算法实现两个进程间的互斥
14.The Simulation and Implementation of SRP空间复用协议及其算法的仿真与实现
15.GENERALIZED POP-DOWN MENU STRUCTURE AND IMPLEMENTATION ALGORITHM通用弹出下拉式菜单结构及实现算法
16.Application of Dijkstra Algorithm in MAPGIS to Broaden and Realize Function;应用Dijkstra算法对MAPGIS功能扩展与实现
17.A FPGA Implamation of the Blind Multiuser Detection Based on Constant Module Algorithm;恒模盲多用户检测算法的FPGA实现
18.Research and Implementation of Application-Oriented Traffic Identification Algorithm;面向应用的流量识别算法研究和实现
相关短句/例句

practical calculation method实用计算法
3)practical method实用计算方法
1.Further,the calculate error for design value of load-carrying capacity is compared for practical method and FEM.在竖向荷载作用下,采用8节点弹性块体有限元方法计算了钢筋混凝土空腹夹层板楼盖,分析了其变形和内力的分布规律,讨论了空腹夹层板的承载力设计问题,并对空腹夹层板实用计算方法和有限元分析方法的承载力结果作了详细的比较,本文的结论对类似工程的设计具有参考价值。
4)practical calculation method实用计算方法
1.Simplified theoretical solution and practical calculation method for welded hollow spherical joints of rectangular hollow section members;矩形钢管焊接空心球节点承载能力的简化理论解与实用计算方法研究
2.Load-carrying capacity and practical calculation method of welded hollow spherical joints connected with square steel tubes;方钢管焊接空心球节点的承载力与实用计算方法研究
3.Study on Practical Calculation Method for Skew Slab Bridge Based on JTG D60-2004;基于JTG D60-2004规范的斜板桥实用计算方法研究
5)practical calculating method实用计算方法
1.Based on reciprocal theorem of work,using physical property of four-joint shell element rigidity matrix and concept of structural inner force influence field,a practical calculating method was deduced to calculate inner force influence field of thin-wall box girder and feasibility of the method was verified.根据功的互等定理,利用四节点壳体单元刚度矩阵的物理特性以及结构内力(应力)影响面的概念,推导出薄壁箱梁结构指定截面内力(应力)影响面的实用计算方法,并通过算例验证了该方法的可行性。
6)practical heuristics实用启发式算法
1.In the paper, a practical heuristics of reasonable freight assembly is presented.提出了货物配装中的一种实用启发式算法,详细地描述了该算法的相关术语、定义和步骤,进行了实例验算,并对算法提出了改进。
2.A practical heuristics of reasonable freight as-sembly is presented.提出了货物拼装中的一种实用启发式算法,详细地描述了算法的相关术语、定义和步骤,进行了实例验算,并对算法提出了改进。
延伸阅读

BP算法分子式:CAS号:性质:又称逆推学习算法,简称BP算法,是1986年鲁梅哈特(D. E. Rumelhart)和麦克莱朗德(J. L. McClelland)提出来的。用样本数据训练人工神经网络(一种模仿人脑的信息处理系统),它自动地将实际输出值和期望值进行比较,得到误差信号,再根据误差信号从后(输出层)向前(输入层)逐层反传,调节各神经层神经元之间的连接权重,直至误差减至满足要求为止。反向传播算法的主要特征是中间层能对输出层反传过来的误差进行学习。这种算法不能保证训练期间实现全局误差最小,但可以实现局部误差最小。BP算法在图像处理、语音处理、优化等领域得到应用。