代码搜索:combination

找到约 1,190 项符合「combination」的源代码

代码结果 1,190
www.eeworm.com/read/424281/10469523

h gsl_combination.h

/* combination/gsl_combination.h * based on permutation/gsl_permutation.h by Brian Gough * * Copyright (C) 2001 Szymon Jaroszewicz * * This program is free software; you can redistribute it and
www.eeworm.com/read/276470/10736011

obj dvm_combination.obj

www.eeworm.com/read/445211/7597973

m kernel_combination.m

function D = kernel_combination(K_,Y) % D = KERNEL_COMBINATION(K,Y) % Learn a combination of kernel given by the 3D matrix K % Postive weights are returned in D [note that length(D) = size(K,3)] % The
www.eeworm.com/read/445211/7597974

m test_combination.m

function test_combination() % Construct a toy problem where the scale of the data is not the same % at different location in space. Ideally, one should combine two RBF kernels with % different
www.eeworm.com/read/331922/12800409

txt combination lock.txt

#include int main() { long s,x,y,z,sum; while(cin>>s>>x>>y>>z) { if(s==0&&x==0&&y==0&&z==0)break; sum=1080+((40+s-x)%40+(40+y-x)%40+(40+y-z)%40)*9;
www.eeworm.com/read/262582/11399408

m combination_ranksum.m

%========================================================================== % % 函数名:combination_ranksum % 函数介绍:求某个基因的每一种组合情况下的秩和。并计算出这些秩和中大于等于初始秩和的次数。 % 输入参数:R是基因a的原始秩和。 % m是正常样本的个数。 %
www.eeworm.com/read/124283/14579761

h gsl_combination.h

/* combination/gsl_combination.h * based on permutation/gsl_permutation.h by Brian Gough * * Copyright (C) 2001 Szymon Jaroszewicz * * This program is free software; you can redistribute it and
www.eeworm.com/read/168845/5435727

cpp modifier_combination.cpp

// (C) Copyright Gennadiy Rozental 2001-2005. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE
www.eeworm.com/read/167728/5452691

h gsl_combination.h

/* combination/gsl_combination.h * based on permutation/gsl_permutation.h by Brian Gough * * Copyright (C) 2001 Szymon Jaroszewicz * * This program is free software; you can redistribute i