代码搜索:Particles
找到约 717 项符合「Particles」的源代码
代码结果 717
www.eeworm.com/read/229545/14332117
cpp gsg_particles.cpp
// GSG_Particles.cpp: implementation of the GSG_Particles class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "gstools.h"
#include "GSG
www.eeworm.com/read/229545/14332177
h gsg_particles.h
// GSG_Particles.h: interface for the GSG_Particles class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_GSG_PARTICLES_H__3C3DC209_383A_4C9C_8DD7_4FFA
www.eeworm.com/read/216806/14991782
m resample_particles.m
function particles= resample_particles(particles, Nmin, doresample)
%function particles= resample_particles(particles, Nmin, doresample)
%
% Resample particles if their weight variance is such that
www.eeworm.com/read/483729/1275263
svn-base particles.as.svn-base
package org.papervision3d.core.geom
{
/**
* @Author Ralph Hauwert
*
* - updated by Seb Lee-Delisle to allow the updating of a renderRect property of a particle
* used for smart cul
www.eeworm.com/read/166734/5473536
c cg_particles.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/355021/3066370
svn-work particles.as.svn-work
K 25
svn:wc:ra_dav:version-url
V 85
/svn/!svn/ver/367/trunk/branches/Effects/src/org/papervision3d/core/geom/Particles.as
END
www.eeworm.com/read/355021/3066375
svn-base particles.as.svn-base
package org.papervision3d.core.geom
{
/**
* @Author Ralph Hauwert
*/
import org.papervision3d.core.geom.renderables.Particle;
import org.papervision3d.core.render.data.RenderSessionDa
www.eeworm.com/read/393504/8281509
m resample_particles.m
function particles= resample_particles(particles, Nmin, doresample)
%function particles= resample_particles(particles, Nmin, doresample)
%
% Resample particles if their weight variance is such that
www.eeworm.com/read/276470/10735965
f90 particles_p.f90
subroutine particles(k0)
use varible
real bsigma
integer ::i,j,k,l,m,n,pnum
!-------------------求解颗粒处流体的速度-----------
do i=1,num
fvx(i)=0.0
fvy(i)=0.0
do k=1,k0+1
do L=1,knp
www.eeworm.com/read/276470/10736003