代码搜索:Bootstrap
找到约 2,394 项符合「Bootstrap」的源代码
代码结果 2,394
www.eeworm.com/read/165926/5476278
svn-work bootstrap.t.svn-work
K 25
svn:wc:ra_dav:version-url
V 77
/svnroot/repos/unisimu/!svn/ver/560/Compilers/ru-RecDescent/spike/bootstrap.t
END
www.eeworm.com/read/165926/5476289
svn-base bootstrap.t.svn-base
# bootstrap.t
# Test the bootstrap capability of spike.pl
use strict;
use warnings;
use test_spike;
{
package Parser1;
use Text::Balanced qw/ extract_delimited extract_codeblock /;
}
plan
www.eeworm.com/read/347706/3163830
svn-base bootstrap.sh.svn-base
#!/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
www.eeworm.com/read/292144/3958333
sh make_bootstrap_ini.sh
#! /bin/bash
# Create a local init-file for erlang in the build environment.
if [ -z "$1" ]; then
echo "error: $0: No rootdir given"
exit 1
else
RDIR=$1
fi
if [ -z "$2" ]; then
echo "error: $0
www.eeworm.com/read/273525/4208978
idlg _estat_bootstrap_pr.idlg
/*
_estat_bootstrap_pr
*! VERSION 1.0.1 31mar2005
// SCRIPTS and PROGRAMS for external use
* SCRIPT main_bootstrap_show
* SCRIPT main_bootstrap_hide
* PROGRAM bootstrap_output
www.eeworm.com/read/361768/10036675
m bsds_studentized.m
function [c,u,l]=bsds_studentized(bench,models,B,w,boot)
% PURPOSE:
% Calculate Whites and Hansens p-vals for outperformance using
% studentized residuals(possibly more powerful than standard bsds
www.eeworm.com/read/449504/7502778
m bsds_studentized.m
function [c,u,l]=bsds_studentized(bench,models,B,w,boot)
% PURPOSE:
% Calculate Whites and Hansens p-vals for outperformance using
% studentized residuals(possibly more powerful than standard bsds