代码搜索:Algorithm
找到约 10,000 项符合「Algorithm」的源代码
代码结果 10,000
www.eeworm.com/read/268135/11150986
m rda.m
function test_targets = RDA (train_patterns, train_targets, test_patterns, lamda)
% Classify using the Regularized descriminant analysis (Friedman shrinkage algorithm)
% Inputs:
% train_patterns
www.eeworm.com/read/218557/4859660
properties oscache_config.properties
# CACHE ALGORITHM
#
# Default cache algorithm to use. Note that in order to use an algorithm
# the cache size must also be specified. If the cache size is not specified,
# the cache algorithm will
www.eeworm.com/read/218557/4859666
properties oscache_config.properties
# CACHE ALGORITHM
#
# Default cache algorithm to use. Note that in order to use an algorithm
# the cache size must also be specified. If the cache size is not specified,
# the cache algorithm will
www.eeworm.com/read/388876/8568546
sh benchmark.sh
#!/bin/sh
date;
max_seconds_training=200;
secs_between_reports=0.01;
function benchmark_algorithm() {
./quality $algo datasets/$prob.train datasets/$prob.test $prob.$algo.train.out $prob.$algo.
www.eeworm.com/read/361562/10047052
txt md5.txt
MD5 是message-digest <mark>algorithm</mark> 5(信息-摘要算法)的缩写,被广泛用于加密和解密技术上,它可以说是文件的“数字指纹”。任何一个文件,无论是可执行程序、图像文件、临时文件或者其他任何类型的文件,也不管它体积多大,都有且只有一个独一无二的MD5信息值,并且如果这个文件被修改过,它的MD5值也将随之改变。因此,我们可以通过对比同一文件的MD5值,来校验这个文件是否被“篡改”过 ...
www.eeworm.com/read/414302/7068944
am makefile.am
## Process this file with automake to produce Makefile.in
## Created by Anjuta
gladedir = $(datadir)/calculator/glade
glade_DATA = calculator.glade \
about.glade
AM_CPPFLAGS = \
-DPACKAGE_LOCALE_
www.eeworm.com/read/414302/7068957
bak makefile.am.bak
## Process this file with automake to produce Makefile.in
## Created by Anjuta
gladedir = $(datadir)/calculator/glade
glade_DATA = calculator.glade
AM_CPPFLAGS = \
-DPACKAGE_LOCALE_DIR=\""$(prefix
www.eeworm.com/read/445917/7588135
m calculate_rls_mvdr.m
% RLS Algorithm - From P.756 of Optimum Array Processing
function [w_rls, R_inv] = calculate_rls_mvdr(s, r, eta)
numIterations = size(r, 2);
N = size(r,1);
w_rls = zeros(N, numIterations);
www.eeworm.com/read/441228/7673823
m sga_fitness_function.m
function [ fitness ] = SGA_FITNESS_function( x )
% /*M-FILE FUNCTION SGA_FITNESS_function MMM SGALAB */ %
% /*======================================================================================
www.eeworm.com/read/140727/5781529
cc lm_00.cc
// file: $isip/class/asr/LanguageModel/lm_00.cc
// version: $Id: lm_00.cc,v 1.6 2002/09/25 19:22:57 huang Exp $
//
// isip include files
//
#include "LanguageModel.h"
//----------------------------