代码搜索:persistent
找到约 2,751 项符合「persistent」的源代码
代码结果 2,751
www.eeworm.com/read/153044/12064414
m sg_proj.m
function [theProj, theCenter] = sg_proj(theProjection, theProjectionCenter)
% sg_proj -- Stub for m_map-like "m_proj" function.
% sg_proj(theProjection) sets and/or gets the current
% map projecti
www.eeworm.com/read/160391/5571631
m ff_inf_engine.m
function engine = ff_inf_engine(bnet)
% FF_INF_ENGINE Factored frontier inference engine for DBNs
% engine = ff_inf_engine(bnet)
%
% The model must be topologically isomorphic to an HMM.
% In add
www.eeworm.com/read/429968/8777533
m input_bit.m
function t=input_bit
format long
global fid bits_to_go garbage_bits buffer code_value_bits
persistent ii
if(isempty(ii)),ii=1;end
if(bits_to_go==0)
buffer=fread(fid,1);
if feof(fid)
www.eeworm.com/read/251970/6933647
h cbit.h
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
www.eeworm.com/read/196425/8092832
m input_bit.m
function t=input_bit
format long
global fid bits_to_go garbage_bits buffer code_value_bits
persistent ii
if(isempty(ii)),ii=1;end
if(bits_to_go==0)
buffer=fread(fid,1);
if feof(fid)
www.eeworm.com/read/136989/5831334
pl run_test.pl
eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
& eval 'exec perl -S $0 $argv:q'
if 0;
# run_test.pl,v 1.5 2002/06/25 22:35:49 irfan Exp
# -*- perl -*-
use lib '../../../../bin'
www.eeworm.com/read/136989/5835988
pl run_test_ffp.pl
eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
& eval 'exec perl -S $0 $argv:q'
if 0;
# run_test_ffp.pl,v 1.1 2003/06/23 17:44:25 seibel_r Exp
# -*- perl -*-
# This is a Perl s
www.eeworm.com/read/119340/6089860
java downloadmanagerfactory.java
/*
* File : DownloadManagerFactory.java
* Created : 19-Oct-2003
* By : stuff
*
* Azureus - a Java Bittorrent client
*
* This program is free software; you can redistribute it an
www.eeworm.com/read/405549/11460677
m manchester_iqconv.m
function [iport,tnext] = manchester_iqconv(oport,tnow,portinfo)
% MANCHESTER_IQCONV Test bench for VHDL IQ convolution
% [IPORT,TNEXT]=MANCHESTER_IQCONV(OPORT,TNOW,PORTINFO)
% IQ Convolver of
www.eeworm.com/read/254044/12165945
m input_bit.m
function t=input_bit
format long
global fid bits_to_go garbage_bits buffer code_value_bits
persistent ii
if(isempty(ii)),ii=1;end
if(bits_to_go==0)
buffer=fread(fid,1);
if feof(fid)