代码搜索:Bootstrap
找到约 2,394 项符合「Bootstrap」的源代码
代码结果 2,394
www.eeworm.com/read/134167/5894416
sh bootstrap.sh
#!/bin/sh
#
# - Bootstrap script -
#
# Copyright(C) 2003-2004 Edouard Gomez
#
# This file builds the configure script and copies all needed files
# provided by automake/libtoolize
#
www.eeworm.com/read/120487/6072342
c bootstrap.c
/*-------------------------------------------------------------------------
*
* bootstrap.c
* routines to support running postgres in 'bootstrap' mode
* bootstrap mode is used to create the init
www.eeworm.com/read/120487/6072907
h bootstrap.h
/*-------------------------------------------------------------------------
*
* bootstrap.h
* include file for the bootstrapping code
*
*
* Portions Copyright (c) 1996-2003, PostgreSQL Global
www.eeworm.com/read/107896/6187665
cpp bootstrap.cpp
/*____________________________________________________________________________
FreeAmp - The Free MP3 Player
Portions Copyright (C) 1999 EMusic.com
This program is free software; you can
www.eeworm.com/read/107896/6187715
cpp bootstrap.cpp
/*____________________________________________________________________________
FreeAmp - The Free MP3 Player
Portions Copyright (C) 1998-1999 EMusic.com
This program is free software; you
www.eeworm.com/read/100285/6271076
c bootstrap.c
/*-------------------------------------------------------------------------
*
* bootstrap.c
* routines to support running postgres in 'bootstrap' mode
* bootstrap mode is used to create the init
www.eeworm.com/read/100285/6271454
h bootstrap.h
/*-------------------------------------------------------------------------
*
* bootstrap.h
* include file for the bootstrapping code
*
*
* Copyright (c) 1994, Regents of the University of Cal
www.eeworm.com/read/151734/6281200
m bootstrap.m
function [x,q] = bootstrap(actualx,y,R,Q,initVar,numSamples);
% PURPOSE : This m file performs the bootstrap algorithm (a.k.a. SIR,
% particle filter, etc.) for the model specified in the
%
www.eeworm.com/read/265182/11274242
sh bootstrap.sh
# $Id: bootstrap.sh 89 2005-08-24 22:57:12Z lennart $
# This file is part of libdaemon.
#
# libdaemon is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser Ge
www.eeworm.com/read/409373/11330560
sh bootstrap.sh
#!/bin/sh
check_for_app() {
$1 --version 2>&1 >/dev/null
if [ $? != 0 ]
then
echo "Please install $1 and run bootstrap.sh again!"
exit 1
fi
}
# On FreeBSD, multiple autoconf/automake version