代码搜索:finding
找到约 1,199 项符合「finding」的源代码
代码结果 1,199
www.eeworm.com/read/160047/5577113
java playerlistener.java
package bingo.shared;
// implement this interface if you are interested
// in finding out when new players register for a
// game
public interface PlayerListener extends Listener {
public void up
www.eeworm.com/read/154368/5638019
java playerlistener.java
package bingo.shared;
// implement this interface if you are interested
// in finding out when new players register for a
// game
public interface PlayerListener extends Listener {
public void up
www.eeworm.com/read/368337/9701274
texi min.texi
@cindex optimization, see minimization
@cindex maximization, see minimization
@cindex minimization, one-dimensional
@cindex finding minima
@cindex non-linear functions, minimization
This chapte
www.eeworm.com/read/172013/9726672
m powerit.m
function [lambda,v] = powerit(A,s,nit,x0,verbose)
% powerit Shifted power method for finding matrix eigenvalues
%
% Synopsis: lam = powerit(A) [lam,v] = powerit(A)
%
www.eeworm.com/read/109953/15544611
c fpt.c
/* fpt.c (release mode)
*
* Use threshold for finding large itemsets with supports >= the threshold.
* This is the implementation using the FP-tree structure according to the paper:
* Jiawei Ha
www.eeworm.com/read/108144/15593322
java playerlistener.java
package bingo.shared;
// implement this interface if you are interested
// in finding out when new players register for a
// game
public interface PlayerListener extends Listener {
public void up
www.eeworm.com/read/389692/8507696
m subclust.m
function [centers,sigmas] = subclust(X,radii,xBounds,options)
%SUBCLUST Locates data cluster centers using subtractive clustering.
%
% SUBCLUST operates by finding the optimal data point to defin
www.eeworm.com/read/430318/8756722
m costfuncmad.m
% Computes the Mean Absolute Difference (MAD) for the given two blocks
% Input
% currentBlk : The block for which we are finding the MAD
% refBlk : the block w.r.t. which the MAD is being
www.eeworm.com/read/178061/9420802
m missmult.m
function [X]=missmult(A,B)
%MISSMULT product of two matrices containing NaNs
%
%[X]=missmult(A,B)
%This function determines the product of two matrices containing NaNs
%by finding X according t
www.eeworm.com/read/175308/9552754
ex-18-06
// Example 18-06: Finding particular members
namespace Programming_CSharp
{
using System;
using System.Reflection;
public class Tester
{
public static void Main()
{