代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/13911/287060
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/16910/702406
h mapival.h
/*
* M A P I V A L . H
*
* Macros used to validate parameters on standard MAPI object methods.
* Used in conjunction with routines found in MAPIU.DLL.
*
* Copyright 1986-1996 Micro
www.eeworm.com/read/26953/861361
h mapival.h
/*
* M A P I V A L . H
*
* Macros used to validate parameters on standard MAPI object methods.
* Used in conjunction with routines found in MAPIU.DLL.
*
* Copyright 1986-1996 Micro
www.eeworm.com/read/485926/1258036
java formatutilities.java
package de.uni_bremen.informatik.p2p.plugins.filesharing.control;
import java.text.NumberFormat;
/**
* Class contains methods for formating numbers and strings.
*
* @author Lars Kordes
www.eeworm.com/read/483143/1280093
cs difftools.cs
using System;
using System.Collections;
using System.Text;
using System.Text.RegularExpressions;
using System.Web;
namespace ScrewTurn.Wiki {
///
/// Provides methods for diff
www.eeworm.com/read/481367/1297197
java locktable.java
package simpledb.tx.concurrency;
import simpledb.file.Block;
import java.util.*;
/**
* The lock table, which provides methods to lock and unlock blocks.
* If a transaction requests a lock that cau
www.eeworm.com/read/477368/1362629
java dao.java
package com.set.appframe.persistence;
import java.util.List;
/**
* Data Access Object (DAO) interface. This is an interface used to tag our DAO
* classes and to provide common methods to all
www.eeworm.com/read/472280/1412272
c accesscontroller.c
/* AccessController.c -- native VMAccessController methods.
Copyright (C) 2004 Casey Marshall
Original Copyright (C) 1996, 1997 Transvirtual Technologies, Inc.
This program is fr
www.eeworm.com/read/472280/1412539
java vmaccesscontroller.java
/* VMAccessController.java -- VM-specific access controller methods.
Copyright (C) 2004, 2005 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
i
www.eeworm.com/read/470720/1444804
c gc1.c
// This test failed with GGC_ALWAYS_COLLECT because not all unparsed
// inline methods were registered with GC.
// { dg-do compile }
const char *foo ()
{
struct A
{
const char *a1 ()
{