代码搜索:差分走线

找到约 8,331 项符合「差分走线」的源代码

代码结果 8,331
www.eeworm.com/read/148985/12410473

txt 并口下载线常见问题.txt

常见问题: 检测器件时,时有时无,严重时根本检测不到,更谈不上对器件编程了。 这就是下载线不稳定的表现。主要是SCK那里的问题,以前我使用了 74373的锁存解决了问题,信号改变就锁存一次,这个方法比较稳定,但速度比 较慢。参照了Atmel的下载线后,在并口STROBE那里接了个500欧姆左右的电阻, 再去掉原来的锁存发现也可以运行。免去了锁存过程后,速度提升很多,但速度变 ...
www.eeworm.com/read/148879/12417483

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/249868/12464959

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/127498/14351599

txt 并口下载线常见问题.txt

常见问题: 检测器件时,时有时无,严重时根本检测不到,更谈不上对器件编程了。 这就是下载线不稳定的表现。主要是SCK那里的问题,以前我使用了 74373的锁存解决了问题,信号改变就锁存一次,这个方法比较稳定,但速度比 较慢。参照了Atmel的下载线后,在并口STROBE那里接了个500欧姆左右的电阻, 再去掉原来的锁存发现也可以运行。免去了锁存过程后,速度提升很多,但速度变 ...
www.eeworm.com/read/127242/14366422

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/226029/14502994

txt pcd设计技巧百问.txt

1、如何选择PCB板材? 选择PCB板材必须在满足设计需求和可量产性及成本中间取得平衡点。设计需求包含电气和机构这两部分。通常在设计非常高速的PCB板子(大于GHz的频率)时这材质问题会比较重要。例如,现在常用的FR-4材质,在几个GHz的频率时的介质损(dielectric loss)会对信号衰减有很大的影响,可能就不合用。就电气而言,要注意介电常数(dielectric constant) ...
www.eeworm.com/read/216389/15015636

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/114384/15055248

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/211973/15169085

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/294008/8257979

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';