代码搜索:Particles
找到约 717 项符合「Particles」的源代码
代码结果 717
www.eeworm.com/read/284617/8913165
c sph_common.c
#include
#include
#include
#include
#include "gpu_util.h"
#include "sph_common.h"
#define ABS(x) ((x) > 0 ? (x) : -(x))
void sph_mem_pool_cre
www.eeworm.com/read/486092/6543077
c cl_fx.c
/*
Copyright (C) 1997-2001 Id Software, Inc.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free So
www.eeworm.com/read/227437/14425288
c main.c
/* File: main.c
* ------------------
* call the tracking procedures.
*/
#include
#include "track.h"
/***************************** Function Prototypes ***************************/
www.eeworm.com/read/121526/14753414
c cl_fx.c
/*
Copyright (C) 1997-2001 Id Software, Inc.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free So
www.eeworm.com/read/271788/10980592
m pso_pid.m
% 基于微粒子算法的PID参数整定
for N=1:1
max_iterations=40;
no_particles=20;
dimensions=3;
cmax=0.9;
cmin=0.1;
c0=0.9;
c1=2;
c2=2;
Vmax=0.5;
u=4;
KPmax=1;
KPmin=0.7;
KImax=0.5;
KImin=0.2;
K
www.eeworm.com/read/190426/8443944
inp landaup.inp
LANDAU DAMPING
A warm electron plasma is loaded and then perturbed to initiate an
electrostatic wave. The wave is damped by particles with velocity near
the phase velocity. The potential is smoothe
www.eeworm.com/read/190426/8443953
inp landau.inp
LANDAU DAMPING
A warm electron plasma is loaded and then perturbed to initiate an
electrostatic wave. The wave is damped by particles with velocity near
the phase velocity. The potential is smoothe
www.eeworm.com/read/189641/8464213
m fastslam2_sim.m
function data= fastslam2_sim(lm, wp)
%function data= fastslam2_sim(lm, wp)
%
% INPUTS:
% lm - set of landmarks
% wp - set of waypoints
%
% OUTPUTS:
% data - set of particles representin
www.eeworm.com/read/142433/12945926
cpp dsmceq.cpp
// dsmceq - Dilute gas simulation using DSMC algorithm
// This version illustrates the approach to equilibrium
#include "NumMeth.h"
#include "SortList.h"
double rand( long& seed );
i