代码搜索结果
找到约 10,000 项符合
2 的代码
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
nnd2n2.m
function nnd2n2(cmd,arg1,arg2,arg3)
%NND2N2 Two-input neuron demonstration.
%
% This demonstration requires either the MININNET functions
% on the NND disk or the Neural Network Toolbox.
% $R
j2flow2.cpp
#include
#include "j2flow2.h"
#include "global.h"
#include "genfile.h"
#include "intpoints.h"
#include "vecttens.h"
#include "alias.h"
#include "stochdriver.h"
#include "matrix.h"
j2flow2::j