代码搜索:self
找到约 10,000 项符合「self」的源代码
代码结果 10,000
www.eeworm.com/read/337282/12379567
py bin.py
# A simple gtk.Conatiner subclassing example reimplementing gtk.Bin in python
import gtk
class Bin(gtk.Container):
__gtype_name__ = 'PyGtkBin'
def __init__(self):
gtk.Container.__init
www.eeworm.com/read/337282/12379572
py customtreemodel.py
#! /usr/bin/env python
import sys
import weakref
import pango
import gtk
class SimpleListTreeModel(gtk.GenericTreeModel):
def on_get_flags(self):
return gtk.TREE_MODEL_LIST_ONLY
www.eeworm.com/read/250611/12396943
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/250606/12397253
cdb echo.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/336977/12403683
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, PRECOMPUTED
from math import exp, fabs
def _int_array(seq):
size = len(seq)
a
www.eeworm.com/read/250397/12408884
txt readme.txt
All of the executables in this directory are self-contained:
They do not read any input.
Note: the 'plain-ptr' program is likely to crash: It attempts
to assign to a dangling pointer.
www.eeworm.com/read/336891/12409272
cdb hello.cdb
//! Generic C54xx Base -- only on-chip memory
//# c54xx.cdb 4.02.83
object USERREGS :: MEM {
param iComment :: "This object defines space for the DSP's memory mapped registers and can't be
www.eeworm.com/read/336891/12409381
cdb volume.cdb
//! Generic C54xx Base -- only on-chip memory
//# c54xx.cdb 4.02.83
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/336723/12421679
pas fpworks.pas
unit Fpworks;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, cxStyles, cxCustomData, cxGraphics, cxFilter, cxData,
cxEdit,