代码搜索:dynamics
找到约 802 项符合「dynamics」的源代码
代码结果 802
www.eeworm.com/read/284168/8958016
chm dynamics.chm
www.eeworm.com/read/175478/9546045
xfm dynamics.xfm
www.eeworm.com/read/175478/9546116
dll dynamics.dll
www.eeworm.com/read/164922/10082099
cpp dynamics.cpp
// Dynamics.cpp: implementation of the CDynamics class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "MySDOpenGL.h"
#include "Dynamics.
www.eeworm.com/read/164922/10082147
h dynamics.h
// Dynamics.h: interface for the CDynamics class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_DYNAMICS_H__E59A1FFB_14E1_41C6_AFC6_14AB5791272B__INCL
www.eeworm.com/read/423802/10531906
pdf dynamics.pdf
www.eeworm.com/read/398836/7916306
c++ dynamics.c++
// dynamics.cpp implementation of 1-D Dynamics Class
// (c) Copyright 1995, Everett F. Carter Jr.
// Permission is granted by the author to use
// this so
www.eeworm.com/read/398836/7916401
hpp dynamics.hpp
// dynamics.hpp definition of a virtual class for 1-D dynamical systems
// manages the basic stuff, the actual calculations are done
// in a derived class
// (c)
www.eeworm.com/read/244950/12829019
m dynamics.m
L=0.15;
m=0.2;
I=1/12*m*L^2;
C=[3 L 3/2*L L/2;m*L (I+m*L^2/2) 3/4*m*L^2 1/4*m*L^2;3/2*m*L 1/2*m*L^2 (I+5/4*m*L^2) 1/2*m*L^2; m*L/2 1/4*m*L^2 1/2*m*L^2 (I+1/4*m*L^2)];
Impulse=[1;1*L/2;0;0];
A=inv
www.eeworm.com/read/264430/11315255
c++ dynamics.c++
// dynamics.cpp implementation of 1-D Dynamics Class
// (c) Copyright 1995, Everett F. Carter Jr.
// Permission is granted by the author to use
// this so