代码搜索:Modeling
找到约 1,801 项符合「Modeling」的源代码
代码结果 1,801
www.eeworm.com/read/38039/1100866
mnu sim_main.mnu
MECHANICA
#
Motion
Enter Motion Simulation environment.
#
Structure
Enter Structure Simulation environment.
#
Thermal
Enter Thermal Simulation environment.
#
Mold
Enter Mold Flow Modeling environment
www.eeworm.com/read/457053/1600945
cmd runall-tr.cmd
#!/bin/sh
# Run all simulations for the technical report on modeling wireless links
if [ -z $1 ]; then
GP="off"; QUIET=1
else
if [ $1 = "gp" ]; then
GP="on"; QUIET=1
fi
if [ $1 = "xgrap
www.eeworm.com/read/237048/4634159
java certificate.java
/* Certificate.java -- deprecated interface for modeling digital certificates
Copyright (C) 1998, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is fre
www.eeworm.com/read/333054/3390860
java librarybasket.java
package library;
import java.util.*;
import java.io.*;
import java.text.*;
/**
* Class LibraryBasket contains
* the specification of a JaveBean modeling
* a basket at a library.
*
www.eeworm.com/read/316659/3609298
java librarybasket.java
package library;
import java.util.*;
import java.io.*;
import java.text.*;
/**
* Class LibraryBasket contains
* the specification of a JaveBean modeling
* a basket at a library.
*
www.eeworm.com/read/307320/3724409
cmd runall-tr.cmd
#!/bin/sh
# Run all simulations for the technical report on modeling wireless links
if [ -z $1 ]; then
GP="off"; QUIET=1
else
if [ $1 = "gp" ]; then
GP="on"; QUIET=1
fi
if [ $1 = "xgrap
www.eeworm.com/read/303435/3811291
lib waveforms.cwp.lib
WAVEFORMS Subroutines to define some wavelets for modeling of seimic
data.
ricker1_wavelet Compute the time response of a source function as
a Ricker wavelet with peak frequency "fpeak" Hz.
www.eeworm.com/read/303435/3813449
readme
Triso -- Sebastien Geoltrain's FORTRAN tranversely isotropic modeling code.
Preliminary update by Phil Anno 30 May 1992
This version of Triso differs from the original release only
that it no longer
www.eeworm.com/read/417379/2102491
java linesearchforthewolfeconditions.java
package org.openscience.cdk.modeling.forcefield;
import javax.vecmath.GVector;
//import org.openscience.cdk.tools.LoggingTool;
/**
*
*
* @author vlabarta
*@cdk.module forcefield
*
*/
www.eeworm.com/read/417379/2102499
java smoothingfunctions.java
package org.openscience.cdk.modeling.forcefield;
//import org.openscience.cdk.tools.LoggingTool;
/**
* Cutoffs and Smoothing Functions.
*
*@author vlabarta
*@cdk.created February 28,