代码搜索:差分走线

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

代码结果 8,331
www.eeworm.com/read/472285/6875279

vbw 三角网平差程序.vbw

FrmMain = 0, 0, 0, 0, C, 154, 203, 746, 652, C Var_Def = 88, 116, 680, 565, C Calc = 22, 29, 614, 478, C Frmdatainput1 = 0, 0, 0, 0, C, 132, 174, 724, 623, C Frmdatainput2 = 0, 0, 0, 0, C, 110, 14
www.eeworm.com/read/472285/6875282

vbp 三角网平差程序.vbp

Type=Exe Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\system32\stdole2.tlb#OLE Automation Reference=*\G{00025E01-0000-0000-C000-000000000046}#4.0#0#C:\Program Files\Common Fi
www.eeworm.com/read/191214/8432860

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/291130/8440335

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

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

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/188543/8529475

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/382695/9005882

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/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);