代码搜索:DOMAIN
找到约 10,000 项符合「DOMAIN」的源代码
代码结果 10,000
www.eeworm.com/read/215485/4904467
m pot_to_marginal.m
function m = pot_to_marginal(pot)
% POT_TO_MARGINAL Convert a scgpot to a marginal structure.
% m = pot_to_marginal(pot)
assert(isempty(pot.ctaildom))
m.domain = pot.domain;
n = pot.cheadsize;
www.eeworm.com/read/198520/5086647
java photoservice.java
package com.easyjf.blog.logic;
import java.io.InputStream;
import com.easyjf.blog.domain.Photo;
import com.easyjf.blog.domain.PhotoDir;
import com.easyjf.web.tools.IPageList;
public inter
www.eeworm.com/read/198520/5086654
java photoserviceimpl.java
package com.easyjf.blog.logic.impl;
import java.io.InputStream;
import com.easyjf.blog.domain.Photo;
import com.easyjf.blog.domain.PhotoDir;
import com.easyjf.blog.logic.PhotoService;
import
www.eeworm.com/read/197905/5091196
m convert_to_pot.m
function pot = convert_to_pot(CPD, pot_type, domain, evidence)
% CONVERT_TO_POT Convert a Gaussian CPD to one or more potentials
% pot = convert_to_pot(CPD, pot_type, domain, evidence)
sz = CPD.sizes
www.eeworm.com/read/197905/5091270
m convert_to_pot.m
function pot = convert_to_pot(CPD, pot_type, domain, evidence)
% CONVERT_TO_POT Convert a gmux CPD to a Gaussian potential
% pot = convert_to_pot(CPD, pot_type, domain, evidence)
switch pot_type
c
www.eeworm.com/read/197905/5091913
m pot_to_marginal.m
function m = pot_to_marginal(pot)
% POT_TO_MARGINAL Convert a scgpot to a marginal structure.
% m = pot_to_marginal(pot)
assert(isempty(pot.ctaildom))
m.domain = pot.domain;
n = pot.cheadsize;
www.eeworm.com/read/195876/5106588
sql postgres_schema.sql
/*
PostgreSQL Schema for phpBB 3.x - (c) phpBB Group, 2005
$Id: postgres_schema.sql,v 1.85 2007/01/18 10:00:39 acydburn Exp $
*/
BEGIN;
/*
Domain definition
*/
CREATE DOMAIN varchar_ci AS varch
www.eeworm.com/read/180564/5282907
svn-base helperfacadeimpl.java.svn-base
package com.pure.domain.logic.impl;
import java.util.List;
import org.springframework.dao.DataAccessException;
import com.pure.dao.HelperDAO;
import com.pure.domain.Helper;
import com.pure.
www.eeworm.com/read/180564/5282908
svn-base memberfacadeimpl.java.svn-base
package com.pure.domain.logic.impl;
import java.util.List;
import org.springframework.dao.DataAccessException;
import com.pure.dao.MemberDAO;
import com.pure.domain.Member;
import com.pure.
www.eeworm.com/read/180564/5282909
svn-base newssortfacadeimpl.java.svn-base
package com.pure.domain.logic.impl;
import java.util.List;
import org.springframework.dao.DataAccessException;
import com.pure.dao.NewsSortDAO;
import com.pure.domain.NewsSort;
import com.p