代码搜索:Particles
找到约 717 项符合「Particles」的源代码
代码结果 717
www.eeworm.com/read/261064/11667820
f sorter.f
subroutine sorter( x, L )
real*8 x(*), L
! sorter - Routine to sort particles into cells
! Inputs
! x Positions of particles
! L System size
! Outputs
! cell_n
www.eeworm.com/read/252504/12278538
m updata_particlevalue.m
function updata_particleValue
%------------------------------------------------------------
%update particle's value based on the status of particles in time.this is
%ok,2007.09.29
%--------------
www.eeworm.com/read/251529/12339234
hpp fastslam.hpp
/*
* Bayes++ the Bayesian Filtering Library
* Copyright (c) 2004 Michael Stevens
* See accompanying Bayes++.htm for terms and conditions of use.
*
* $Id: fastSLAM.hpp 564 2006-04-05 20:51:38 +020
www.eeworm.com/read/131759/14131305
java pointshape.java
import javax.media.j3d.*;
import javax.vecmath.*;
final class PointShape extends PointArray {
private Point3d[] coord;
private Color3f[] color;
private int numPoints;
private double
www.eeworm.com/read/229545/14331995
cpp dlgtoolsparticles.cpp
// DlgToolsParticles.cpp : implementation file
//
#include "stdafx.h"
#include "gstools.h"
#include "DlgToolsParticles.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char T
www.eeworm.com/read/227437/14425278
h my.h
/* File: my.h
* -----------
*/
#ifndef MY_H
#define MY_H
#include "defs.h"
#include "particles.h"
#include "observation.h"
#define UPDATE_FRAMES 100
#define L_WEIGHT 0.03
#define L_WEIGH
www.eeworm.com/read/166734/5473544
c cg_marks.c
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
This file is part of Quake III Arena source code.
Quake III Arena sourc
www.eeworm.com/read/153141/5653239
h particlesystem.h
#define PARTICLES_PER_MILLISECOND 0.1f
#define MAX_PARTICLES 2000
#define RANDOM_NUMBER ((static_cast(rand())*2.0f)/(static_cast(RAND_MAX))-1.0f)
float ParticleFraction=1.0f;
struc
www.eeworm.com/read/473227/6849357
hpp fastslam.hpp
/*
* Bayes++ the Bayesian Filtering Library
* Copyright (c) 2004 Michael Stevens
* See accompanying Bayes++.htm for terms and conditions of use.
*
* $Header: /cvsroot/bayesclasses/Bayes++/SLAM/fa
www.eeworm.com/read/174377/9590002
hpp fastslam.hpp
/*
* Bayes++ the Bayesian Filtering Library
* Copyright (c) 2004 Michael Stevens
* See accompanying Bayes++.htm for terms and conditions of use.
*
* $Header: /cvsroot/bayesclasses/Bayes++/SLAM/fa