代码搜索:Particles
找到约 717 项符合「Particles」的源代码
代码结果 717
www.eeworm.com/read/147972/5718670
java particle.java
package sim.app.tutorial3;
import sim.engine.*;
import sim.util.*;
/** A bouncing particle. */
public class Particle implements Steppable
{
public boolean randomize = false;
public int x
www.eeworm.com/read/147972/5718673
java particle.java
package sim.app.particles3d;
import sim.engine.*;
import sim.util.*;
/** A bouncing particle. */
public class Particle implements Steppable
{
public boolean randomize = false;
public int
www.eeworm.com/read/147972/5718706
java particle.java
package sim.app.tutorial4;
import sim.engine.*;
import sim.util.*;
/** A bouncing particle. */
public class Particle implements Steppable
{
public boolean randomize = false;
public int x
www.eeworm.com/read/147972/5718738
java particle.java
package sim.app.particle;
import sim.engine.*;
import sim.util.*;
/** A bouncing particle. */
public class Particle implements Steppable
{
public boolean randomize = false;
public int xd
www.eeworm.com/read/105644/6197557
java vonneumanntopology.java
/*
* VonNeumannTopology.java
*
* Created on January 18, 2003, 10:42 AM
*
*
* Copyright (C) 2003 - Edwin S. Peer
*
* This program is free software; you can redistribute it and/or modify
* it
www.eeworm.com/read/484548/6579590
m createimage.m
function [imageMatrix,xCoor,yCoor]=createImage(sizeImageX, sizeImageY, numParticles)
% creates a matrix with numParticles number of particles
xCoor=ceil(sizeImageX*rand(numParticles, 1));
yCoo
www.eeworm.com/read/483033/6607859
m get_weights.m
%GET_WEIGHTS Extracts an array of weights from particles structures
%
% Syntax:
% W = get_weights(S)
%
% In:
% S - NTxN cell array containing particle structures
%
% Out:
% W - NTxN matrix con
www.eeworm.com/read/261074/11667550
m mover.m
function [x,v,strikes,delv] = mover(x,v,npart, ...
L,mpv,vwall,tau)
% mover - Function to move particles by free flight
% Also handles collisions with walls
www.eeworm.com/read/261064/11667744
f mover.f
subroutine mover( x, v, npart, L, mpv, vwall, tau,
& strikes, delv, seed )
integer*4 MAXnpart, MAXncell
parameter( MAXnpart = 10000, MAXncell = 500 )
www.eeworm.com/read/345593/11806174
pas unit1.pas
{: Scene-wide Particles FX bench.
Originally planned for the specials FX, but become a bench due to lack of
time to improve graphics ;)
This is quite a brute-force situation for t