代码搜索:complexity
找到约 493 项符合「complexity」的源代码
代码结果 493
www.eeworm.com/read/177859/9430230
c sbcdec.c
/*
*
* Bluetooth low-complexity, subband codec (SBC) decoder
*
* Copyright (C) 2004 Marcel Holtmann
*
*
* This program is free software; you can redistribute it and/or
www.eeworm.com/read/177859/9430233
c sbcenc.c
/*
*
* Bluetooth low-complexity, subband codec (SBC) encoder
*
* Copyright (C) 2004 Marcel Holtmann
*
*
* This program is free software; you can redistribute it and/or
www.eeworm.com/read/463779/7175539
c~ jfdct_bin_c1.c~
/*
* jfdct_bin_c1.c
*
* Variation 6 of the binDCt from Chen's factorization:
* Complexity: 23 shifts, 42 Adds.
*
* Use floor operation.
*
*/
/*
*********************************************
www.eeworm.com/read/319068/13463436
pas jdphuff.pas
Unit JdpHuff;
{ This file contains Huffman entropy decoding routines for progressive JPEG.
Much of the complexity here has to do with supporting input suspension.
If the data source module
www.eeworm.com/read/319068/13463458
pas jchuff.pas
Unit JcHuff;
{ This file contains Huffman entropy encoding routines.
Much of the complexity here has to do with supporting output suspension.
If the data destination module demands suspensi
www.eeworm.com/read/402865/11526841
m dimselector.m
function DimSelector(out);
% DimSelector(out);
% Selecting among three-mode principal components models of different types and complexity: a numerical convex hull based method
% Eva Ceulemans and
www.eeworm.com/read/280962/4121136
py optimized_al.py
"""This script duplicates adjacency_list.py, but optimizes the loading
of XML nodes to be based on a "flattened" datamodel. Any number of XML documents,
each of arbitrary complexity, can be loaded in
www.eeworm.com/read/368822/9676752
cpp zju2282 -- challenge of bravery.cpp
// PROB Zju Online Judge 2282 -- Challenge of Bravery
// Algorithm SA
// Complexity -
// Author LoveShsean
#include
#include
#include
#include
www.eeworm.com/read/237195/13972053
pas jdphuff.pas
Unit JdpHuff;
{ This file contains Huffman entropy decoding routines for progressive JPEG.
Much of the complexity here has to do with supporting input suspension.
If the data source module
www.eeworm.com/read/237195/13972125
pas jchuff.pas
Unit JcHuff;
{ This file contains Huffman entropy encoding routines.
Much of the complexity here has to do with supporting output suspension.
If the data destination module demands suspensi