代码搜索:Bootstrap
找到约 2,394 项符合「Bootstrap」的源代码
代码结果 2,394
www.eeworm.com/read/306457/13744773
asm hang.asm
; hang.asm
; A minimal bootstrap
hang: ; Hang!
jmp hang
times 510-($-$$) db 0 ; Fill the file with 0's
dw 0AA55h ; End the file with AA55
www.eeworm.com/read/148648/5713119
txt abstract.txt
Monitor for Phytec KC163 Board
You need under Options - L166 Misc RESERVE:
8H-0BH, 0ACH-0AFH
For correct using the Monitor:
connect the PC COM port to P1 connector
BOOTSTRAP MODE
==
www.eeworm.com/read/136430/5872277
8 swriteboot.8
.\" sdisklabel - Write secondary SRM bootloader to harddisk
.TH swriteboot 8 "17 January 1995" "David Mosberger" ""
.SH NAME
swriteboot \- Write secondary SRM bootloader to harddisk.
.SH SYNOPSIS
\fBs
www.eeworm.com/read/187914/6337994
asm hang.asm
; hang.asm
; A minimal bootstrap
hang: ; Hang!
jmp hang
times 510-($-$$) db 0 ; Fill the file with 0's
dw 0AA55h ; End the file with AA55
www.eeworm.com/read/173705/9640986
m bootrsp.m
function[out]=bootrsp(in,B)
% out=bootrsp(in,B)
%
% Bootstrap resampling procedure.
%
% Inputs:
% in - input data
% B - number of bootstrap resamples (default B=1)
www.eeworm.com/read/173705/9641010
m boottest.m
function[H]=boottest(x,statfun,vzero,type,alpha,B1,B2,varargin)
%
% D=boottest(x,statfun,v_0,type,alpha,B1,B2,PAR1,...)
%
% Hypothesis test for a characteristic (parameter) 'v'
%
www.eeworm.com/read/226634/14456758
patch glibc-mips-bootstrap-gcc-header-install.patch
diff -ur glibc-2.4.0-20050406/sysdeps/mips/mips32/Makefile glibc-2.4.0-20050406-patched/sysdeps/mips/mips32/Makefile
--- glibc-2.4.0-20050406/sysdeps/mips/mips32/Makefile 2003-03-29 02:15:28.000000000
www.eeworm.com/read/283355/4079966
patch glibc-mips-bootstrap-gcc-header-install.patch
http://sourceware.org/ml/crossgcc/2005-05/msg00165.html
Fixes a MIPS build problem (unrelated to NPTL)
Message-ID:
Date: Fri, 20 May 2005 20:13:08 -0500
From: "S
www.eeworm.com/read/283355/4080353
patch glibc-mips-bootstrap-gcc-header-install.patch
http://sourceware.org/ml/crossgcc/2005-05/msg00165.html
Fixes a MIPS build problem (unrelated to NPTL)
Message-ID:
Date: Fri, 20 May 2005 20:13:08 -0500
From: "S
www.eeworm.com/read/285976/8796080
pm test.pm
package Test;
require Exporter;
require DynaLoader;
@ISA = qw(Exporter DynaLoader);
@EXPORT = qw(t);
package Test;
bootstrap Test;
1;