代码搜索:Particles
找到约 717 项符合「Particles」的源代码
代码结果 717
www.eeworm.com/read/250980/12372033
m demo_particle_filter.m
function demo_particle_filter(N)
%function demo_particle_filter(N)
% N is number of particles.
%
% This demo compares a basic particle filter with a Kalman filter on a linear problem.
% In this c
www.eeworm.com/read/4082/28650
cpp ch19p1_particleeventsequence.cpp
#include "Ch19p1_ParticleEventSequence.h"
#include
CParticleEventSequence::CParticleEventSequence()
{
m_pd3dDevice = NULL;
m_texParticle = NULL;
m_Particles = NULL;
Reset(
www.eeworm.com/read/432926/1886328
pde smoke.pde
/**
* Smoke
* by Glen Murphy.
*
* Drag the mouse across the image to move the particles.
* Code has not been optimised and will run fairly slowly.
*/
int res = 2;
int penSize = 30;
int lwidth
www.eeworm.com/read/203062/15366847
changes
CHANGES to XOOPIC
XOOPIC 2.5-current -- Requires XGrafix version later than Mar. 29, 2005.
o fixing routines converting particles' velocity into their
energy and gamma to be correct in both relati
www.eeworm.com/read/189281/8480573
txt nbody_sh1p.txt
> * Reader for nbody_sh1p a parallel direct N-body code*
Educational N-body integrator with a shared but variable time step
(the same for all particles but changing in time), using the He
www.eeworm.com/read/365849/9843944
m plot1d.m
function plot1d(obj,varargin);
% Plots the data contained in the SIR object, in one dimension.
% The particles are visualized as gauss functions.
%
% Syntax: (* = optional)
%
% plot1d(ekfobj, st
www.eeworm.com/read/365849/9844022
m plot1d.m
function plot1d(obj,varargin);
% Plots the data contained in the SIS object, in one dimension.
% The particles are visualized as gauss functions.
%
% Syntax: (* = optional)
%
% plot1d(ekfobj, st
www.eeworm.com/read/325790/13184577
m plot1d.m
function plot1d(obj,varargin);
% Plots the data contained in the SIR object, in one dimension.
% The particles are visualized as gauss functions.
%
% Syntax: (* = optional)
%
% plot1d(ekfobj, st
www.eeworm.com/read/325790/13184634
m plot1d.m
function plot1d(obj,varargin);
% Plots the data contained in the SIS object, in one dimension.
% The particles are visualized as gauss functions.
%
% Syntax: (* = optional)
%
% plot1d(ekfobj, st
www.eeworm.com/read/489598/6466426
m particle_choose.m
function [xhat]=particle_choose(xP,wP)
%This routine is used to choose the
%xP particles
%wP weight
%Mn optional string to get mean
%Vnc optional string to get variance
global nTx nRx Npart