代码搜索:巡线小车
找到约 7,148 项符合「巡线小车」的源代码
代码结果 7,148
www.eeworm.com/read/381073/9111386
txt 并口下载线常见问题.txt
常见问题:
检测器件时,时有时无,严重时根本检测不到,更谈不上对器件编程了。
这就是下载线不稳定的表现。主要是SCK那里的问题,以前我使用了
74373的锁存解决了问题,信号改变就锁存一次,这个方法比较稳定,但速度比
较慢。参照了Atmel的下载线后,在并口STROBE那里接了个500欧姆左右的电阻,
再去掉原来的锁存发现也可以运行。免去了锁存过程后,速度提升很多,但速度变
...
www.eeworm.com/read/378041/9253110
m 7-13.m
[x,y,z] =peaks;
subplot(1,2,1)
meshc(x,y,z);
%同时画出网格图与轮廓线
title('meshc 网格图与轮廓线')
axis([-inf inf -inf inf -inf inf]);
subplot(1,2,2)
surfc(x,y,z);
www.eeworm.com/read/365868/9842595
m example2_21.m
[X,Y,Z]=peaks;
[C,h]=contour3(X,Y,Z,15,'r*');
title('具有15条轮廓线的peaks函数');
xlabel 'x';
ylabel 'y';
zlabel 'z';
www.eeworm.com/read/361882/10030194
txt 并口下载线常见问题.txt
常见问题:
检测器件时,时有时无,严重时根本检测不到,更谈不上对器件编程了。
这就是下载线不稳定的表现。主要是SCK那里的问题,以前我使用了
74373的锁存解决了问题,信号改变就锁存一次,这个方法比较稳定,但速度比
较慢。参照了Atmel的下载线后,在并口STROBE那里接了个500欧姆左右的电阻,
再去掉原来的锁存发现也可以运行。免去了锁存过程后,速度提升很多,但速度变
...
www.eeworm.com/read/357171/10214081
m 7-13.m
[x,y,z] =peaks;
subplot(1,2,1)
meshc(x,y,z);
%同时画出网格图与轮廓线
title('meshc 网格图与轮廓线')
axis([-inf inf -inf inf -inf inf]);
subplot(1,2,2)
surfc(x,y,z);
www.eeworm.com/read/356085/10237330
m example2_21.m
[X,Y,Z]=peaks;
[C,h]=contour3(X,Y,Z,15,'r*');
title('具有15条轮廓线的peaks函数');
xlabel 'x';
ylabel 'y';
zlabel 'z';
www.eeworm.com/read/160256/10548160
m example2_21.m
[X,Y,Z]=peaks;
[C,h]=contour3(X,Y,Z,15,'r*');
title('具有15条轮廓线的peaks函数');
xlabel 'x';
ylabel 'y';
zlabel 'z';
www.eeworm.com/read/159906/10591037
m 7-13.m
[x,y,z] =peaks;
subplot(1,2,1)
meshc(x,y,z);
%同时画出网格图与轮廓线
title('meshc 网格图与轮廓线')
axis([-inf inf -inf inf -inf inf]);
subplot(1,2,2)
surfc(x,y,z);
www.eeworm.com/read/417350/10993606
txt 9-02.txt
%例9-2 本例创建一个等高线图,然后修改该图的线型和线宽。
>> [x,y,z] = peaks;
>> [c,h] = contour(x,y,z);
>>set(h,'LineWidth',3,'LineStyle',':')
>>
www.eeworm.com/read/469046/6984086
m 7-13.m
[x,y,z] =peaks;
subplot(1,2,1)
meshc(x,y,z);
%同时画出网格图与轮廓线
title('meshc 网格图与轮廓线')
axis([-inf inf -inf inf -inf inf]);
subplot(1,2,2)
surfc(x,y,z);