代码搜索:IPR
找到约 606 项符合「IPR」的源代码
代码结果 606
www.eeworm.com/read/251907/12312180
ipr videogenerator.ipr
www.eeworm.com/read/7435/117718
ipr while.ipr
function Test1(t);
begin
s := 0;
For i := 1 To t Do
s := s+i;
Test1 := s;
end;
function Test2(t);
begin
s := 0;
i := 0;
While i
www.eeworm.com/read/7435/117719
ipr loglin.ipr
{ Load IPR\LOGLIN.SCH before running this }
Draw( Out2_Compl(s), Out2_LogLin )
@ Configuration begin
; numerical format
0
1
0
1
4
; math
1.00000000000000E-0002
100
2.00000000000000E-00
www.eeworm.com/read/7435/117721
ipr draw.ipr
Function F( x );
Begin
F := Sin( x )+Cos( x );
End;
Draw( F( t ), FName )
@ Configuration begin
; numerical format
0
1
0
0
4
; math
1.00000000000000E-0002
100
2.00000000000000
www.eeworm.com/read/7435/117722
ipr euler.ipr
{ Load IPR\EULER.SCH before running this }
{ Euler approximation function }
Function Euler (t,h);
begin
I:=I+h/L*(UA-R*I);
Euler:=R*I;
end; {Euler}
{ The exact solution }
Function Tr
www.eeworm.com/read/7435/117727
ipr parallel.ipr
{ Load IPR\PARALLEL.SCH before running this }
Function Parallel( r1, r2, r3 );
Begin
Parallel := 1/( 1/r1+1/r2+1/r3 );
End;
Parallel( R1, R2, R3 )=[545.4545]
@ Configuration begin
; num
www.eeworm.com/read/7435/117729
ipr maxpower.ipr
{ Load IPR\MAXPOWER.SCH before running this }
Function PowerR3(R3);
Begin
PowerR3 := Sqr(Us)*Sqr(R2)*R3/Sqr(R1*R2+R1*R3+R2*R3);
End;
Draw( PowerR3(R3), P )
@ Configuration begin
www.eeworm.com/read/7435/117731
ipr timediag.ipr
{ Load IPR\TIMEDIAG.SCH before running this }
function A1(s);
begin
A1:=s*(s^2+1/(L*C));
end; {A1}
function BB1(s);
begin
BB1:=4*s^3+3/(R*C)*s^2+(2/(L*C)+2*Uw^2)*s+Uw^2*1/(R*C);
end
www.eeworm.com/read/7435/117732
ipr linlin.ipr
{ Load IPR\LOGLIN.SCH before running this }
Draw( Out2_Compl(s), Out2_LogLin )
@ Configuration begin
; numerical format
0
1
0
1
4
; math
1.00000000000000E-0002
100
2.00000000000000