代码搜索:self

找到约 10,000 项符合「self」的源代码

代码结果 10,000
www.eeworm.com/read/372839/9491461

m pagesixviewcontroller.m

// // File: PageSixViewController.m // // Abstract: The view controller for page six of this sample. // // Version: 1.7 // // Disclaimer: IMPORTANT: This Apple software is supplied to you by
www.eeworm.com/read/372839/9491491

m pagefiveviewcontroller.m

// // File: PageFourViewController.m // // Abstract: The view controller for page four of this sample. // // Version: 1.7 // // Disclaimer: IMPORTANT: This Apple software is supplied to you b
www.eeworm.com/read/372839/9491497

m pagefourviewcontroller.m

// // File: PageFourViewController.m // // Abstract: The view controller for page four of this sample. // // Version: 1.7 // // Disclaimer: IMPORTANT: This Apple software is supplied to you b
www.eeworm.com/read/372837/9491591

m soundeffect.m

/* File: SoundEffect.m Abstract: SoundEffect is a simple Objective-C wrapper around Audio Services functions that allow the loading and playing of sound files. Version: 1.8 Disclaimer: IMPORTANT:
www.eeworm.com/read/175598/9540545

c pthread_setspecific.c

/* * pthread_setspecific.c * * Description: * POSIX thread functions which implement thread-specific data (TSD). * * -------------------------------------------------------------------------- *
www.eeworm.com/read/371014/9571388

py wordbreak.py

# -*- coding: gbk -*- #!/usr/bin/env python #author onebird: #gbk wordbreak import copy from sets import Set class CWordBreak: def __init__(self): self.zDict={} self.sentSpliters=[". ",
www.eeworm.com/read/363587/9943987

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/164583/10100652

py modhmmer.py

#module that reads HMMER file and converts it to XML import sys,re,string,StringIO from xml.dom import minidom def gotoLine(f,res): rematch = None r = " " while (rematch is None) and (r
www.eeworm.com/read/359387/10152108

js jquery.ui.1.0.js

/* * jQuery UI 1.0 - New Wave User Interface * * Copyright (c) 2007 John Resig (jquery.com) * Dual licensed under the MIT (MIT-LICENSE.txt) * and GPL (GPL-LICENSE.txt) licenses. */ (function($){
www.eeworm.com/read/163399/10162841

pm connection.pm

##################################################################### # # # Net::IRC -- Object-oriented Perl interface to an IRC ser