代码搜索:self
找到约 10,000 项符合「self」的源代码
代码结果 10,000
www.eeworm.com/read/145921/12692065
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/145921/12692129
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/145921/12692210
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/246865/12700490
py mainframe.py
#Boa:Frame:MainFrame
"""
Python GUI Calculator
by Jia-Yang Chen (JAYA)
email: jia.yang.chen@gmail.com
school: TTU
date: 2006/10/09
"""
import wx
def create(parent):
retur
www.eeworm.com/read/145300/12736642
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/144418/12796161
js showclass_menu.js
stm_bm(['uueoehr',400,'','/images/blank.gif',0,'','',0,0,0,0,0,1,0,0]);
stm_bp('p0',[0,4,0,0,2,2,0,0,100,'',-2,'',-2,90,0,0,'#000000','transparent','',3,0,0,'#000000']);
stm_ai('p0i0',[0,'|','','',-
www.eeworm.com/read/144368/12800141
s 24xinit.s
;=========================================
; NAME: 24XINIT.S
; DESC: C start up codes
; Configure memory, ISR ,stacks
; Initialize C-variables
; HISTORY:
; 2001.02.06:purnnamu: draft ver 0
www.eeworm.com/read/144186/12810693
py abc.py
from sys import argv
from wxPython.wx import *
from wxPython import *
#from wxPython.lib.mixins.listctrl import wxListCtrlAutoWidthMixin
from BitTorrent import version
from BitTorrent.download im
www.eeworm.com/read/144186/12810696
py aboutmedlg.py
from wxPython.wx import *
from wxPython import *
from webbrowser import open_new
from threading import Thread
class AboutMeDialog(wxDialog):
def __init__(self, parent, ID, title,
www.eeworm.com/read/144186/12810739
py abcdetailframe.py
from wxPython.wx import *
from wxPython import *
from os.path import join
from os import getcwd, path, chdir
from BitTorrent.bencode import *
from webbrowser import open_new
from threading impor