代码搜索:self
找到约 10,000 项符合「self」的源代码
代码结果 10,000
www.eeworm.com/read/100773/15864493
py dns_lookups.py
from proxy4_base import *
from connection import *
# For a high level overview of DNS, see
# http://www.rad.com/networks/1998/dns/main.html
import whrandom
import dns.dnslib # Guido's DNS libraries
www.eeworm.com/read/100333/15876988
st boolean.st
Class Boolean
[
& aBoolean
^ self and: [aBoolean]
| | aBoolean
^ self or: [aBoolean]
| and: aBlock
^ self and: [aBlock value]
| or: aBlock
www.eeworm.com/read/100149/15882397
doc unzipsfx.doc
UNZIPSFX(1L) UNZIPSFX(1L)
NAME
unzipsfx - self-extracting stub for prepending to ZIP
archives
SYNOPSIS
www.eeworm.com/read/100119/15883786
c if_python.c
/* vi:set ts=8 sts=4 sw=4:
*
* VIM - Vi IMproved by Bram Moolenaar
*
* Do ":help uganda" in Vim to read copying and usage conditions.
* Do ":help credits" in Vim to see a list of people who
www.eeworm.com/read/147331/5731594
c getreent.c
/* get thread-specific reentrant pointer */
#include
struct _reent *
__getreent (void)
{
pthread_descr self = thread_self();
return THREAD_GETMEM(self, p_reentp);
}
www.eeworm.com/read/147331/5731697
c reent.c
/* Define the location of _REENT for the newlib C library */
#include
#include "pthread.h"
#include "internals.h"
struct _reent * __thread_reent()
{
pthread_descr self = thread_self();
www.eeworm.com/read/140847/5779259
m update_ess2.m
function CPD = update_ess2(CPD, fmarginal, evidence, ns, cnodes, hidden_bitv)
% UPDATE_ESS Update the Expected Sufficient Statistics of a hhmm Q node.
% function CPD = update_ess(CPD, fmarginal, evide