代码搜索:ODE
找到约 2,918 项符合「ODE」的源代码
代码结果 2,918
www.eeworm.com/read/189495/8467140
ode makefile.ode
#
# @DEC_COPYRIGHT@
#
#
# HISTORY
# $Log: Makefile,v $
# Revision 4.2 91/09/20 00:21:02 devbld
# Adding ODE Headers
#
# $EndLog$
#
#
# @(#)$RCSfile: Makefile,v $ $Revision: 4.2 $ (DEC) $Date: 91/0
www.eeworm.com/read/358640/10183035
csf ode.csf
www.eeworm.com/read/358640/10183041
dll ode.dll
www.eeworm.com/read/456310/7352061
dll ode.dll
www.eeworm.com/read/456310/7352111
dll ode.dll
www.eeworm.com/read/331567/12820344
h ode.h
/******************************************************************************
*
* File: ode.h
*
* Created: 24/02/2000
*
* Author: Pavel Sakov
* CSIRO
www.eeworm.com/read/331567/12820357
c ode.c
/******************************************************************************
*
* File: ode.c
*
* Created 27.06.2001
*
* Author: Pavel Sakov
* CSIRO
www.eeworm.com/read/307725/13715846
dll ode.dll
www.eeworm.com/read/113165/6137959
h ode.h
/*************************************************************************
* *
* Open Dynamics Engine, Copyright (C) 2001,2002 R
www.eeworm.com/read/490666/6450721
cpp ode.cpp
///////本程序是在求解电路暂态分析时想到的,可以求解多阶的微分方程组,特别是基于矩阵形式的微分方程组
void get_ode(float **a,float*m)
{
float h;
float *k1,*k2,*k3,*k4;
extern int lc;
extern float **y,ti;
int i,j,k;
h=ti/1000;
k1=new