代码搜索:efficient
找到约 1,594 项符合「efficient」的源代码
代码结果 1,594
www.eeworm.com/read/481033/6656166
c inftrees.c
/* inftrees.c -- generate Huffman trees for efficient decoding
* Copyright (C) 1995-2005 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
#if defined( IN
www.eeworm.com/read/152786/12083605
c inftrees.c
/* inftrees.c -- generate Huffman trees for efficient decoding
* Copyright (C) 1995-2005 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
#if defined( IN
www.eeworm.com/read/130467/14192185
c inftrees.c
/* inftrees.c -- generate Huffman trees for efficient decoding
* Copyright (C) 1995-2002 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
#if defined( IN
www.eeworm.com/read/130001/14212715
c org_handpad.c
/* IME.c Chinese Input Method Support Routine
*
* Programmed By Chen Yang (chyang@sina.com)
*
* In order to improve efficient,The program first builds
* an Encoded Tree of PinYin so
www.eeworm.com/read/130001/14212748
h handpad.h
/* IME.c Chinese Input Method Support Routine
*
* Programmed By Chen Yang (chyang@sina.com)
*
* In order to improve efficient,The program first builds
* an Encoded Tree of PinYin so
www.eeworm.com/read/129549/14238655
m dtw2.m
function dist = dtw2(test, ref)
% Compare two model using a efficient DTW
% inputs:
% test -- test model
% ref -- reference model
%
% output:
% dist -- matching score
% Copyright
www.eeworm.com/read/129549/14238659
m dtw.m
function dist = dtw(t,r)
% Compare two model using a efficient DTW
% inputs:
% test -- test model
% ref -- reference model
%
% output:
% dist -- matching score
% Copyright (C) Qi
www.eeworm.com/read/126327/14428568
vhd counters.vhd
-- MAX+plus II VHDL Example
-- Efficient Counter Inference
-- Copyright (c) 1994 Altera Corporation
ENTITY counters IS
PORT
(
d : IN INTEGER RANGE 0 TO 255;
clk : IN BIT;
clear
www.eeworm.com/read/124625/14556659
c inftrees.c
/* inftrees.c -- generate Huffman trees for efficient decoding
* Copyright (C) 1995-1998 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
#include "..\.
www.eeworm.com/read/117726/14906760
c mm.c
/*
* mm-naive.c - The fastest, least memory-efficient malloc package.
*
* In this naive approach, a block is allocated by simply incrementing
* the brk pointer. A block is pure payload. There a