代码搜索:DOMAIN

找到约 10,000 项符合「DOMAIN」的源代码

代码结果 10,000
www.eeworm.com/read/455269/1624895

conf dhcpd.conf

# # dhcpd.conf for testing of emulation environment # server-identifier coot.ee.lbl.gov; option domain-name "ee.lbl.gov"; option domain-name-servers 10.0.1.1; # # for Kfall's Hitachi laptop # host
www.eeworm.com/read/251838/4414920

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/251838/4414944

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/251522/4418977

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/231669/4712850

java~4~ sfzyfacadeimpl.java~4~

package com.service; import java.util.List; import com.dao.SfzyDaoImpl; import com.dao.SfzyDao; import com.domain.FfzyForm; import com.domain.CsxxForm; public class SfzyFacadeImpl implements
www.eeworm.com/read/231669/4712894

java~3~ sfzyfacadeimpl.java~3~

package com.service; import java.util.List; import com.dao.SfzyDaoImpl; import com.dao.SfzyDao; import com.domain.FfzyForm; import com.domain.CsxxForm; public class SfzyFacadeImpl implements
www.eeworm.com/read/225759/4792784

m marginalize_pot.m

function smallpot = marginalize_pot(bigpot, onto) % MARGINALIZE_POT Marginalize a dpot onto a smaller domain. % smallpot = marginalize_pot(bigpot, onto) ns = zeros(1, max(bigpot.domain)); ns(bigpot.d
www.eeworm.com/read/216450/4893680

c domainname.c

/* domainname.c */ #include #include #include int getdomainname(domain, size) char *domain; size_t size; { FILE *domainfile; char *line; domainfile= fopen("/e
www.eeworm.com/read/215485/4903881

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/215485/4903905

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