代码搜索:公差标注
找到约 582 项符合「公差标注」的源代码
代码结果 582
www.eeworm.com/read/214945/15082100
txt readme.txt
工具使用说明:
cipsdk -f|d (file|dir) -t|s (tag|seg) name [pattern]
Detail:
1.切分单个文件 :test -f -s filename
2.切分整个目录文件:test -d -s dirname pattern(*.txt|*.html...)
1.词性标注单个文件
www.eeworm.com/read/249868/12465201
m 6-22.m
Z = peaks;
[C,h] = contourf(Z,10);
%绘制二维轮廓线,并且填充
caxis([-20 20])
%伪色彩,设置轴参数CLim和CLimMode
clabel(C,h)
%标注轮廓线
title('Filled Contour Plot Using')
%轮廓线图形标题
www.eeworm.com/read/334943/12560322
m 6-22.m
Z = peaks;
[C,h] = contourf(Z,10);
%绘制二维轮廓线,并且填充
caxis([-20 20])
%伪色彩,设置轴参数CLim和CLimMode
clabel(C,h)
%标注轮廓线
title('Filled Contour Plot Using')
%轮廓线图形标题
www.eeworm.com/read/391300/8410609
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),..
www.eeworm.com/read/391300/8410736
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')
www.eeworm.com/read/186670/8919332
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),..
www.eeworm.com/read/186670/8919464
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')
www.eeworm.com/read/37895/1087788
txt 绘图助手.txt
绘图助手使用方法:
点上 所需要的元件图,按计算机键盘下边最长的空格键,元件图可以旋转.
点上边 设置, 再点 自动标准和编号方框里面那对号 。所标注的就取消了.
www.eeworm.com/read/38039/1092112
mnu section.mnu
SECTIONS 截面
#
Modify 修改
Resketch or redimension a specified section.
对一个指定截面重新草绘或标注尺寸。
Redo 重做
Choose type (sketch/select) and define a specified trajectory.
选取类型(草绘/选取)并定义一条指定的曲线。
Remove 移除
Remove a
www.eeworm.com/read/38494/1114611
txt 绘图助手.txt
绘图助手使用方法:
点上 所需要的元件图,按计算机键盘下边最长的空格键,元件图可以旋转.
点上边 设置, 再点 自动标准和编号方框里面那对号 。所标注的就取消了.