代码搜索:complexity
找到约 493 项符合「complexity」的源代码
代码结果 493
www.eeworm.com/read/374687/2748726
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.
www.eeworm.com/read/368822/9676757
cpp zju2281 -- way to freedom(a).cpp
// PROB Zju Online Judge 2281 -- Way to Freedom
// Algorithm Modified Dijkstra (DP)
// Complexity O (NlogN + M)
// Author LoveShsean
#include
#include
#
www.eeworm.com/read/368822/9676758
cpp zju2283 -- challenge of wisdom.cpp
// PROB Zju Online Judge 2283 -- Challenge of Wisdom
// Algorithm Math + Longest Increasing Sub Sequence
// Complexity O (n Log n)
// Author LoveShsean
#include
#incl
www.eeworm.com/read/368822/9676759
cpp zju2278 -- fight for food.cpp
// PROB Zju Online Judge 2278
// Algorithm DP
// Complexity -
// Author LoveShsean
#include
#include
#include
#define maxr 12
#define max
www.eeworm.com/read/266537/11220248
c frogger1.c
/* Contest : Ulm Local Contest 1997
* Problem F : Frogger
* Method : Floyd-Warshall with MAX instead of +
* Complexity : O(n^3)
* Author : Mark Dettinger
* Date : June 13, 199
www.eeworm.com/read/266537/11220250
c frogger2.c
/* Contest : Ulm Local Contest 1997
* Problem F : Frogger
* Method : Kruskal Algorithm
* Complexity : O(n^2 log n)
* Author : Mark Dettinger
* Date : June 13, 1997
*/
#inclu
www.eeworm.com/read/411026/11261054
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/411026/11261059
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/411026/11261066
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/360995/10069990
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