代码搜索:外差式
找到约 10,000 项符合「外差式」的源代码
代码结果 10,000
www.eeworm.com/read/104135/6208254
dfm mrp_qry_oblongmrp_d.dfm
inherited Frm_Mrp_Qry_OblongMrp_D: TFrm_Mrp_Qry_OblongMrp_D
Left = 166
Top = 126
Caption = 'Mps/Mrp横式报表'
ClientHeight = 423
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
www.eeworm.com/read/104135/6208337
dfm mrp_qry_uprightmrp_d.dfm
inherited Frm_Mrp_Qry_UpRightMrp_D: TFrm_Mrp_Qry_UpRightMrp_D
Left = 42
Top = 104
Caption = 'Mps/Mrp竖式报表'
ClientWidth = 712
PixelsPerInch = 96
TextHeight = 12
inherited ControlBar
www.eeworm.com/read/104135/6208571
dfm mrp_qry_mrpinfooblongmrp_d.dfm
inherited Frm_Mrp_Qry_MrpInfoOblongMrp_D: TFrm_Mrp_Qry_MrpInfoOblongMrp_D
Left = 149
Top = 135
Caption = '当前物料Mps/Mrp横式报表'
ClientHeight = 423
OnShow = FormShow
PixelsPerInch = 96
www.eeworm.com/read/104135/6208583
dfm mrp_qry_informaloblongmrp_d.dfm
inherited Frm_Mrp_Qry_InformalOblongMrp_D: TFrm_Mrp_Qry_InformalOblongMrp_D
Left = 185
Top = 113
Caption = '模拟Mps/Mrp横式报表'
ClientHeight = 393
ClientWidth = 559
OnShow = FormShow
P
www.eeworm.com/read/407557/11415909
java explicitdatacastingtest.java
/**
* 演示了显式类型转换的使用
*/
package sample;
public class ExplicitDataCastingTest {
public static void main(String args[]) {
byte b;
int i = 257;
double d = 123.456;
System.out.p
www.eeworm.com/read/345494/11813225
asv polynom.asv
function p = polynom(a)
%POLYNOM多项式类构造函数
% p = POLYNOM(v) 创建creates a polynomial object from the vector v,
% containing the coefficients of descending powers of x.
if nargin == 0
p.c = [];