代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/127767/14335804
txt e184. creating a stream on a bytebuffer.txt
This example implements methods for creating an input or output stream on a ByteBuffer.
// Obtain a ByteBuffer; see e158 Creating a ByteBuffer.
ByteBuffer buf = ByteBuffer.allocate(10);
www.eeworm.com/read/127651/14345702
java showmethods.java
import java.lang.reflect.*;
import com.sun.java.swing.*;
public class showMethods
{
public showMethods()
{
JList list = new JList();
Method[] methods = list.getClass().get
www.eeworm.com/read/127116/14376880
java cadsymbol.java
package com.javapatterns.prototype.cad;
import java.awt.*;
import java.io.*;
public abstract class CadSymbol implements CadSymbolIF
{
// methods for Cloneable interface
public Object c
www.eeworm.com/read/127109/14379047
h translator_hu.h
/******************************************************************************
*
* $Id: translator_hu.h,v 1.24 2000/08/23 12:39:04 root Exp $
*
* Copyright (C) 1997-2001 by Dimitri van Heesch.
*
www.eeworm.com/read/127069/14380390
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/228342/14391310
cnt diskcontrols.cnt
:BASE DiskControls.hlp
1 Introduction=Introduction@DiskControls.hlp
1 Components Overview=ComponentsOverview@DiskControls.hlp
1 Version History=VersionHistory@DiskControls.hlp
1 Installation Instr
www.eeworm.com/read/228040/14402366
h worldmodel.h
/*
Copyright (c) 2000-2003, Jelle Kok, University of Amsterdam
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the fo
www.eeworm.com/read/126683/14406694
html objects.html
JavaScript的对象
The following objects are available in JavaScript:
a
www.eeworm.com/read/227861/14408356
m exm076_1.m
% exm076_1.m
hsin=@sin;
disp(' 按任意键继续!观察hsin 的类别与大小。')
pause
class(hsin)
size(hsin)
disp(' 按任意键继续!观察hsin 的内涵。')
pause
CC=functions(hsin)
disp(' 按任意键继续!观察重载函数。')
pause