代码搜索:直驱式

找到约 10,000 项符合「直驱式」的源代码

代码结果 10,000
www.eeworm.com/read/320759/13418899

_c usart_scan._c

/******************************************/ //文件名:usart_scan.c //功能: 扫描式串口通信的应用 //作者: young //时间: 2006.11.16 //目标MCU:ATmega8 //晶振: 8MHZ /******************************************/ //通信波
www.eeworm.com/read/320759/13418901

c usart_scan.c

/******************************************/ //文件名:usart_scan.c //功能: 扫描式串口通信的应用 //作者: young //时间: 2006.11.16 //目标MCU:ATmega8 //晶振: 8MHZ /******************************************/ //通信波
www.eeworm.com/read/319404/13452644

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 = [];
www.eeworm.com/read/104135/6208208

dfm mrp_qry_informaluprightmrp_d.dfm

inherited Frm_Mrp_Qry_InformalUpRightMrp_D: TFrm_Mrp_Qry_InformalUpRightMrp_D Left = 70 Top = 99 Caption = '模拟Mps/Mrp竖式报表' PixelsPerInch = 96 TextHeight = 12 inherited ControlBar: TC
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/477051/6744465

htm ch4_1_4.htm

多项式函数
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