代码搜索:Particles
找到约 717 项符合「Particles」的源代码
代码结果 717
www.eeworm.com/read/203062/15366680
h emitter.h
/*
====================================================================
EMITTER.H
A pure virtual class representing all conducting surfaces that can
emit particles.
0.99 (NTG 12-29-93) Separated
www.eeworm.com/read/203062/15366821
h foil.h
/*
//====================================================================
FOIL.H
This class represents a conducting surface which can
collect and re-emit particles.
0.90 (BillP 3-13-95) Creation.
www.eeworm.com/read/203062/15366967
pro plot_q_q_ptcl.pro
;------------------------------------------------------------------------
;
; File: plot_q_q_ptcl.pro
;
; Purpose:
; IDL procedure to read in q-q (coordinate components, i.e. plots in
;
www.eeworm.com/read/203062/15366979
pro plot_ptcl.pro
;------------------------------------------------------------------------
;
; File: plot_ptcl.pro
;
; Purpose:
; IDL procedure to read in q-q (coordinate components, i.e. plots in
; conf
www.eeworm.com/read/432926/1886316
pde particlesystem.pde
// A class to describe a group of Particles
// An ArrayList is used to manage the list of Particles
class ParticleSystem {
ArrayList particles; // An arraylist for all the particles
PVector
www.eeworm.com/read/432926/1886324
pde particlesystem.pde
// A class to describe a group of Particles
// An ArrayList is used to manage the list of Particles
class ParticleSystem {
ArrayList particles; // An arraylist for all the particles
PVector
www.eeworm.com/read/189641/8464210
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/189641/8464238
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/284617/8913178
h cpu_sph.h
#ifndef _SPH_CPU_H_
#define _SPH_CPU_H_
#include "glg.h"
#include "sph_common.h"
//#define N_RIGID (R_LEN*R_LEN*R_LEN)
/*
typedef struct
{
vector3 p; // position
vector3 v; // veloc
www.eeworm.com/read/127871/5994056
h gsparticlesystem.h
// GsParticleSystem.h: interface for the CGsParticleSystem class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_GSPARTICLESYSTEM_H__A9E0D0CA_CAE8_4DCE