代码搜索:Particles
找到约 717 项符合「Particles」的源代码
代码结果 717
www.eeworm.com/read/380945/9120127
cls cemitter.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/424917/10394118
makefile
CC = gcc
CFLAGS = -O3
INC_DIR = ../include
INCL = -I$(INC_DIR) `pkg-config --cflags opencv` `pkg-config --cflags gsl`
all: observation.o utils.o particles.o
observation.o: observation.c $(INC_DIR)/o
www.eeworm.com/read/424917/10394148
makefile
CC = gcc
CFLAGS = -O3
SRC_DIR = ../src
INC_DIR = ../include
INCLUDE = -I$(INC_DIR) `pkg-config --cflags opencv` `pkg-config --cflags gsl`
LIBS = `pkg-config --libs opencv` `pkg-config --libs gsl`
BIN
www.eeworm.com/read/433389/7933362
cpp explosion.cpp
#include "StdAfx.h"
#include "../common/myd3d.h"
#include "explosion.h"
using namespace d3d;
extern IDirect3DDevice9* g_device;
extern HWND g_hwnd;
Explosion::Explosion()
{
}
Explosion
www.eeworm.com/read/295913/8134926
m forsee_robotposition.m
function forsee_RobotPosition
%forsee the position of Robot based on all particles,this is ok.
%2007.09.29
%------------------------------------------------------------------------
global num
www.eeworm.com/read/142788/12920542
h smokepufffx.h
// ----------------------------------------------------------------------- //
//
// MODULE : SmokePuffFX.h
//
// PURPOSE : Smoke special fx class - Definition
//
// CREATED : 12/15/97
//
// -
www.eeworm.com/read/101005/6262736
h particle.h
/* particle.h, HAWK game engine
*
* Copyright 1997-1998 by Phil Frisbie, Jr.
* for Hawk Software
*
*/
#ifndef PARTICLE_H
#define PARTICLE_H
#include "internal.h"
#ifdef __cplusplus
www.eeworm.com/read/252504/12278501
m forsee_robotposition.m
function forsee_RobotPosition
%forsee the position of Robot based on all particles,this is ok.
%2007.09.29
%------------------------------------------------------------------------
load num
www.eeworm.com/read/203062/15366756
h spblink.h
#ifndef __SPBLINK_H
#define __SPBLINK_H
/*
====================================================================
spblink.h
Purpose: Defines interface for SPBoundLink, which sends and
re
www.eeworm.com/read/291812/8394041
m residualr.m
function outIndex = residualR(inIndex,q);
% PURPOSE : Performs the resampling stage of the SIR
% in order(number of samples) steps. It uses Liu's
% residual resampling algorithm