代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/331812/12806548
gif methods.gif
www.eeworm.com/read/143769/12845631
gif methods.gif
www.eeworm.com/read/244425/12866403
gif methods.gif
www.eeworm.com/read/314910/13555774
cpp methods.cpp
// Copyright (C) 1999-2005 Open Source Telecom Corporation.
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as publ
www.eeworm.com/read/314910/13555793
cpp methods.cpp
// Copyright (C) 1999-2005 Open Source Telecom Corporation.
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as publis
www.eeworm.com/read/308016/13711215
h methods.h
#pragma once
template< typename Type >
inline Type GCD( Type Value1, Type Value2 )
{
Type tmp = 0;
while( Value1 )
{
tmp = Value2%Value1;
Value2 = Value1;
Value1 = tmp;
}
ret
www.eeworm.com/read/304357/13795583
c methods.c
#include "headfile.h"
#include "global.h"
#include "mem_loc.h"
#include "myfun.h"
#include "methods.h"
float meanTotalValues(FMATRIX values, int row, int col) {
float meanValue = 0;
int i,
www.eeworm.com/read/304357/13795588
h methods.h
#ifndef __METHODS_H__
#define __METHODS_H__
#include "define_t.h"
float meanTotalValues(FMATRIX , int , int );
FVECTOR meanValues(FMATRIX , int , int );
float squareSum(FVECTOR, int);
void o
www.eeworm.com/read/302155/13840964
c methods.c
/* Managing all the word-vector weighting/scoring methods
Copyright (C) 1997 Andrew McCallum
Written by: Andrew Kachites McCallum
This file is part of the Bag-Of-Words