代码搜索:factor

找到约 6,651 项符合「factor」的源代码

代码结果 6,651
www.eeworm.com/read/288222/4008969

c decode_graef.c

#include "rdseed.h" #define MANTISSA_MASK 0xfff0 /* mask for mantissa */ #define GAINRANGE_MASK 0x000f /* mask for gainrange factor */ #define SHIFT 4 /* # bits in mantissa */ float g
www.eeworm.com/read/277562/4154566

h largefilter.h

/* Included by resamplesubs.c */ #define LARGE_FILTER_NMULT ((RES_HWORD)65) #define LARGE_FILTER_SCALE 14746 /* Unity-gain scale factor */ #define LARGE_FILTER_NWING 8192 /* Filter table length */
www.eeworm.com/read/277562/4154567

h smallfilter.h

/* Included by resamplesubs.c */ #define SMALL_FILTER_NMULT ((RES_HWORD)13) #define SMALL_FILTER_SCALE 13128 /* Unity-gain scale factor */ #define SMALL_FILTER_NWING 1536 /* Filter table length */
www.eeworm.com/read/273525/4204441

dlg factormat.dlg

/* factormat *! VERSION 1.0.1 02apr2005 */ VERSION 9.0 INCLUDE _std_large DEFINE _dlght 310 INCLUDE header HELP hlp1, view("help factor") RESET res1 DIALOG main, label("factormat
www.eeworm.com/read/448886/1683482

m p10_6.m

% Program P10_6 % Illustration of Interpolation Process % clf; L = input('Up-sampling factor = '); % Generate the input sequence n = 0:49; x = sin(2*pi*0.043*n) + sin(2*pi*0.031*n); % Generate
www.eeworm.com/read/427819/1964997

pm query.pm

package Plucene::Search::Query; =head1 NAME Plucene::Search::Query - base class for queries =head1 SYNOPSIS my $s_query = Plucene::Search::Query::Subclass->new({ boost => $boost_factor}); my
www.eeworm.com/read/420735/2064529

entries

8 dir 1533 https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk/regression-testing/tests/multi-factor/truth https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder 2007-04-06T
www.eeworm.com/read/420735/2064766

entries

8 dir 1533 https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk/regression-testing/tests/nbest-multi-factor https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder 2007-04-06T
www.eeworm.com/read/420735/2064979

svn-base lexicalreordering.h.svn-base

//#ifndef LEXICAL_REORDERING_H //#define LEXICAL_REORDERING_H #pragma once #include #include #include "Factor.h" #include "Phrase.h" #include "TypeDef.h" #include "Util.h" #include
www.eeworm.com/read/396844/2407640

m fgraph_to_bnet.m

function bnet = fgraph_to_bnet(fg) % FGRAPH_TO_BNET Convert a factor graph to a Bayes net % bnet = fgraph_to_bnet(fg) % % We assume all factors are tabular_CPD. % We create 1 dummy observed node for e