代码搜索:Emission
找到约 175 项符合「Emission」的源代码
代码结果 175
www.eeworm.com/read/165124/10075608
java emission.java
class Emission
{
public char letter;
public double probability;
public Emission(double probability, char letter)
{
this.letter = letter;
this.probability = probability;
}
www.eeworm.com/read/458493/7295610
dat emission.dat
Nitrogen oxide emission (parts per million) from an internal combustion engine as function
of humidity (grains per pound of dry air) and atmospheric pressure (inches of Hg).
Data from Example 13.6,
www.eeworm.com/read/458488/7296035
dat emission.dat
Nitrogen oxide emission (parts per million) from an internal combustion engine as function
of humidity (grains per pound of dry air) and atmospheric pressure (inches of Hg).
Data from Example 13.6,
www.eeworm.com/read/144399/12797194
dat emission.dat
Nitrogen oxide emission (parts per million) from an internal combustion engine as function
of humidity (grains per pound of dry air) and atmospheric pressure (inches of Hg).
Data from Example 13.6,
www.eeworm.com/read/164583/10100926
cpp ghmm_emission.cpp
/*
* created: 21 Feb 2002 by Peter Pipenbacher
* authors: Peter Pipenbacher (pipenb@zpr.uni-koeln.de)
* file : $Source: /cvsroot/ghmm/ghmm/ghmm++/GHMM_Emission.cpp,v $
* $Id: GHMM_Emission.cpp,v
www.eeworm.com/read/164583/10101011
h ghmm_emission.h
/*
* created: 21 Feb 2002 by Peter Pipenbacher
* authors: Peter Pipenbacher (pipenb@zpr.uni-koeln.de)
* file : $Source: /cvsroot/ghmm/ghmm/ghmm++/GHMM_Emission.h,v $
* $Id: GHMM_Emission.h,v 1.7
www.eeworm.com/read/329960/12924368
cpp ghmm_emission.cpp
/*
* created: 21 Feb 2002 by Peter Pipenbacher
* authors: Peter Pipenbacher (pipenb@zpr.uni-koeln.de)
* file : $Source$
* $Id: GHMM_Emission.cpp 275 2003-09-18 10:04:49Z cic99 $
*
* __copyrigh
www.eeworm.com/read/329960/12924450
h ghmm_emission.h
/*
* created: 21 Feb 2002 by Peter Pipenbacher
* authors: Peter Pipenbacher (pipenb@zpr.uni-koeln.de)
* file : $Source$
* $Id: GHMM_Emission.h 361 2003-12-23 16:29:37Z aschoen $
*
* __copyrigh
www.eeworm.com/read/387560/8665176
m test_all_emission.m
% test_all_emission.m
list = {
'eml_curvature test'
'eml_osem_example'
'eml_em_test'
'eml_osem_test'
'eml_sps_os_test'
'eml_psca_test'
'eql_os_emdp_test'
'eql_sps_os_test'
'hole_example1'
'
www.eeworm.com/read/435760/7785354