代码搜索:ADAMS
找到约 3,572 项符合「ADAMS」的源代码
代码结果 3,572
www.eeworm.com/read/282918/9053149
m adams.m
function [x,y]=Adams(ydot_fun, x0, y0, h, N)
% Adams 预报--校正公式,其中
% ydot_fun --- 一阶微分方程的函数
% x0, y0 --- 初始条件
% h --- 区间步长
% N --- 区间的个数
% x --- Xn 构成的向量
www.eeworm.com/read/282918/9053192
m adams.m
function [x,y]=Adams(ydot_fun, x0, y0, h, N)
% Adams 预报--校正公式,其中
% ydot_fun --- 一阶微分方程的函数
% x0, y0 --- 初始条件
% h --- 区间步长
% N --- 区间的个数
% x --- Xn 构成的向量
www.eeworm.com/read/364167/9919490
txt adams.txt
亚当姆斯预报_校正系统解一阶微分的初值问题
#include
using namespace std;
void main()
{
float x0,y0,h,**result;
int N;
float f(float x,float y);
void adams(float (*f)(float,float),flo
www.eeworm.com/read/424063/10500828
m adams.m
%ADAMS Integrate a system of ODEs using the Adams method.
%
% ADAMS('SYSTEM',TF) integrates the system of ODEs described in
% the SIMULINK system (or other S-function) SYSTEM from 0 to TF
% 'tim
www.eeworm.com/read/438315/7732870
plg adams.plg
Build Log
--------------------Configuration: adams - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\haofeng
www.eeworm.com/read/438315/7732871
dsp adams.dsp
# Microsoft Developer Studio Project File - Name="adams" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Con
www.eeworm.com/read/438315/7732872
exe adams.exe
www.eeworm.com/read/438315/7732874
pdb adams.pdb
www.eeworm.com/read/438315/7732876