代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/456533/7345732
cpp vect.cpp
// vect.cpp -- methods for Vector class
#include
#include "vect.h" // includes
using std::sqrt;
using std::sin;
using std::cos;
using std::atan2;
using std::cout;
namesp
www.eeworm.com/read/456533/7346037
cpp vect.cpp
// vect.cpp -- methods for Vector class
#include
#include "vect.h" // includes
using std::sqrt;
using std::sin;
using std::cos;
using std::atan2;
using std::cout;
namesp
www.eeworm.com/read/456367/7350589
cpp vect.cpp
// vect.cpp -- methods for Vector class
#include
#include "vect.h" // includes
using std::sqrt;
using std::sin;
using std::cos;
using std::atan2;
using std::cout;
namesp
www.eeworm.com/read/456367/7350873
cpp vect.cpp
// vect.cpp -- methods for Vector class
#include
#include "vect.h" // includes
using std::sqrt;
using std::sin;
using std::cos;
using std::atan2;
using std::cout;
namesp
www.eeworm.com/read/454660/7386007
java cookiethief.java
// access/CookieThief.java
// TIJ4 Chapter Access, Exercise 4, page 227
// Show that protected methods have package access but are not public.
/* In directory Cookie2:
* //access/cookie2/Cookie.ja
www.eeworm.com/read/439988/7696237
c dot11hddlib.c
/* dot11HddLib.c - contains the generic Hardware Device Driver methods */
/* Copyright 2004-2005 Wind River Systems, Inc. */
/*
Modification History
--------------------
02c,28sep05,rb Update head
www.eeworm.com/read/434781/7801972
java cookiethief.java
// access/CookieThief.java
// TIJ4 Chapter Access, Exercise 4, page 227
// Show that protected methods have package access but are not public.
/* In directory Cookie2:
* //access/cookie2/Cookie.ja
www.eeworm.com/read/109740/7811595
java class41.java
//c4:Class41.java
//author:ZhangHongbin
//This program is protected by copyright laws.
//Override and overload of methods.
class Class0
{
void func()
{
int i=0;
System.out.println("C