代码搜索:self
找到约 10,000 项符合「self」的源代码
代码结果 10,000
www.eeworm.com/read/129214/14257738
cdb performance.cdb
//! DSK5416 Base Seed
//# c54xx.cdb 4.60.34
object USERREGS :: MEM {
param iComment :: "This object defines space for the DSP's memory mapped registers and can't be deleted"
param iIsUsed ::
www.eeworm.com/read/229886/14313639
py firstapp.py
#!/usr/bin/python
# -*- coding: cp936 -*-
#filename:FirstApp.py
import cPickle as pf
import os
print "------------这是我的第一个Python应用程序------------"
class Person:
def __init__(self,name,Emai
www.eeworm.com/read/127150/14375630
cdb audio.cdb
//! Generic C6211 Base -- works for DSK6211
//# c6211.cdb 4.02.83
object SDRAM :: MEM {
param iComment :: "This object defines space for the DSP's off-chip memory"
param iIsUsed :: 1
par
www.eeworm.com/read/127109/14378025
h diagrams_a.h
#ifndef _DIAGRAMS_A_H
#define _DIAGRAMS_A_H
class A { public: A *m_self; };
#endif
www.eeworm.com/read/227503/14421922
cpp guielements_document.cpp
/*****************************************************************************
Description: GuiElements_Document.cpp
COPYRIGHT All rights reserved Sony Ericsson Mobile Communications AB 200
www.eeworm.com/read/126312/14432177
txt 地震.txt
先将下列代码复制到之间:
function shake_xy(n) {
if(n==''){
alert('请输入地震的等级(共分10级)')
}
if (self.moveBy) {
for (i = 10; i > 0; i--) {
for (j = n; j > 0;
www.eeworm.com/read/126312/14433315
txt 自定义窗口的大小、位置.txt
自定义窗口的大小、位置:
setTimeout('self.focus()',10000);
setTimeout('self.moveTo(100,100)',100);
setTimeout('self.resizeTo(300,200)',100);
setInterval("y()",10000);self.focus