代码搜索:self
找到约 10,000 项符合「self」的源代码
代码结果 10,000
www.eeworm.com/read/443108/7638001
cdb c5410_swi.cdb
//! c5410 Base Seed
//# c54xx.cdb 4.60.22
object USERREGS :: MEM {
param iComment :: "This object defines space for the DSP's memory mapped registers and can't be deleted"
param iIsUsed :: 1
www.eeworm.com/read/443108/7638027
cdb tsktest.cdb
//! Generic C54xx Base -- only on-chip memory
//# c54xx.cdb 4.60.22
object USERREGS :: MEM {
param iComment :: "This object defines space for the DSP's memory mapped registers and can't be delet
www.eeworm.com/read/443108/7638054
cdb semtest.cdb
//! Generic C54xx Base -- only on-chip memory
//# c54xx.cdb 4.60.22
object USERREGS :: MEM {
param iComment :: "This object defines space for the DSP's memory mapped registers and can't be delet
www.eeworm.com/read/442749/7645702
py class_init.py
#!/usr/bin/env python
# Filename: class_init.py
class Person:
def __init__(self,name):
self.name=name
def sayHi(self):
print 'Hello, my name is',self.name
p=Person('Swaroop')
p.sayHi
www.eeworm.com/read/441394/7671119
py svm.py
import svmc
from svmc import C_SVC, NU_SVC, ONE_CLASS, EPSILON_SVR, NU_SVR
from svmc import LINEAR, POLY, RBF, SIGMOID
from math import exp, fabs
def _int_array(seq):
size = len(seq)
array = svmc.n
www.eeworm.com/read/441045/7677062
tcl p_bcast.tcl
#Probabilistic Broadcast Agent
#V.B., 2005
Class Agent/MessagePassing/MyPBCast -superclass { Agent/MessagePassing }
Agent/MessagePassing/MyPBCast instproc init {} {
$self instvar prob_
www.eeworm.com/read/439395/7710491
tcl ns-mobilenode.tcl
# -*- Mode:tcl; tcl-indent-level:8; tab-width:8; indent-tabs-mode:t -*-
#
# Copyright (c) 1998-2000 Regents of the University of California.
# All rights reserved.
#
# Redistribution and use in sourc
www.eeworm.com/read/438163/7735057
pro anonymizer__define.pro
;
; CLASS - Anonymizer
;
; SUPERCLASS - None
;
; PURPOSE - For anonymizing DICOM files.
;
; METHODS:
; Anonymize - Create anonymized copy of current DICOM file.
;
; Check_VR_Valu
www.eeworm.com/read/438163/7735070
pro anonymizer__define.pro
;
; CLASS - Anonymizer
;
; SUPERCLASS - None
;
; PURPOSE - For anonymizing DICOM files.
;
; METHODS:
; Anonymize - Create anonymized copy of current DICOM file.
;
; Check_VR_Valu