代码搜索:2
找到约 10,000 项符合「2」的源代码
代码结果 10,000
www.eeworm.com/read/338523/12300530
m ch2_2.m
% ch2_2.m
% Function plots of a 2-dimensional optimization problem
x=0:0.001:1;
y=sin(2*pi*x)+0.3*sin(2*pi*3*x)+0.05*cos(2*pi*5*x);
plot(x,y)
title('Run ch2_2.m file to get this plot');
www.eeworm.com/read/150272/12301281
uv2 test2.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
Options 1,0,0 //
www.eeworm.com/read/338289/12314738
uv2 t2.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (目标 1), 0x0000 // Tools: 'MCS-51'
Group (源程序组 1)
File 1,1,
Options 1,0,0 // Target '目标 1'
Device
www.eeworm.com/read/150065/12319037
sas data2_2.sas
LIBNAME EXAMPLE ' D:\USER ' ;
DATA EXAMPLE.SALE ;
INPUT NAME $ 1-11 SEX $ AGE HIGHT WEIGHT ;
CARDS;
ZHANG HONG F 18 176 75
WANG XING M 19 163 55
LI NING F 17 169 70
;
www.eeworm.com/read/251685/12325898
m chap2_2.m
%Delay Control with Dalin Algorithm
clear all;
close all;
ts=0.5;
%Plant
sys1=tf([1],[0.4,1],'inputdelay',0.76);
dsys1=c2d(sys1,ts,'zoh');
[num1,den1]=tfdata(dsys1,'v');
%Ideal closed loop
www.eeworm.com/read/337740/12343319
uv2 mimasuo2.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
Options 1,0,
www.eeworm.com/read/149767/12351485
rc2 2difs.rc2
//
// 2DIFS.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
/////
www.eeworm.com/read/337621/12355984