代码搜索:Particles
找到约 717 项符合「Particles」的源代码
代码结果 717
www.eeworm.com/read/336465/12441926
nlogo ---p5_movie_1.nlogo
globals
[
clock tick-length ;; clock variables
box-edge ;; distance of box edge from axes
total-particle-number
max-ever-speed current-max-speed
pressure
outsi
www.eeworm.com/read/336465/12442030
nlogo ---p1_particle_behavior_3.nlogo
globals
[
clock tick-length ;; clock variables.
box-edge ;; distance of box edge from axes.
tracked-particle ;; particle we're currently tracking.
duratio
www.eeworm.com/read/131759/14131309
java lineshape.java
import javax.media.j3d.*;
import javax.vecmath.*;
final class LineShape extends LineArray {
private Point3d[] coord;
private Color3f[] color;
private int numPoints;
private double i
www.eeworm.com/read/229545/14331972
h gsparticlesystem.h
// GsParticleSystem.h: interface for the CGsParticleSystem class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_GSPARTICLESYSTEM_H__A9E0D0CA_CAE8_4DCE
www.eeworm.com/read/216806/14991747
m stratified_resample.m
function [keep, Neff] = stratified_resample(w)
%function [keep, Neff] = stratified_resample(w)
%
% INPUT:
% w - set of N weights [w1, w2, ..]
%
% OUTPUTS:
% keep - N indices of particles to
www.eeworm.com/read/216806/14991790
m fast_to_ekf_diag.m
function [x,P]= fast_to_ekf_diag(p)
%function [x,P]= fast_to_ekf_diag(particles)
%
% particles(i) has xv, Pv, {xf, Pf}
% For this code to work, the particles must be of equal weight.
% Also assum
www.eeworm.com/read/195047/8175968
h gsparticlesystem.h
// GsParticleSystem.h: interface for the CGsParticleSystem class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_GSPARTICLESYSTEM_H__A9E0D0CA_CAE8_4DCE
www.eeworm.com/read/393504/8281462
m stratified_resample.m
function [keep, Neff] = stratified_resample(w)
%function [keep, Neff] = stratified_resample(w)
%
% INPUT:
% w - set of N weights [w1, w2, ..]
%
% OUTPUTS:
% keep - N indices of particles to
www.eeworm.com/read/393504/8281522
m fast_to_ekf_diag.m
function [x,P]= fast_to_ekf_diag(p)
%function [x,P]= fast_to_ekf_diag(particles)
%
% particles(i) has xv, Pv, {xf, Pf}
% For this code to work, the particles must be of equal weight.
% Also assum
www.eeworm.com/read/432926/1886312
pde particlesystem.pde
// An ArrayList is used to manage the list of Particles
class ParticleSystem {
ArrayList particles; // An arraylist for all the particles
PVector origin; // An origin point for where