代码搜索:DOMAIN

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

代码结果 10,000
www.eeworm.com/read/233693/4665447

h snmptcpipv6domain.h

#ifndef _SNMPTCPIPV6DOMAIN_H #define _SNMPTCPIPV6DOMAIN_H #ifdef __cplusplus extern "C" { #endif #include #include /* * The S
www.eeworm.com/read/233693/4665476

h snmpudpipv6domain.h

#ifndef _SNMPUDPIPV6DOMAIN_H #define _SNMPUDPIPV6DOMAIN_H #ifdef __cplusplus extern "C" { #endif #include #include /* * The S
www.eeworm.com/read/215485/4904381

m extend_domain_table.m

function B = extend_domain_table(A, smalldom, smallsz, bigdom, bigsz) % EXTEND_DOMAIN_TABLE Expand an array so it has the desired size. % B = extend_domain_table(A, smalldom, smallsz, bigdom, bigsz) %
www.eeworm.com/read/215485/4904387

m set_domain_pot.m

function pot = set_domain_pot(pot, domain) % SET_DOMAIN_POT Change the domain of a potential (dpot) % pot = set_domain_pot(pot, domain) pot.domain = domain;
www.eeworm.com/read/215485/4904414

m set_domain_pot.m

function pot = set_domain_pot(pot, domain) % SET_DOMAIN_POT Change the domain of a potential (cgpot) % pot = set_domain_pot(pot, domain) delta = domain(1) - pot.domain(1); assert(all(domain == pot.do
www.eeworm.com/read/215485/4904419

m set_domain_pot.m

function pot = set_domain_pot(pot, domain) % SET_DOMAIN_POT Change the domain of a potential (cgpot) % pot = set_domain_pot(pot, domain) delta = domain(1) - pot.domain(1); assert(all(domain == pot.do
www.eeworm.com/read/215485/4904439

m set_domain_pot.m

function pot = set_domain_pot(pot, domain) % SET_DOMAIN_POT Change the domain of a potential (dpot) % pot = set_domain_pot(pot, domain) pot.domain = domain;
www.eeworm.com/read/215485/4904472

m set_domain_pot.m

function pot = set_domain_pot(pot, domain) % SET_DOMAIN_POT Change the domain of a potential (mpot) % pot = set_domain_pot(pot, domain) pot.domain = domain;
www.eeworm.com/read/209559/4959063

c compat_exec_domain.c

/* * Support for 32-bit Linux for S390 personality. * * Copyright (C) 2000 IBM Deutschland Entwicklung GmbH, IBM Corporation * Author(s): Gerhard Tonn (ton@de.ibm.com) * * */ #include
www.eeworm.com/read/197905/5091827

m extend_domain_table.m

function B = extend_domain_table(A, smalldom, smallsz, bigdom, bigsz) % EXTEND_DOMAIN_TABLE Expand an array so it has the desired size. % B = extend_domain_table(A, smalldom, smallsz, bigdom, bigsz) %