代码搜索:conditional
找到约 2,177 项符合「conditional」的源代码
代码结果 2,177
www.eeworm.com/read/370579/9595121
txt 双2-4译码器:74139.txt
-- Dual 2-to-4 Decoder
-- A set of conditional signal assignments model a dual 2-to-4 decoder
-- uses 1993 std VHDL
-- download from: www.pld.com.cn & www.fpga.com.cn
library IEEE;
use IEEE.Std
www.eeworm.com/read/415351/11075534
txt 双2-4译码器:74139.txt
-- Dual 2-to-4 Decoder
-- A set of conditional signal assignments model a dual 2-to-4 decoder
-- uses 1993 std VHDL
-- download from: www.pld.com.cn & www.fpga.com.cn
library IEEE;
use IEEE.Std
www.eeworm.com/read/415351/11075606
txt 双2-4译码器:74139.txt
-- Dual 2-to-4 Decoder
-- A set of conditional signal assignments model a dual 2-to-4 decoder
-- uses 1993 std VHDL
-- download from: www.pld.com.cn & www.fpga.com.cn
library IEEE;
use IEEE.Std
www.eeworm.com/read/147186/12578591
m parzen.m
function [B,B2,dist] = parzen(data, mu, Sigma, N)
% EVAL_PDF_COND_PARZEN Evaluate the pdf of a conditional Parzen window
% function B = eval_pdf_cond_parzen(data, mu, Sigma, N)
%
% B(q,t) = Pr(dat
www.eeworm.com/read/428167/8885974
m mixgauss_prob.m
function [B, B2] = mixgauss_prob(data, mu, Sigma, mixmat, unit_norm)
% EVAL_PDF_COND_MOG Evaluate the pdf of a conditional mixture of Gaussians
% function [B, B2] = eval_pdf_cond_mog(data, mu, Sigma
www.eeworm.com/read/427909/8912962
m mixgauss_prob.m
function [B, B2] = mixgauss_prob(data, mu, Sigma, mixmat, unit_norm)
% EVAL_PDF_COND_MOG Evaluate the pdf of a conditional mixture of Gaussians
% function [B, B2] = eval_pdf_cond_mog(data, mu, Sigma
www.eeworm.com/read/427909/8912974
m clg_mstep.m
function [mu, Sigma, B] = clg_Mstep(w, Y, YY, YTY, X, XX, XY, varargin)
% MSTEP_CLG Compute ML/MAP estimates for a conditional linear Gaussian
% [mu, Sigma, B] = Mstep_clg(w, Y, YY, YTY, X, XX, XY,
www.eeworm.com/read/373249/9467821
m mixgauss_prob.m
function [B, B2] = mixgauss_prob(data, mu, Sigma, mixmat, unit_norm)
% EVAL_PDF_COND_MOG Evaluate the pdf of a conditional mixture of Gaussians
% function [B, B2] = eval_pdf_cond_mog(data, mu, Sigma
www.eeworm.com/read/373249/9467831
m clg_mstep.m
function [mu, Sigma, B] = clg_Mstep(w, Y, YY, YTY, X, XX, XY, varargin)
% MSTEP_CLG Compute ML/MAP estimates for a conditional linear Gaussian
% [mu, Sigma, B] = Mstep_clg(w, Y, YY, YTY, X, XX, XY,
www.eeworm.com/read/365074/9880144
c stmt.c
/*stmt.c:对语句进行语法分析*/
#include "cmm.h"
struct code codehead = {Start};
Code codelist = &codehead;
static void ifstmt(int lab, int loop, int lev);
static void retcode(Tree p);
static Tree conditional(i