代码搜索:self
找到约 10,000 项符合「self」的源代码
代码结果 10,000
www.eeworm.com/read/436427/7770043
cpp httpexampledocument.cpp
/**
*
* @brief Definition of CHTTPExampleDocument
*
* Copyright (c) EMCC Software Ltd 2003
* @version 1.0
*/
// INCLUDE FILES
// Class include
#include "HTTPExampleDocument.h"
// User
www.eeworm.com/read/435637/7788613
cdb vdevice.cdb
//! c5410 Base Seed
//# c54xx.cdb 4.80.208
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/435264/7794825
py objvar.py
#!/usr/bin/env python
# Filename: objvar.py
class Person:
'''Represents a person.'''
population=0
def __init__(self,name):
'''Initializes the person's data.'''
self.name=name
prin
www.eeworm.com/read/435264/7794835
py raising.py
#!/usr/bin/env python
# Filename: raising.py
class ShortInputException(Exception):
'''A user-defined exception class.'''
def __init__(self,length,atleast):
Exception.__init__(self)
self.length=
www.eeworm.com/read/435213/7795408
patch ns-2.28-aodv-uu-0.9.1.patch
diff -uprN ns-2.28.orig/common/packet.h ns-2.28/common/packet.h
--- ns-2.28.orig/common/packet.h 2005-01-19 19:23:18.000000000 +0100
+++ ns-2.28/common/packet.h 2005-05-20 15:44:18.059988224 +0200
@@
www.eeworm.com/read/323199/7807299
cpp richtexteditorrichtexteditor.cpp
/**
*
* @brief Definition of CRichTextEditorRichTextEditor
*
* Copyright (c) EMCC Software Ltd 2003
* @version 1.0
*/
// INCLUDE FILES
// Class include
#include "RichTextEditorRichTextEdi
www.eeworm.com/read/399913/7822870
patch ns-2.28-aodv-uu-0.9.1.patch
diff -uprN ns-2.28.orig/common/packet.h ns-2.28/common/packet.h
--- ns-2.28.orig/common/packet.h 2005-01-19 19:23:18.000000000 +0100
+++ ns-2.28/common/packet.h 2005-05-20 15:44:18.059988224 +0200
@@
www.eeworm.com/read/299662/7840508
cpp dbmsappview.cpp
/*
* ============================================================================
* Name : DBMSAppView from DBMSAppView.cpp
* Part of : DBMS
* Created : 04.13.2006 by Forum Nokia
*