代码搜索:Integration
找到约 3,762 项符合「Integration」的源代码
代码结果 3,762
www.eeworm.com/read/169281/9869322
cpp jclient.cpp
// jclient.cpp
#import "c:\Inside COM+ Base Services\Language Integration\JavaSum\JavaSum.dll" no_namespace
#import "c:\Inside COM+ Base Services\Language Integration\component\debug\component.dll"
www.eeworm.com/read/362142/10016314
m odeeul.m
function [t,x,stats] = odeeul(func,dt,x0,options)
% Fixed step size euler integration
% Used only with discrete-time simulations, it takes one step from
% time 0 to dt and returns only the results
www.eeworm.com/read/362142/10016353
m odeeul.m
function [t,x,stats] = odeeul(func,dt,x0,options)
% Fixed step size euler integration
% Used only with discrete-time simulations, it takes one step from
% time 0 to dt and returns only the results
www.eeworm.com/read/362142/10016388
m odeeul.m
function [t,x,stats] = odeeul(func,dt,x0,options)
% Fixed step size euler integration
% Used only with discrete-time simulations, it takes one step from
% time 0 to dt and returns only the results
www.eeworm.com/read/362142/10016416
m odeeul.m
function [t,x,stats] = odeeul(func,dt,x0,options)
% Fixed step size euler integration
% Used only with discrete-time simulations, it takes one step from
% time 0 to dt and returns only the results
www.eeworm.com/read/166306/10024375
m quadg.m
function [int, tol1,ix]= quadg(fun,xlow,xhigh,tol,trace,p1,p2,p3,p4,p5,p6,p7,p8,p9)
%GAUSS积分法
%用法: int = quadg('Fun',xlow,xhigh)
%
% int -- 积分值
% Fun -- 被积函数Fun(x) (函数名或字符串)
www.eeworm.com/read/358694/10181592
m quadg.m
function [int, tol1,ix]= quadg(fun,xlow,xhigh,tol,trace,p1,p2,p3,p4,p5,p6,p7,p8,p9)
%GAUSS积分法
%用法: int = quadg('Fun',xlow,xhigh)
%
% int -- 积分值
% Fun -- 被积函数Fun(x) (函数名或字符串)
www.eeworm.com/read/280052/10358791
txt 新建 文本文档 (2).txt
一、瀑布模型:
1、定义:
definition
feasibility study
requirments analysis
2、开发:
system design
program design
coding and module testing
integration and system testing
3、维护:
delivery and
二、系统分析、可行
www.eeworm.com/read/353896/10406769
m quadg.m
function [int, tol1,ix]= quadg(fun,xlow,xhigh,tol,trace,p1,p2,p3,p4,p5,p6,p7,p8,p9)
%GAUSS积分法
%用法: int = quadg('Fun',xlow,xhigh)
%
% int -- 积分值
% Fun -- 被积函数Fun(x) (函数名或字符串)
www.eeworm.com/read/424063/10501275
m sfunmem.m
function [sys, x0] = sfunmem(t,x,u,flag)
%SFUNMEM A one integration-step memory block S-function.
%
% This M-file is designed to be used in a SIMULINK S-Function block.
% It performs a one integr