代码搜索:complexity
找到约 493 项符合「complexity」的源代码
代码结果 493
www.eeworm.com/read/204456/15339309
m dd_ex4.m
% DD_EX4
%
% This should show the use of consistent_occ, for the optimization
% of complexity parameters of one-class classifiers. This function
% can be applied to all one-class classifiers in the to
www.eeworm.com/read/177859/9430227
h sbc_tables.h
/*
*
* Bluetooth low-complexity, subband codec (SBC) library
*
* Copyright (C) 2004 Marcel Holtmann
* Copyright (C) 2004 Henryk Ploetz
*
*
* Th
www.eeworm.com/read/177859/9430231
c sbc.c
/*
*
* Bluetooth low-complexity, subband codec (SBC) library
*
* Copyright (C) 2004 Marcel Holtmann
* Copyright (C) 2004 Henryk Ploetz
*
*
* Th
www.eeworm.com/read/177859/9430236
h sbc.h
/*
*
* Bluetooth low-complexity, subband codec (SBC) library
*
* Copyright (C) 2004 Marcel Holtmann
* Copyright (C) 2004 Henryk Ploetz
*
*
* Th
www.eeworm.com/read/343458/11946404
c sbctester.c
/*
*
* Bluetooth low-complexity, subband codec (SBC) library
*
* Copyright (C) 2007 Marcel Holtmann
* Copyright (C) 2007 Frederic Dalleau
*
*
* T
www.eeworm.com/read/216502/4890780
p3
.NH
Scripts.
.PP
As mentioned above, the present scripts try
at most
to follow a three-track theory. Thus little
of the potential complexity of the possible directed graph
is employed, since
care mus
www.eeworm.com/read/417857/2096932
usage complex.usage
Here is a sample session with complex
% complex -omnia
Find the linguistic complexity in nucleotide sequences
Input nucleoti
www.eeworm.com/read/160391/5571260
m hhmm_jtree_clqs.m
% Find out how big the cliques are in an HHMM as a function of depth
% (This is how we get the complexity bound of O(D K^{1.5D}).)
if 0
Qsize = [];
Fsize = [];
Nclqs = [];
end
ds = 1:15;
www.eeworm.com/read/411026/11261063
c sbctester.c
/*
*
* Bluetooth low-complexity, subband codec (SBC) library
*
* Copyright (C) 2007 Marcel Holtmann
* Copyright (C) 2007 Frederic Dalleau
*
*
* T
www.eeworm.com/read/430903/8719573
h single_list.h
/**Author jmanous..*/
/**A Little nice list with n complexity.Hope not so may SIGSEGV*/
enum {
ASCII,
SOUND,
MULTIMEDIA,
NOTYPE
};
typedef struct sNode {
int id;
int type;
struct sNode* next;