代码搜索:self
找到约 10,000 项符合「self」的源代码
代码结果 10,000
www.eeworm.com/read/444079/7618761
pas define.pas
unit Define;
interface
uses
Classes,Forms,Controls,Windows,comctrls,stdctrls,Sysutils,grids,Dialogs;
Const
MaxFloor = 40; //最大楼梯层
MaxPerson = 1000; //最大仿真人数
MaxE
www.eeworm.com/read/443190/7636320
cpp seconddocument.cpp
/*
========================================================================
Name : SecondDocument.cpp
Author : HSG
Copyright : Your copyright notice
Description :
============
www.eeworm.com/read/443175/7636510
cpp testsocketappview.cpp
/*
============================================================================
Name : TestSocketAppView.cpp
Author :
Copyright : Your copyright notice
Description : Application view i
www.eeworm.com/read/442749/7645689
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/442749/7645699
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/442691/7646223
pas ubigintsv3.pas
Unit UBigIntsV3;
{Copyright 2001-2006, Gary Darby, Intellitech Systems Inc., www.DelphiForFun.org
This program may be used or modified for any non-commercial purpose
so long as this original
www.eeworm.com/read/440946/7678587
pas mudutil.pas
unit MudUtil;
interface
uses
Windows,Classes,SysUtils;
type
TQuickID = record
sAccount :String[16]; //0x00
sChrName :String[20]; //0x15
nIndex :Integer; //0x
www.eeworm.com/read/440853/7680095
pas information.pas
unit information;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Grids, EhlibAdo, ImgList, Menus, ComCtrls, ToolWin, DBGridEh,
ExtCtr
www.eeworm.com/read/440557/7687608
cpp activetimer.cpp
// Copyright (c) 2006 Nokia Corporation.
#include "ActiveTimer.h"
#include "ActiveTimerNotify.h"
// Constructs a CActiveTimer object
CActiveTimer* CActiveTimer::NewL(MActiveTimerNotify& aNot
www.eeworm.com/read/440557/7687627
cpp activetimer.cpp
// Copyright (c) 2006 Nokia Corporation.
#include "ActiveTimer.h"
#include "ActiveTimerNotify.h"
// Constructs a CActiveTimer object
CActiveTimer* CActiveTimer::NewL()
{
CActiveTim