代码搜索结果

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

chap1fs-1.htm

Introduction if(navigator.appName == "Netscape") { self.name = "_mainDisplayFrame"; self._mainDisplayFrame = self;

chap1fso-1.htm

Introduction if(navigator.appName == "Netscape") { self.name = "_mainDisplayFrame"; self._mainDisplayFrame = self; }if(top._

1_5_1b.c

//断电保护恢复程序 #pragma ASM CLR EA MOV C,disflag1 MOV disflag,C //恢复disflag JNB tr2_flag,RST6 //恢复TR2 SETB TR2 RST6: MOV SP,#0BFH POP 07H POP 06H POP 05H POP 04

nsp1p1.edp

// correct pressure sign real s0=clock(); mesh Th=square(10,10); fespace Vh2(Th,P1); fespace Vh(Th,P1); Vh2 u2,v2,up1,up2; Vh2 u1,v1; Vh u1x=0,u1y,u2x,u2y, vv; problem Pu1(u1x,vv,solver=CG) = int2d

例6-1(1).m

%设定自变量数组t t=[0:0.01:1.5]; %固定频率 w=4*sqrt(3); %使用数组运算式 y= sqrt(3)/3*exp(-2*t).*sin(w*t+pi/6); %绘制曲线并且加上坐标网格 subplot(2,1,1),plot(t,y),grid %加标注 title('绘图示例'),x