代码搜索:DOMAIN
找到约 10,000 项符合「DOMAIN」的源代码
代码结果 10,000
www.eeworm.com/read/197905/5091351
m convert_to_pot.m
function pot = convert_to_pot(CPD, pot_type, domain, evidence)
% CONVERT_TO_POT Convert a root CPD to one or more potentials
% pots = convert_to_pot(CPD, pot_type, domain, evidence)
assert(length(dom
www.eeworm.com/read/191754/5162865
java gamesystemcommand.java
package net.sf.jawp.gf.system;
import net.sf.jawp.gf.domain.GameWorldBase;
import net.sf.jawp.gf.domain.GameWorldRO;
import net.sf.jawp.gf.persistence.BaseCommand;
/**
*
* @author jarek
*
www.eeworm.com/read/180137/5290440
h tar.h
/*
* Header file for public domain tar (tape archive) program.
*
* @(#)tar.h 1.20 86/10/29 Public Domain.
*
* Created 25 August 1985 by John Gilmore, ihnp4!hoptoad!gnu.
*/
/*
* Kludge for hand
www.eeworm.com/read/346158/3189913
m convert_to_pot.m
function pot = convert_to_pot(CPD, pot_type, domain, evidence)
% CONVERT_TO_POT Convert a tabular CPD to one or more potentials
% pots = convert_to_pot(CPD, pot_type, domain, evidence)
%
% pots{i} = C
www.eeworm.com/read/346158/3189937
m convert_to_pot.m
function pot = convert_to_pot(CPD, pot_type, domain, evidence)
% CONVERT_TO_POT Convert a root CPD to one or more potentials
% pots = convert_to_pot(CPD, pot_type, domain, evidence)
assert(length(dom
www.eeworm.com/read/344727/3204947
java userhelper.java
package anni.asecurity.helper;
import java.util.Map;
import java.util.Set;
import anni.asecurity.domain.Role;
import anni.asecurity.domain.User;
import anni.asecurity.manager.RoleManager;
www.eeworm.com/read/344727/3204948
java resourcehelper.java
package anni.asecurity.helper;
import java.util.List;
import java.util.Map;
import anni.asecurity.domain.Resource;
import anni.asecurity.domain.Role;
import anni.asecurity.manager.ResourceM
www.eeworm.com/read/344727/3204958
java usercontroller.java
package anni.asecurity.web;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import anni.asecurity.domain.Dept;
import anni.asecurity.domain.Role;
www.eeworm.com/read/319692/3552976
java productdaoimpl.java
package com.netshop.domain.dao.hibernate;
import java.util.List;
import java.util.ArrayList;
import java.util.StringTokenizer;
import java.util.ListIterator;
import com.netshop.domain.dao.*;
www.eeworm.com/read/308603/3713069
java blogcircleservice.java
package com.easyjf.blog.logic;
import java.util.List;
import com.easyjf.blog.domain.BlogCircle;
import com.easyjf.blog.domain.BlogCircleMember;
import com.easyjf.web.tools.IPageList;
public