代码搜索:Particles
找到约 717 项符合「Particles」的源代码
代码结果 717
www.eeworm.com/read/222279/14698839
c cdboun.c
#include "cdboun.h"
#include "cdhouse.h"
/* Place particles within Repeating Boundaries */
int WrapParticles (Particle_t *a)
{
int idir;
int ipart;
int NumRepeat;
int CntWrap;
BOOLEAN IsParti
www.eeworm.com/read/468628/1484495
svn-base particlefield.as.svn-base
package org.papervision3d.objects
{
import org.papervision3d.objects.particles.StarParticle;
import flash.display.Sprite;
/**
* @Author Ralph Hauwert
*/
public class ParticleField extends
www.eeworm.com/read/468628/1484506
as particlefield.as
package org.papervision3d.objects
{
import org.papervision3d.objects.particles.StarParticle;
import flash.display.Sprite;
/**
* @Author Ralph Hauwert
*/
public class ParticleField extends
www.eeworm.com/read/229545/14332264
cfg gstools.cfg
[HEADER]
[KEY]
system_resource =系统资源
[NEW_TYPE_DLG]
type_folder =文件夹
type_tex =图像资源\纹理
type_txg =图像资源\纹理组
type_txt =文本资源\文本文件
type_cfg_null =配置文件\空配置
type_cfg_ui_panel =配置文件\界
www.eeworm.com/read/195047/8176429
cfg gstools.cfg
[HEADER]
[KEY]
system_resource =系统资源
[NEW_TYPE_DLG]
type_folder =文件夹
type_tex =图像资源\纹理
type_txg =图像资源\纹理组
type_txt =文本资源\文本文件
type_cfg_null =配置文件\空配置
type_cfg_ui_panel =配置文件\界
www.eeworm.com/read/227437/14425237
c my.c
/* File: my.cpp
* -----------
*/
#include "defs.h"
#include "utils.h"
#include "observation.h"
#include "my.h"
/* Private Function Prototype */
double EvalOverlap(particle* particles, int n);
www.eeworm.com/read/173144/5376612
java swarm.java
package net.sourceforge.jswarm_pso;
import java.awt.Color;
import java.awt.Graphics;
/**
* A swarm of particles
* @author Pablo Cingolani
*/
public class Swarm {
public
www.eeworm.com/read/203062/15366492
cpp half.cpp
/* a program which will read an input file and
then output a file with 1/2 as many particles */
#include
#include "xgrafix.h"
void main(int argc,char **argv) {
FILE *In,*Out;
Scalar fte
www.eeworm.com/read/203062/15366750
h load.h
#ifndef __LOAD_H
#define __LOAD_H
/*
====================================================================
load.h
Purpose: Loads particles at start-up.
Version: $Id: load.h,v 1.19 2004/08/27 22:54
www.eeworm.com/read/427511/8938583
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)