代码搜索结果
找到约 2,916 项符合
Energy 的代码
algaecolony.java
/*!Begin Snippet:AlgaeColony*/
/*
* Created on Jul 4, 2003
*
*/
/**
* AlgaeColony does not move. If there is sunlight, a portion of the solar
* energy will be converted into life-energy
catfish.java
import java.util.Vector;
/*
* Created on Jul 5, 2003
*
*/
/**
* Catfish - simulates a catfish - can swim, eat, and consume
* energy in the process.
*
* @author iCarnegie av
*
*
crocodile.java
import java.util.Vector;
/*
* Created on Jul 6, 2003
*
*/
/**
* Crocodile - to simulate artificial life. Eats small fish.
*
* @author iCarnegie av
*
*/
public class Crocodile ext
sysinter.c
/*******************************************************************
* SysInter.c : sys interrupt programme
********************************************************************/
#pragma interru
sysinter.c
/*******************************************************************
* SysInter.c : sys interrupt programme
********************************************************************/
#pragma interru
nspte.m
function [h,xs,w] = nspte(data,nyy,t0,t1)
% The function NSPTE calculates the spectrum using Teager Energy Operator
% applied to data(n,k), where n is the number of data points
% and k is the num
cmu-trace.cc
/* -*- Mode:C++; c-basic-offset:8; tab-width:8; indent-tabs-mode:t -*- */
/* Modified and extended by Pablo Martin and Paula Ballester,
* Strathclyde University, Glasgow.
* June, 2003.
*/
/* Copyr
plotenergies.m
function plotenergies(en,meshname)
% Plots temporal evolution of field energies
%
% meshname -> string for indentification of mesh
% en -> trace of electric/magnetic energies during timestepping, N x
livingbeing.java
/**
* Each living being lives in a location (row, column) at any given time.
* More than one living being can be in a location. E.g.: algae and fish.
* Depending on the species, living beings c
catfish.java
import java.util.Vector;
/**
* Catfish - simulates a catfish - can swim, eat, and consume
* energy in the process.
*
* @author 张维
* @version 1.0.0
*/
public class Catfish extends Ani