代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/370814/9584159
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/370596/9592704
java ex20(1).java
// generics/Ex20.java
// TIJ4 Chapter Generics, Exercise 20, page 654
/* Create an interface with two methods, and a class that implements that interface
* and adds another method. In another class
www.eeworm.com/read/370596/9593239
java ex23.java
// innerclasses/Ex23.java
// TIJ4 Chapter Innerclasses, Exercise 23, page 371
/* Create an interface U with three methods. Create a class A with a method that
* produces a reference to a U by build
www.eeworm.com/read/370596/9593366
java passingthisex.java
// initialization/PassingThisEx.java
// TIJ4 Chapter Initialization, Exercise 8, page 170
/* Create a class with two methods. Within the first method, call the
* second method twice: the first time
www.eeworm.com/read/370596/9593383
java dogtalk2.java
// initialization/DogTalk2.java
// TIJ4 Chapter Initialization, Exercise 6, page 167
/* Modify the previous exercise so that two of the overloaded methods have two
* arguments (of two different typ
www.eeworm.com/read/370596/9593465
java testex6.java
// interfaces.TestEx6.java
// TIJ4 Chapter Interfaces, Exercise 6, page 320
// Prove that all the methods in an interface are automatically public
/* Solution includes, in package interfaces.ex6:
www.eeworm.com/read/174006/9612383
txt 3.5.txt
Listing 3.5 Using the Static Methods in System.Char to Inspect the Details of a
Single Character
using System;
namespace _4_CharAttributes
{
class Class1
{
[STAThread]
static void Main(string[
www.eeworm.com/read/173997/9613985
c armour.c
/*
* methods for encryption/security mechanisms for cryptmount
* $Revision: 119 $, $Date: 2006-08-14 17:05:02 +0100 (Mon, 14 Aug 2006) $
* Copyright 2005-2006 RW Penney
*/
/*
This file is
www.eeworm.com/read/172540/9702787
cs md5helper.cs
using System;
using System.Text;
using System.Security.Cryptography;
namespace AjaxPro
{
///
/// Provides methods to get a MD5 hash from a string or byte array.
///
www.eeworm.com/read/367444/9747761
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