代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/140727/5782468
h random.h
// file: $isip/class/system/Random/Random.h
// version: $Id: Random.h,v 1.6 2001/04/23 22:57:41 peng Exp $
//
// make sure definitions are only made once
//
#ifndef ISIP_RANDOM
#define ISIP_RANDOM
/
www.eeworm.com/read/140727/5782476
cc cksm_02.cc
// file: $isip/class/system/Checksum/cksm_02.cc
// version: $Id: cksm_02.cc,v 1.7 2000/11/17 18:15:35 duncan Exp $
//
// isip include files
//
#include "Checksum.h"
#include
// method: d
www.eeworm.com/read/140727/5782478
h checksum.h
// file: $isip/class/system/Checksum/Checksum.h
// version: $Id: Checksum.h,v 1.23 2001/04/23 22:57:40 peng Exp $
//
// make sure definitions are only made once
//
#ifndef ISIP_CHECKSUM
#define ISIP_
www.eeworm.com/read/140727/5782504
h integral.h
// file: $isip/class/system/Integral/Integral.h
// version: $Id: Integral.h,v 1.105 2003/05/14 15:35:48 zheng Exp $
//
// make sure definitions are only made once:
// the isip convention is to use t
www.eeworm.com/read/140727/5782520
h sysstring.h
// file: $isip/class/system/SysString/SysString.h
// version: $Id: SysString.h,v 1.92 2001/06/11 03:08:00 hamaker Exp $
//
// make sure definitions are only made once
//
#ifndef ISIP_SYS_STRING
#defi
www.eeworm.com/read/140727/5782540
h memorymanagerbase.h
// file: $isip/class/system/MemoryManager/MemoryManagerBase.h
// version: $Id: MemoryManagerBase.h,v 1.12 2000/11/17 19:25:53 duncan Exp $
//
// this file is for internal use only
//
#ifdef ISIP_INTE
www.eeworm.com/read/140704/5782996
h filter.h
// file: filter/filter.h
//
// make sure definitions are made only once
//
#ifndef __ISIP_FILTER
#define __ISIP_FILTER
// isip include files
//
#ifndef __ISIP_INTEGRAL
#include
#endif
www.eeworm.com/read/140704/5783143
h window.h
// file: window/window.h
//
// make sure definitions are made only once
//
#ifndef __ISIP_WINDOW
#define __ISIP_WINDOW
// isip include files
//
#ifndef __ISIP_INTEGRAL
#include
#endif
www.eeworm.com/read/138548/5815472
pm local.pm
# ======================================================================
#
# Copyright (C) 2000-2001 Paul Kulchenko (paulclinger@yahoo.com)
# SOAP::Lite is free software; you can redistribute it
# and
www.eeworm.com/read/138548/5815501
pm os2.pm
package File::Spec::OS2;
use strict;
use vars qw(@ISA $VERSION);
require File::Spec::Unix;
$VERSION = '1.1';
@ISA = qw(File::Spec::Unix);
sub devnull {
return "/dev/nul";
}
sub case_tolerant