代码搜索:Acceleration
找到约 615 项符合「Acceleration」的源代码
代码结果 615
www.eeworm.com/read/134897/13971049
hlp gravity.hlp
-----------------------------------------------------------------
GRAVITY is a masked Simulink subsystem, used to compute the
forces along the aircraft's body axes, which arise due to gra-
vity. Th
www.eeworm.com/read/112652/15480323
cpp demo13_2.cpp
// DEMO13_2.CPP - acceleration demo
// to compile make sure to include DDRAW.LIB, DSOUND.LIB,
// DINPUT.LIB, WINMM.LIB, and of course the T3DLIB files
// INCLUDES ////////////////////////////////
www.eeworm.com/read/291153/8439441
txt release.txt
==== VoyagerGX linux kernel frame buffer device driver release note ====
* Version 0.05
- Support 8bpp, 16bpp and 32bpp mode for 2.4.20 and 2.6.4 kernel.
- Set engine/memory clock to 72/1
www.eeworm.com/read/290607/8472601
h frne.h
/**
* \file frne.h
* \author Peter Corke
* \brief Definitions for MEX file
*
* Copyright (c) 2002 Peter I. Corke
*
* Permission to use and distribute is granted, provided that this message
*
www.eeworm.com/read/188887/8510035
m kalman.m
% kalman filtering
load initial_track s; % y:initial data,s:data with noise
T=0.1;
% yp denotes the sample value of position
% yv denotes the sample value of velocity
% Y=[yp(n);yv(n)];
% e
www.eeworm.com/read/289774/8527966
m test3trajectory.m
%% Author: epokh
%% Website: www.epokh.org/drupy
%% This software is under GPL
close all
clc
%%NOTICE: accelaration is not continuous because we can't impose it with
%% 3th order polynomials:
www.eeworm.com/read/177559/9447945
m qingxiejiegoucanshu.m
%**************************************************************************************************************************************************************
% 本程序为主程序,目的是运用Taylor变换对WM1000发动机的前13
www.eeworm.com/read/360747/10079714
txt 工具箱psotb-beta-.3的说明.txt
推荐一下老外的工具箱psotb-beta-.3
我已开始还不会编pso程序时,就用这个工具箱,现在简单给大家介绍一下用法:
其实这个工具箱使用也很简单:
如果你是初学者,头一次用这个工具箱,你可以直接运行pso.m文件。这个程序会优化默认的函数DeJong即超球体函数。
[fxmin, xmin, Swarm, history] = PSO(psoOptions)这是pso.m文件的函 ...
www.eeworm.com/read/423705/10536844
script out.script
Script started on Thu Oct 21 16:26:03 1999
/tmp/apriori> javac -O DemoApriori.java
/tmp/apriori> java DemoApriori auto.txt 6 1[K0.6
auto.txt 6 0.6
Generating L2
Generating L3
Generating L4
G
www.eeworm.com/read/278245/10554033
m kalman.m
% kalman filtering
load initial_track s; % y:initial data,s:data with noise
T=0.1;
% yp denotes the sample value of position
% yv denotes the sample value of velocity
% Y=[yp(n);yv(n)];
% e