代码搜索:DOMAIN

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

代码结果 10,000
www.eeworm.com/read/200462/15432606

cpp md5.cpp

// md5.cpp - modified by Wei Dai from Colin Plumb's public domain md5.c // any modifications are placed in the public domain #include "pch.h" #include "md5.h" #include "misc.h" NAMESPACE_BEGI
www.eeworm.com/read/110420/15534353

c domhdr.c

/* Domain header conversion routines */ #include "global.h" #include "mbuf.h" #include "domain.h" static int dn_expand(uint8 *msg,uint8 *eom,uint8 *compressed,char *full, int fullen); stati
www.eeworm.com/read/104380/15696629

c domhdr.c

/* Domain header conversion routines */ #include "global.h" #include "mbuf.h" #include "domain.h" static int dn_expand(uint8 *msg,uint8 *eom,uint8 *compressed,char *full, int fullen); stati
www.eeworm.com/read/431556/8667738

cpp md5.cpp

// md5.cpp - modified by Wei Dai from Colin Plumb's public domain md5.c // any modifications are placed in the public domain #include "pch.h" #include "md5.h" #include "misc.h" NAMESPACE_BEGIN(Crypt
www.eeworm.com/read/431199/8702041

cpp sha.cpp

// sha.cpp - modified by Wei Dai from Steve Reid's public domain sha1.c // Steve Reid implemented SHA-1. Wei Dai implemented SHA-2. // Both are in the public domain. // use "cl /EP /P /DCRYPTOPP_GEN
www.eeworm.com/read/103725/6212613

cpp md5.cpp

// md5.cpp - modified by Wei Dai from Colin Plumb's public domain md5.c // any modifications are placed in the public domain #include "pch.h" #include "md5.h" #include "misc.h" NAMESPACE_BEGIN(Crypt
www.eeworm.com/read/251838/4415465

m pot_to_marginal.m

function m = pot_to_marginal(pot) % POT_TO_MARGINAL Convert a cgpot to a marginal structure. % m = pot_to_marginal(pot) pot = cg_can_to_mom(pot); m.domain = pot.domain; n = pot.csize; d = length(pot.
www.eeworm.com/read/215485/4904424

m pot_to_marginal.m

function m = pot_to_marginal(pot) % POT_TO_MARGINAL Convert a cgpot to a marginal structure. % m = pot_to_marginal(pot) pot = cg_can_to_mom(pot); m.domain = pot.domain; n = pot.csize; d = length(pot.
www.eeworm.com/read/197905/5091870

m pot_to_marginal.m

function m = pot_to_marginal(pot) % POT_TO_MARGINAL Convert a cgpot to a marginal structure. % m = pot_to_marginal(pot) pot = cg_can_to_mom(pot); m.domain = pot.domain; n = pot.csize; d = length(pot.
www.eeworm.com/read/167890/5451327

h bionet-nxio.h

#ifndef __BIONET_NXIO_H #define __BIONET_NXIO_H #include #include #include // nxio's glib log domain #define NXIO_LOG_DOMAIN "nxio" #undef NXIO_DEBU