代码搜索:Particles
找到约 717 项符合「Particles」的源代码
代码结果 717
www.eeworm.com/read/480713/6660125
m brownian.m
% BROWNIAN Two-dimensional random walk.
% What is the expansion rate of the cloud of particles?
shg
clf
set(gcf,'doublebuffer','on')
delta = .002;
x = zeros(100,2);
h = plot(x(:,1),x(:,2)
www.eeworm.com/read/480200/6668067
m productexact.m
function dens = productExact(npd_placeholder, npdensities , analyticFns, analyticParams)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% productExact(kde,{kdes} [,{
www.eeworm.com/read/406932/11432446
c wall.c
/**************************************************************
These routines take particles out which have collided with
the walls. Indices of the escaping particles are obtained
from
www.eeworm.com/read/260080/11748449
c myfun.c
#include "headfile.h"
#include "extern.h"
#include "myfun.h"
float f6(int a)
{
/*
This is the f6 function as described in the Handbook of
Genetic Algorithms, p.8
*/
double num, denom, f6
www.eeworm.com/read/155568/11863116
m brownian.m
% BROWNIAN Two-dimensional random walk.
% What is the expansion rate of the cloud of particles?
shg
clf
set(gcf,'doublebuffer','on')
delta = .002;
x = zeros(100,2);
h = plot(x(:,1),x(:,2)
www.eeworm.com/read/154608/11943261
c myfun.c
#include "headfile.h"
#include "extern.h"
#include "myfun.h"
float f6(int a)
{
/*
This is the f6 function as described in the Handbook of
Genetic Algorithms, p.8
*/
double num, denom, f6
www.eeworm.com/read/151555/12201606
m brownian.m
% BROWNIAN Two-dimensional random walk.
% What is the expansion rate of the cloud of particles?
shg
clf
set(gcf,'doublebuffer','on')
delta = .002;
x = zeros(100,2);
h = plot(x(:,1),x(:,2)
www.eeworm.com/read/250980/12372096
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/126347/14427935
c myfun.c
#include "headfile.h"
#include "extern.h"
#include "myfun.h"
float f6(int a)
{
/*
This is the f6 function as described in the Handbook of
Genetic Algorithms, p.8
*/
double num, denom, f6
www.eeworm.com/read/265998/11246947
cpp track1.cpp
/*
Perform single object tracking with particle filtering
@author Rob Hess
@version 1.0.0-20060306
*/
#include
#include "defs.h"
#include "utils.h"
//#include "particles.h"
//#includ