代码搜索:Fast
找到约 10,000 项符合「Fast」的源代码
代码结果 10,000
www.eeworm.com/read/233448/4692570
c inffas86.c
/* inffas86.c is a hand tuned assembler version of
*
* inffast.c -- fast decoding
* Copyright (C) 1995-2003 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*
www.eeworm.com/read/232407/4701508
c inffast.c
/* inffast.c -- process literals and length/distance pairs fast
* Copyright (C) 1995-1998 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
#include "zutil.h"
www.eeworm.com/read/229812/4753184
c inffas86.c
/* inffas86.c is a hand tuned assembler version of
*
* inffast.c -- fast decoding
* Copyright (C) 1995-2003 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
www.eeworm.com/read/229403/4756526
in config.in
config BR2_PACKAGE_LRZSZ
bool "lrzsz"
default n
help
Portable and fast implementation of the X/Y/Zmodem protocols.
http://www.ohse.de/uwe/software/lrzsz.html
www.eeworm.com/read/229403/4756542
in config.in
config BR2_PACKAGE_BOA
bool "boa"
default n
help
A very small and very fast http daemon. Not intended as
a feature-packed server.
http://www.boa.org/
www.eeworm.com/read/225759/4792623
m set_clpot.m
function engine = set_clpot(engine, clpot)
% SET_CLPOT Set the field 'clpot', which contains the clique potentials after propagation
% engine = set_clpot(engine, clpot)
%
% This is used by fast_jtree_
www.eeworm.com/read/225759/4792674
m enter_soft_evidence.m
function [clpot, loglik] = enter_soft_evidence(engine, CPDpot, observed, filter)
% ENTER_SOFT_EVIDENCE Add the specified evidence to the network (jtree_dbn_fast)
% [clpot, loglik] = enter_soft_evidenc
www.eeworm.com/read/225759/4792773
m set_fwdback.m
function engine = set_fwdback(engine, fb)
% SET_FWDBACK Set the field 'fwdback', which contains the frontiers after propagation
% engine = set_fwdback(engine, fb)
%
% This is used by frontier_fast_inf
www.eeworm.com/read/216802/4883799
h recmutex.h
#ifndef _ROSRTL_RECMUTEX_H
#define _ROSRTL_RECMUTEX_H
typedef struct _RECURSIVE_MUTEX {
/* Lock. */
FAST_MUTEX Mutex;
/* Number of times this object was locked */
SIZE_T LockCo
www.eeworm.com/read/216450/4894012
c inffas86.c
/* inffas86.c is a hand tuned assembler version of
*
* inffast.c -- fast decoding
* Copyright (C) 1995-2003 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*