代码搜索结果
找到约 10,000 项符合
2 的代码
d2r2.dpr
program d2r2;
uses
Forms,
Unit1 in 'Unit1.pas' {Form1},
Unit2 in 'Unit2.pas';
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run
d2r2.txt
implementation
//PROGRAM D2R2
//Driver for routine RATINT
uses
unit2;
{$R *.DFM}
Function FUNC(x:real):real;
begin
FUNC:= X * Exp(-X)/(Sqr(X - 1)+1);
end;
procedure TForm1.Button1C
fx2_ata.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (fx2_ata), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
Group (Local Dependencies)
Group (Global Dependencies)
File 1
func2_1_2.m
function y=func2_1_2(x)
y=2*x-exp(x);
end
func2_3_2.m
function y=func2_3_2(x)
y=1/(x*log(10))+1;
end
func2_2_1.m
function y=func2_2_1(x)
y=x*exp(x)-1;
end
i2c.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
File 1,2,