代码搜索:pendulum
找到约 574 项符合「pendulum」的源代码
代码结果 574
www.eeworm.com/read/287361/8689870
mds pendulum.mds
www.eeworm.com/read/366403/9817698
mdl pendulum.mdl
Model {
Name "pendulum"
Version 5.0
SaveDefaultBlockParams on
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions off
ShowPortDataT
www.eeworm.com/read/361166/10065421
vi pendulum.vi
www.eeworm.com/read/361166/10065428
m pendulum.m
%Solve for Pendulum Problem using ODE45
[t, y] = ode45('pendulum_system', [0, 10], [1; 0]);
plot(t,y)
www.eeworm.com/read/425560/10347082
ncb pendulum.ncb
www.eeworm.com/read/425560/10347086
opt pendulum.opt
www.eeworm.com/read/425560/10347089
dsp pendulum.dsp
# Microsoft Developer Studio Project File - Name="pendulum" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
www.eeworm.com/read/425560/10347091
dsw pendulum.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/425560/10347107
cpp pendulum.cpp
#include "pendulum.h"
void main(){
//create output files
FILE *IF; //input force
IF=fopen("inputForce.txt","wt");
FILE *AP;
AP=fopen("angularPosition.txt","wt");
//initializati
www.eeworm.com/read/425560/10347116
plg pendulum.plg
Build Log
--------------------Configuration: pendulum - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\Users\jingjin