代码搜索:2
找到约 10,000 项符合「2」的源代码
代码结果 10,000
www.eeworm.com/read/121579/14750621
gif icwwl2_fig2.gif
www.eeworm.com/read/221179/14755177
plg d2r2.plg
Build Log
--------------------Configuration: D2R2 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\WINDOWS\TEMP\RSP3
www.eeworm.com/read/221179/14755178
dsp 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
www.eeworm.com/read/221179/14755180
cpp 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
www.eeworm.com/read/221179/14755181
opt d2r2.opt
www.eeworm.com/read/221179/14755182
ncb d2r2.ncb
www.eeworm.com/read/221179/14755184
dsw d2r2.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/221179/14756351
txt 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
www.eeworm.com/read/221179/14756353
cpp 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