代码搜索:DOMAIN
找到约 10,000 项符合「DOMAIN」的源代码
代码结果 10,000
www.eeworm.com/read/346158/3190451
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/346158/3190471
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/346158/3190504
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/337546/3328405
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/334125/3373433
c wb_init_domain.c
/*
Unix SMB/CIFS implementation.
A composite API for initializing a domain
Copyright (C) Volker Lendecke 2005
Copyright (C) Andrew Bartlett 2007
This program is
www.eeworm.com/read/324920/3487346
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/316872/3584790
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/305290/3774756
svn-base domain.dat.svn-base
九牛指数
900923
900942
200022
200037
200869
002024
000538
600361
600694
上证50
600000
600002
600004
600005
600009
600011
600015
600016
600018
600019
600020
600026
600027
600028
60
www.eeworm.com/read/292984/3936656
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/292984/3936662
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;