代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/310869/13642087
cpp mytime.cpp
// mytime.cpp -- implementing Time methods
#include "mytime.h"
Time::Time()
{
hours = minutes = 0;
}
Time::Time( int h, int m)
{
hours = h;
minutes = m;
}
void Time::AddMin( int m
www.eeworm.com/read/152843/5661564
c flexcop-eeprom.c
/*
* This file is part of linux driver the digital TV devices equipped with B2C2 FlexcopII(b)/III
*
* flexcop-eeprom.c - eeprom access methods (currently only MAC address reading is used)
*
* see
www.eeworm.com/read/145991/5740988
c mstenvp.c
/*
MSTENVP.C
test bed for different methods of finding the master environment
cl -qc mstenvp.c
*/
#include
#include
typedef unsigned char BYTE;
typedef unsigned shor
www.eeworm.com/read/145281/5746836
txt speckled_band.txt
ON GLANCING OVER MY NOTES OF THE SEVENTY ODD CASES IN WHICH I HAVE DURING THE LAST EIGHT YEARS STUDIED THE METHODS OF MY FRIEND SHERLOCK HOLMES I FIND MANY TRAGIC SOME COMIC A LARGE NUMBER MERELY
www.eeworm.com/read/144216/5752152
pm file.pm
#
package IO::File;
=head1 NAME
IO::File - supply object methods for filehandles
=head1 SYNOPSIS
use IO::File;
$fh = new IO::File;
if ($fh->open("< file")) {
print ;
www.eeworm.com/read/141295/5774026
java names.java
// Names.java -- methods dealing with transformations of names
package toba.classfile;
import java.io.*;
import java.util.*;
import java.util.zip.*;
public class Names {
static private final in
www.eeworm.com/read/141295/5774029
java methodcode.java
/**
* Abstract class to support code for methods
* @version $Id: MethodCode.java,v 1.7 1998/12/30 15:57:29 pab Exp $
* @author Peter A. Bigot
*
* Roughly corresponds to a C generic method st
www.eeworm.com/read/141295/5774056
java methgen.java
// MethGen.java -- generation of C code for Java methods
package toba.translator;
import toba.classfile.*;
import java.io.*;
import java.util.*;
class MethGen extends Opcode {
static boolean
www.eeworm.com/read/137691/5820739
java fileutil.java
// Copyright (c) 2003 Jython project
package org.python.core;
import java.io.ByteArrayOutputStream;
import java.io.InputStream;
import java.io.IOException;
/**
* Utility methods for Java file handl
www.eeworm.com/read/136989/5831231
readme
README,v 1.4 2001/09/18 00:06:04 irfan Exp
Description:
Test combines and tests several RT policies in different ways.
- The IDL interface has two methods: method() and
prioritized_method(