代码搜索:公差标注

找到约 582 项符合「公差标注」的源代码

代码结果 582
www.eeworm.com/read/195535/6323150

txt readme.txt

/********************************************************************/ 关于LED的基本物理原理和特性 通常使用的是半导体发光二极管,它和注入式半导体激光器类似,也是一个PN结, 也是利用外电源向PN结注入电子来发光的。只是它的结构公差没有激光器那么严格, 而且无粒
www.eeworm.com/read/370995/9573249

log 20070709.log

14:17:00 0 查看报警记录 14:17:35 0 查看网络故障报告 14:17:48 0 查看当前用户数据 14:18:07 0 标注当前警告用户为'已通知'状态 14:18:35 0 查看公寓楼设置
www.eeworm.com/read/258854/11837012

log 20070709.log

14:17:00 0 查看报警记录 14:17:35 0 查看网络故障报告 14:17:48 0 查看当前用户数据 14:18:07 0 标注当前警告用户为'已通知'状态 14:18:35 0 查看公寓楼设置
www.eeworm.com/read/114551/15048204

txt mch03-02.txt

正弦曲线的标注 t=0:pi/20:2*pi; plot(t,sin(t)) xlabel('t = 0 到 2\pi','FontSize',16) ylabel('sin(t)','FontSize',16) title('\it{从 0 to 2\Pi 的正弦曲线}','FontSize',16) text(3*pi/4,sin(3*pi/4),... '\left
www.eeworm.com/read/114549/15048273

txt mch02-15.txt

双Y轴的标注 t = 0:900; A = 1000; a = 0.005; b = 0.005; z1 = A*exp(-a*t); z2 = cos(b*t); [haxes,hline1,hline2] = plotyy(t,z1,t,z2,'semilogy','plot'); axes(haxes(2)) ylabel('Linear Plot') axes(hax
www.eeworm.com/read/38039/1090030

mnu arcdimtype.mnu

ARC#PNT#TYPE 弧/点类型 # remove the # sign and enter foreign help string in this line Center 中心 Dimension between center of arc/circle and a line or another center. 标注弧/圆的圆心与一条直线或另一圆心之间的尺寸。 Tangent 相切 Di
www.eeworm.com/read/38039/1092369

mnu offsetloc.mnu

OFFSET#LOC 偏移位置 # Specify#Dirs 指定方向 Specify directions of dimensioning a new location. 指定给新位置标注尺寸的方向。 Specify#Portion 指定部分 Select portion of network to create offset copy. 选取部分网络来创建偏移副本。 Specify#From
www.eeworm.com/read/391300/8410619

txt mch03-03.txt

图形的交互式文本标注 t=0:pi/20:2*pi; plot(t,sin(t)) xlabel('t = 0 到 2\pi','FontSize',16) ylabel('sin(t)','FontSize',16) title('\it{从 0 to 2\Pi 的正弦曲线}','FontSize',16) gtext('第一个点'); gtext('第二
www.eeworm.com/read/188543/8529769

m 6-21.m

[X,Y] = meshgrid(-2:.2:2,-2:.2:3); %表面网格函数 Z = X.*exp(-X.^2-Y.^2); [C,h] = contour(X,Y,Z,10); %绘制轮廓线 clabel(C,h) %对轮廓线进行标注 title '二维轮廓图示例'
www.eeworm.com/read/186670/8919344

txt mch03-03.txt

图形的交互式文本标注 t=0:pi/20:2*pi; plot(t,sin(t)) xlabel('t = 0 到 2\pi','FontSize',16) ylabel('sin(t)','FontSize',16) title('\it{从 0 to 2\Pi 的正弦曲线}','FontSize',16) gtext('第一个点'); gtext('第二