代码搜索结果
找到约 10,000 项符合
2 的代码
d2r2.plg
Build Log
--------------------Configuration: D2R2 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\WINDOWS\TEMP\RSP3
d2r2.dsp
# Microsoft Developer Studio Project File - Name="D2R2" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Cons
d2r2.cpp
# include
# include
# include
double func(double x)
{
double aa;
aa = x * exp(-x) / ((x - 1) *(x-1) + 1);
return aa;
}
void ratint(double xa[],double
d2r2.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
d2r2.txt
# include
# include
# include
double func(double x)
{
double aa;
aa = x * exp(-x) / ((x - 1) *(x-1) + 1);
return aa;
}
void main()
{
//program d
d2r2.cpp
# include
# include
# include
double func(double x)
{
double aa;
aa = x * exp(-x) / ((x - 1) *(x-1) + 1);
return aa;
}
void main()
{
//program d
haven2i.h2
#define HAVE_N2I