代码搜索:self
找到约 10,000 项符合「self」的源代码
代码结果 10,000
www.eeworm.com/read/135709/5880278
m misc.m
/*****************************************************************************
* misc.m: code not specific to vlc
*****************************************************************************
* Cop
www.eeworm.com/read/134071/5895207
py formatter.py
from sources import *
from content import *
from utils import *
class Formatter:
def __init__( self, processor ):
self.processor = processor
self.identifiers = {}
se
www.eeworm.com/read/134071/5895209
py content.py
#
# this file contains routines used to parse the content of documentation
# comment block and build a more structured objects out of them
#
from sources import *
from utils import *
import string,
www.eeworm.com/read/134053/5895366
pas cboxtest.pas
{************************************************}
{ }
{ ObjectWindows Demo }
{ Copyright (c) 1992 by Borland Internatio
www.eeworm.com/read/134009/5895887
pm unix.pm
package File::Spec::Unix;
use strict;
use vars qw($VERSION);
$VERSION = '1.2';
use Cwd;
=head1 NAME
File::Spec::Unix - methods used by File::Spec
=head1 SYNOPSIS
require File::Spec::Unix; # Do
www.eeworm.com/read/134009/5895888
pm mac.pm
package File::Spec::Mac;
use strict;
use vars qw(@ISA $VERSION);
require File::Spec::Unix;
$VERSION = '1.2';
@ISA = qw(File::Spec::Unix);
=head1 NAME
File::Spec::Mac - File::Spec for MacOS
=head
www.eeworm.com/read/134009/5895891
pm epoc.pm
package File::Spec::Epoc;
use strict;
use Cwd;
use vars qw(@ISA);
require File::Spec::Unix;
@ISA = qw(File::Spec::Unix);
=head1 NAME
File::Spec::Epoc - methods for Epoc file specs
=head1 SYNOPSIS
www.eeworm.com/read/134009/5895944
pm deparse.pm
# B::Deparse.pm
# Copyright (c) 1998, 1999, 2000 Stephen McCamant. All rights reserved.
# This module is free software; you can redistribute and/or modify
# it under the same terms as Perl itself.
#
www.eeworm.com/read/134009/5896061
pl sunos.pl
$self->{CCFLAGS} = $Config{ccflags} . ' -DNEED_FGETC_PROTOTYPE -DNEED_FREAD_PROTOTYPE';
www.eeworm.com/read/133943/5897558
m update_ess.m
function CPD = update_ess(CPD, fmarginal, evidence, ns, cnodes, hidden_bitv)
% UPDATE_ESS Update the Expected Sufficient Statistics of a CPD (MLP)
% CPD = update_ess(CPD, family_marginal, evidence, no