代码搜索:self
找到约 10,000 项符合「self」的源代码
代码结果 10,000
www.eeworm.com/read/113165/6141531
py smokedemo.py
import localogre as ogre
import sampleframework
class SmokeApplication(sampleframework.Application):
def _createScene( self ):
sceneManager = self.sceneManager
camera = self
www.eeworm.com/read/112192/6147978
c cancel.c
/*
* cancel.c
*
* Description:
* POSIX thread functions related to thread cancellation.
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright (C) 1998
*
* This library is
www.eeworm.com/read/110034/6170530
c irport.c
/*********************************************************************
*
* Filename: irport.c
* Version: 1.0
* Description: Half duplex serial port SIR driver for IrDA.
* Status: Experi
www.eeworm.com/read/110034/6172142
c ircomm_ttp.c
/*********************************************************************
*
* Filename: ircomm_ttp.c
* Version: 1.0
* Description: Interface between IrCOMM and IrTTP
* S
www.eeworm.com/read/106385/6194707
cxx signal.cxx
//==========================================================================
//
// signal.cxx
//
// POSIX signal functions implementation
//
//===============================================
www.eeworm.com/read/104049/6211895
pl solaris.pl
# uses kstat on solaris for get_uptime
$self->{LIBS} .= ' -lkstat';
# add -ldb if you are getting the vsnprintf not found error
# $self->{LIBS} .= ' -lkstat -ldb';
www.eeworm.com/read/103405/6216358
py migrate.py
class migrate_observer( AgentObserverAdapter ):
def __init__( self, local ):
self.local_ = local
def onRegisteredAgent( self, han ):
self.local_.destroy()
remote = Handle.createHandle( name, ho
www.eeworm.com/read/103088/6224082
pl award_plugin_roms.pl
#!/usr/bin/perl -w
use strict;
use FileHandle;
use integer;
sub unsigned_little_endian_to_value
{
# Assumes the data is initially little endian
my ($buffer) = @_;
my $bytes = length($buffer);
my
www.eeworm.com/read/102935/6229348
c irport.c
/*********************************************************************
*
* Filename: irport.c
* Version: 1.0
* Description: Half duplex serial port SIR driver for IrDA.
* Status: Experi
www.eeworm.com/read/102935/6230827
c ircomm_ttp.c
/*********************************************************************
*
* Filename: ircomm_ttp.c
* Version: 1.0
* Description: Interface between IrCOMM and IrTTP
* S