代码搜索结果

找到约 10,000 项符合 3 的代码

examp3_3.m

% G=wn^2/(s^2+2*kosi*wn*s+wn^2) wn=6; kosi=0.1; num=wn^2; den=[1, 2*kosi*wn, wn^2]; % step(num, den) % impulse(num,den) pzmap(num,den) % G=tf(num, den); roots(G.den{1})

ms3_3.m

n1=0;n2=10;n01=2;n02=4; n=n1:n2; x1=[(n-n01)==0]; x2=[(n-n02)==0]; x3=x1+x2; subplot(3,1,1);stem(n,x1,'filled','k'); axis([n1,n2,1.1*min(x1),1.1*max(x1)]); ylabel('δ(n-2)'); subplot(3,1,2);ste

chap3-3.txt

// 程序3-3 import java.awt.*; import java.applet.*; public class scoreConvert extends Applet{ Label prompt; TextField input; int Excellent, Good, Middle, Pass,Failure; publ

4-3-3.htm

海南炼化信息后勤订餐系统帮助手册(工作餐审核员部分)

3-3-2.htm

海南炼化信息后勤订餐系统帮助手册(工作餐申请员部分)

3-3-1.htm

海南炼化信息后勤订餐系统帮助手册(工作餐申请员部分)

main3_3a.cpp

// Section 7.3.3 // $ CC putval1.cpp main3_3a.cpp /* ( 1 )< 23 > ( 2 )< 15, 5 > */ // defined in putval1.cpp void putValues( int[], int size ); int main() { int i = 23, j[ 2 ] = {

main3_3.cpp

// Section 8.3.3 // $ CC tracegcd.C main3_3.C /* depth #1 depth #2 depth #3 depth #4 gcd of (15,123): 3 */ #include using std::cout; using std::endl; // defined

al3_3.c

/*案例代码文件名:AL3_3.C。*/ main( ) {float f=123.456; double d1,d2; d1=1111111111111.111111111; d2=2222222222222.222222222; printf("%f,%12f,%12.2f,%-12.2f,%.2f\n",f,f,f,f,f); printf("d1+d2