代码搜索:pattern
找到约 10,000 项符合「pattern」的源代码
代码结果 10,000
www.eeworm.com/read/288975/8589409
h agrep.h
/* Copyright (c) 1994 Sun Wu, Udi Manber, Burra Gopal. All Rights Reserved. */
/* see also agrephlp.c and agrep.c for a more precise history of changes.
3.11 [new] option -i0 [TG] 23.09.96
www.eeworm.com/read/288804/8607145
cpp kmean.cpp
#include "kmean.h"
void Kmean::initClusters()
{
for(int i = 0; i < this->patterns.numOfCluster; i++)
{
Kmean::Cluster cluster;
cluster.setCenter(this->patterns.getPattern(i));
cluster
www.eeworm.com/read/288415/8634312
c netchat.c
/*****************************************************************************
* netchat.c - Communications Dialog (Chat) Code File.
*
* Copyright (c) 1996, 1998 by Global Election Systems Inc.
*
www.eeworm.com/read/386582/8736654
h parser.h
/* $NetBSD: parser.h,v 1.17 2004/06/26 22:09:49 dsl Exp $ */
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from soft
www.eeworm.com/read/286662/8751666
m classification_error.m
function [classify, err] = classification_error(D, patterns, targets, region)
%Find a classification error for a given decision surface D and a given set of
%patterns (2xL) and targets (1xL)
%The
www.eeworm.com/read/286278/8774492
txt k均值算法(c++).txt
聚类分析(K均值算法)
2007-05-13 00:40
/*K-MEANS源代码*/
#include "math.h"
#include "iostream.h"
#define N 10 //样本数目
#define K 4 //聚类中心数
struct Pattern //二维模式
{
double x1;
double x2;
www.eeworm.com/read/429611/8799329
c wildmat.c
/*
* @(#)wildmat.c 1.3 87/11/06 Public Domain.
*
From: rs@mirror.TMC.COM (Rich Salz)
Newsgroups: net.sources
Subject: Small shell-style pattern matcher
Message-ID:
Date
www.eeworm.com/read/385172/8815270
asp ubb_cls.asp
Class YxBBsubb_Cls
Public UbbString,Re
Private Sub Class_Initialize()
End Sub
Rem 入口(内容,1=帖子|2=留言公告等)
Public Function Ubb