代码搜索:self
找到约 10,000 项符合「self」的源代码
代码结果 10,000
www.eeworm.com/read/444736/7607863
m imagesviewcontroller.m
/*
File: ImagesViewController.m
Abstract: The view controller for hosting the UIImageView containing multiple
images.
Version: 1.7
Disclaimer: IMPORTANT: This Apple software is supplied to you by
www.eeworm.com/read/444736/7607871
m searchbarcontroller.m
/*
File: SearchBarController.m
Abstract: The view controller for hosting the UISearchBar features of this
sample.
Version: 1.7
Disclaimer: IMPORTANT: This Apple software is supplied to you by Appl
www.eeworm.com/read/444736/7607874
m webviewcontroller.m
/*
File: WebViewController.m
Abstract: The view controller for hosting the UIWebView feature of this sample.
Version: 1.7
Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Inc
www.eeworm.com/read/438163/7735062
pro dicomviewerimage__define.pro
;
; CLASS - DicomViewerImage
;
; SUPERCLASSES - IDLgrImage
;
; PURPOSE - Displaying a dicom image.
;
; METHODS:
; Init - lifecycle method
; Cleanup - lifecycle method
; GetConte
www.eeworm.com/read/438150/7735293
py avrdoper.py
# avrdoper.py - Copyright (c) 2007 Kai Morich (www.kai-morich.de)
#
# a pyserial like interface to the AVR-doper internal UART
# implements a subset of pyserial( http://pyserial.sourceforge.net)
# req
www.eeworm.com/read/299182/7880953
py a12.py
# -*- coding: cp936 -*-
#第十二章----其他趣味程序
#:《c趣味编程》94-100题
#21:51 2006-11-4
def z94():
#斐波那契数列
def filie(x):
a,b,t=1,1,0
if x==1 or x==2:return 1
while t!=x-2:
www.eeworm.com/read/299182/7881028
py randmi.py
# -*- coding: cp936 -*-
class Rand:
def __init__(self, x=None):
self.SS=256
self.seed(x)
def seed(self,x=None):
if x==None:x=[112345678,234315173,413123456]
www.eeworm.com/read/433778/7909513
js js.js
var imf = function () {
var lf = 0;
var instances = [];
function getElementsByClass (object, tag, className) {
var o = object.getElementsByTagName(tag);
for ( var i = 0, n = o.length, ret
www.eeworm.com/read/397444/8050353
js jsscrollbar.js
//Written by Nathan Faubion: http://n-son.com
//Use this or edit how you want, just give me
//some credit!
function jsScrollbar (o, s, a, ev) {
var self = this;
this.reset = function () {