代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/338701/12287367
java testdate.java
/*
TestDate: Validate BigDate to ensure it is bug-free.
Also demonstrate and exercise the various methods.
copyright (c) 1997-2008 Roedy Green, Canadian Mind Products
may be copied and used fre
www.eeworm.com/read/252157/12297339
c ucboot.c
/*
* This file is only to emulate uCboot environment related functions.
* If kernel & userland use environment supplied by uCboot methods, use this function
*/
#include
#include "s3c25
www.eeworm.com/read/252157/12297364
c ucboot.c
/*
* This file is only to emulate uCboot environment related functions.
* If kernel & userland use environment supplied by uCboot methods, use this function
*/
#include
#include "s3c25
www.eeworm.com/read/337096/12391538
cpp hangman.cpp
// hangman.cpp -- some string methods
#include
#include
#include
#include
#include
using std::string;
const int NUM = 26;
const string wordlist[N
www.eeworm.com/read/337096/12391567
cpp string1.cpp
// string1.cpp -- String class methods
#include // string.h for some
#include "string1.h" // includes
using std::cin;
using std::cout;
// init
www.eeworm.com/read/337096/12391609
cpp stonewt.cpp
// stonewt.cpp -- Stonewt methods
#include
using std::cout;
#include "stonewt.h"
// construct Stonewt object from double value
Stonewt::Stonewt(double lbs)
{
stone = int (lbs)
www.eeworm.com/read/130671/14179059
m svkernel.m
function k = svkernel(ker,u,v)
%SVKERNEL kernel for Support Vector Methods
%
% Usage: k = svkernel(ker,u,v)
%
% Parameters: ker - kernel type
% u,v - kernel arguments
%
% Values for ke
www.eeworm.com/read/226505/14462764
js extras-array.js
/*
add some useful methods to the javascript array class. All operating on the built-in Array class, so no
need for any namespacing object.
Dave Crane 2005
*/
/*
append to end of array, opti
www.eeworm.com/read/226299/14482063
java servletutilities.java
package coreservlets;
import javax.servlet.*;
import javax.servlet.http.*;
/** Some simple timesavers. Note that most are static methods.
*
* Taken from Core Servlets and JavaServer P
www.eeworm.com/read/226299/14482185
java servletutilities.java
package coreservlets;
import javax.servlet.*;
import javax.servlet.http.*;
/** Some simple timesavers. Note that most are static methods.
*
* Taken from Core Servlets and JavaServer P