代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/111848/15501764
h serialport.h
/*
Module : SERIALPORT.H
Purpose: Declaration for an MFC wrapper class for serial ports
Created: PJN / 31-05-1999
Copyright (c) 1999 - 2002 by PJ Naughter.
All rights reserved.
*/
/
www.eeworm.com/read/110771/15525115
h serialport.h
/*
Module : SERIALPORT.H
Purpose: Declaration for an MFC wrapper class for serial ports
Created: PJN / 31-05-1999
Copyright (c) 1999 - 2002 by PJ Naughter.
All rights reserved.
*/
/
www.eeworm.com/read/100052/15571691
c formats.c
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-99 by Solar Designer
*/
#include
#include
#include "params.h"
#include "formats.h"
struct fm
www.eeworm.com/read/107554/15605123
cc objptrvec.cc
# include
# include "ObjPtrVec.hh"
// ******************************************************************
// CONSTRUCTORS
ObjPtrVec::ObjPtrVec() {
// Default Constructor
}
// *****
www.eeworm.com/read/105215/15674900
c formats.c
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-98 by Solar Designer
*/
#include
#include
#include "params.h"
#include "formats.h"
struct fm
www.eeworm.com/read/105196/15675369
java decoderexception.java
package projectsmpp;
public class decoderException extends Exception {
// Fields
private String s;
// Constructors
public decoderException(String string) { }
// Methods
public String t
www.eeworm.com/read/104698/15684827
hpp matrix.hpp
//Header: Matrix.hpp
//Version: 1.0
//Language: Borland C++ 3.1
//Environ: Any
//Date: 10/1995~3/1996
//Purpose: Provide a base class for matrix
#ifndef __MATRIX__HPP
#define __MATRIX__HPP
www.eeworm.com/read/103805/15720724
java _helloimplbase.java
/*
* File: ./HELLOAPP/_HELLOIMPLBASE.JAVA
* From: HELLO.IDL
* Date: Tue Apr 18 12:03:21 2000
* By: idltojava Java IDL 1.2 Aug 18 1998 16:25:34
*/
package HelloApp;
public abstract clas