代码搜索:simulating
找到约 328 项符合「simulating」的源代码
代码结果 328
www.eeworm.com/read/467516/1500300
as nbodyforce.as
package flare.physics
{
/**
* Force simulating an N-Body force of charged particles with pairwise
* interaction, such as gravity or electrical charge. This class uses a
* quad-tree structu
www.eeworm.com/read/467516/1500304
as dragforce.as
package flare.physics
{
/**
* Force simulating frictional drag forces (e.g., air resistance). For
* each particle, this force applies a drag based on the particles
* velocity (F = a
www.eeworm.com/read/439279/1806324
java exercise14_13.java
// Exercise14_13.java: Simulate elevators
/* Simulating elevator
Write a program to simulate an elevator going up
and down as shown in Figure 12.10. The buttons on the left
indicating the floor on
www.eeworm.com/read/197608/7069741
c qtest.c
/*
* File: qtest.c
* -------------
* This program tests the queue.h interface by simulating a
* simple waiting line. Entering a name adds that person to
* the waiting line. Entering a blank lin
www.eeworm.com/read/244387/12869475
c qtest.c
/*
* File: qtest.c
* -------------
* This program tests the queue.h interface by simulating a
* simple waiting line. Entering a name adds that person to
* the waiting line. Entering a blank lin
www.eeworm.com/read/315460/13542171
c qtest.c
/*
* File: qtest.c
* -------------
* This program tests the queue.h interface by simulating a
* simple waiting line. Entering a name adds that person to
* the waiting line. Entering a blank lin
www.eeworm.com/read/336465/12442153
nlogo ---crowds.nlogo
; re-implementation of
;
; Wander Jager, Roel Popping and Hans van de Sande (2001)
; Clustering and Fighting in Two-party Crowds: Simulating the Approach-avoidance Conflict
; Journal of Artificial
www.eeworm.com/read/293917/3927330
cpp fig01_07.cpp
#ifndef IntCell_H
#define IntCell_H
/**
* A class for simulating an integer memory cell.
*/
class IntCell
{
public:
explicit IntCell( int initialValue = 0 );
int read( ) const;
www.eeworm.com/read/293917/3927369
cpp figaa_01.cpp
#ifndef MEMORY_CELL_H
#define MEMORY_CELL_H
/**
* A class for simulating a memory cell.
*/
template
class MemoryCell
{
public:
explicit MemoryCell( const Object &
www.eeworm.com/read/171014/9775597
txt abstract.txt
This is a simple ARTX Kernel based example which simulates
the step-motor driver. Four LEDs are blinking simulating
the activation of the four output driver stages:
- phase A
- phase B
- phase