代码搜索:complexity
找到约 493 项符合「complexity」的源代码
代码结果 493
www.eeworm.com/read/366576/9808137
c sbcinfo.c
/*
*
* Bluetooth low-complexity, subband codec (SBC) library
*
* Copyright (C) 2004-2008 Marcel Holtmann
*
*
* This program is free software; you can redistribute it a
www.eeworm.com/read/242797/12984228
c sbcdec.c
/*
*
* Bluetooth low-complexity, subband codec (SBC) decoder
*
* Copyright (C) 2004-2007 Marcel Holtmann
*
*
* This program is free software; you can redistribute it a
www.eeworm.com/read/242797/12984235
c sbcenc.c
/*
*
* Bluetooth low-complexity, subband codec (SBC) encoder
*
* Copyright (C) 2004-2007 Marcel Holtmann
*
*
* This program is free software; you can redistribute it a
www.eeworm.com/read/242797/12984241
c sbcinfo.c
/*
*
* Bluetooth low-complexity, subband codec (SBC) library
*
* Copyright (C) 2004-2007 Marcel Holtmann
*
*
* This program is free software; you can redistribute it a
www.eeworm.com/read/343458/11946387
c sbcdec.c
/*
*
* Bluetooth low-complexity, subband codec (SBC) decoder
*
* Copyright (C) 2004-2007 Marcel Holtmann
*
*
* This program is free software; you can redistribute it a
www.eeworm.com/read/343458/11946397
c sbcenc.c
/*
*
* Bluetooth low-complexity, subband codec (SBC) encoder
*
* Copyright (C) 2004-2007 Marcel Holtmann
*
*
* This program is free software; you can redistribute it a
www.eeworm.com/read/343458/11946410
c sbcinfo.c
/*
*
* Bluetooth low-complexity, subband codec (SBC) library
*
* Copyright (C) 2004-2007 Marcel Holtmann
*
*
* This program is free software; you can redistribute it a
www.eeworm.com/read/234429/14112908
m ihlf_svr_rfntrain_save.m
function [alpha,b,sv] = ihlf_svr_rfntrain_save(samples,targets,param)
% recursive finite Newton algorithm for support vector regression
% do not precompute the kernel matrix and the space complexity
www.eeworm.com/read/234429/14112918
m ihlf_svr_rfntrain_fast.m
function [alpha,b,sv] = ihlf_svr_rfntrain_fast(samples,targets,param)
% recursive finite Newton algorithm for support vector regression
% precompute the entire kernel matrix and the space complexity
www.eeworm.com/read/229403/4756437
in config.in
config BR2_PACKAGE_LIBTOOL
bool "libtool"
default n
help
Library that hides the complexity of using shared/static libraries
on different platforms behind a consistent, portable interface.