代码搜索结果
找到约 3,568 项符合
Strip 的代码
if_strip.h
/*
* if_strip.h --
*
* Definitions for the STRIP interface
*
* Copyright 1996 The Board of Trustees of The Leland Stanford
* Junior University. All Rights Reserved.
*
* Permission to use,
strip.c
/* strip - remove symbols. Author: Dick van Veen */
#include
#include
#include
#include
#include
#include
#include
#in
strip.1
.TH STRIP 1
.SH NAME
strip \- remove symbol table from executable file
.SH SYNOPSIS
\fBstrip\fR [\fIfile\fR] ...\fR
.br
.de FL
.TP
\\fB\\$1\\fR
\\$2
..
.de EX
.TP 20
\\fB\\$1\\fR
# \\$2
..
.SH EXAMPLE
strip.1
%!PS-Adobe-1.0
%%Creator: devps (Pipeline Associates, Inc.)
%%CreationDate: Fri Sep 13 13:04:30 1996
%%Pages: (atend)
%%DocumentFonts: (atend)
/devps 180 dict def devps begin
/res 10.000000 def
/y_of
strip.1
STRIP(1) Minix Programmer's Manual STRIP(1)
NAME
strip - remove symbol table from executable file
SYNOPSIS
strip [file] ...
EXAMPLES
strip.1
.TH strip 1
.SH Name
strip \- remove symbols and relocation bits
.SH Syntax
.B strip
\fIname\fR ...
.SH Description
.NXR "strip command"
.NXR "symbol table" "removing"
.NXR "relocation bits" "removing
strip.1
.TH strip 1
.SH Name
strip \- remove symbols and relocation bits
.SH Syntax
.B strip
\fIname\fR ...
.SH Description
.NXR "strip command"
.NXR "symbol table" "removing"
.NXR "relocation bits" "removing
strip.c
#ifndef lint
static char *sccsid = "@(#)strip.c 4.1 ULTRIX 7/17/90";
#endif
/************************************************************************
* *
* Copyright (c) 1989 by *
* D
strip.java
/******************************************************************************
* The contents of this file are subject to the Compiere License Version 1.1
* ("License"); You may not use this f
strip.m
function net = strip(net, tolerance)
if nargin == 1
tolerance = 1e-12;
end
idx = find(abs(net.w) > tolerance);
net.sv = net.sv(idx,:);
net.w = net.w(idx);