代码搜索:finding
找到约 1,199 项符合「finding」的源代码
代码结果 1,199
www.eeworm.com/read/185627/8996015
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/379373/9199402
cs porterstemmer.cs
/*
Finding out the base form of a word, removing infexional endings
Copyright (c) Martin Porter.
*/
using System;
using System.Runtime.InteropServices;
namespace Stemming
{
///
www.eeworm.com/read/379373/9199432
cs porterstemmer.cs
/*
Finding out the base form of a word, removing infexional endings
Copyright (c) Martin Porter.
*/
using System;
using System.Runtime.InteropServices;
namespace Stemming
{
///
www.eeworm.com/read/169496/9854710
txt getnearestpoint.txt
Listing 3. Finding the Nearest
Point on a Line Segment.
// Procedure: GetNearestPoint
// Purpose: Find the nearest point on a line segment
// Arguments: Two endpoints to a line segment a and b,
www.eeworm.com/read/166510/10017287
txt readme.txt
readme.txt
As of now (2-mar-04) this directory
contains the following:
* The acdc algorithm for finding the
approximate general (non-orthogonal)
joint diagonalizer (in the direct Least
www.eeworm.com/read/420770/10776808
txt sample.txt
package datamining;
import java.io.*;
import java.util.*;
/**
* Class for finding frequent itemsets using sampling
* with the Apriori algorithm.
*
* @author Michael Holler
* @version
www.eeworm.com/read/420766/10776878
txt partition.txt
package datamining;
import java.io.*;
import java.util.*;
/**
* Class for implementing partition algorithm for
* finding frequent itemsets.
*
* @author Michael Holler
* @version 0.2,
www.eeworm.com/read/420751/10778190
txt aprior.txt
package datamining;
import java.io.*;
import java.util.*;
/**
* A bare bone clean implementation of the Apriori
* algorithm for finding frequent itemsets. Good for educational
* purposes
www.eeworm.com/read/470657/6905559
txt find_subs.f90.txt
MODULE find_subsets
! A module of routines for finding and recording best-fitting subsets of
! regression variables
! Version 1.10, 17 February 2004
! Author: Alan Miller
! form
www.eeworm.com/read/470658/6905560
txt subset.f90.txt
PROGRAM subset
! Interactive program for finding best-fitting subsets of variables.
! Author: Alan Miller
! Retired from CSIRO Mathematical & Information Sciences, Melbourne, Australia
! am