代码搜索:containing
找到约 10,000 项符合「containing」的源代码
代码结果 10,000
www.eeworm.com/read/102720/15761238
1 ascii.1
.TH ASCII 1
.SH NAME
ascii \- strip all the pure ASCII lines from a file
.SH SYNOPSIS
\fBascii\fR [\fB\-n\fR]\fR [\fIfile\fR]\fR
.br
.de FL
.TP
\\fB\\$1\\fR
\\$2
..
.de EX
.TP 20
\\fB\\$1\\fR
# \\$2
.
www.eeworm.com/read/102720/15761677
1 ascii.1
ASCII(1) Minix Programmer's Manual ASCII(1)
NAME
ascii - strip all the pure ASCII lines from a file
SYNOPSIS
ascii [-n] [file]
OPTIONS
www.eeworm.com/read/100415/15874014
h tpdu.h
/***************************************************************************
tpdu.h - description
-------------------
begin
www.eeworm.com/read/392021/8366930
m bunquantize.m
function y = bunquantize(q)
% Calculate the value corresponding to a bidirectionally quantized quantity.
% q is a 2n by m matrix containing the powers of 2 and their signs for each
% quantized value.
www.eeworm.com/read/291597/8408092
m rastrigin.m
% Rastrigin.m
% Rastrigin function
%
% used to test optimization/global minimization problems
%
% f(x) = sum([x.^2-10*cos(2*pi*x) + 10], 2);
%
% x = N element row vector containing [x0, x1, .
www.eeworm.com/read/192078/8408259
m brls.m
%BRLS Bilinear RLS algorithm
%
% 'ifile.mat' - input file containing:
% Nr - members of ensemble
% dim - iterations
% Sx - standard deviation of input
% Sn - standard deviation
www.eeworm.com/read/192078/8408276
m vlms.m
%VLMS Volterra LMS algorithm
%
% 'ifile.mat' - input file containing:
% Nr - members of ensemble
% dim - iterations
% Sx - standard deviation of input
% Sn - standard deviation
www.eeworm.com/read/192078/8408337
m vrls.m
%VRLS Volterra RLS algorithm
%
% 'ifile.mat' - input file containing:
% Nr - members of ensemble
% dim - iterations
% Sx - standard deviation of input
% Sn - standard deviation
www.eeworm.com/read/191821/8420929
vhd a8255top.vhd
-- Altera Microperipheral Reference Design Version 0802
--------------------------------------------------------
--
-- FILE NAME : a8255top.vhd
-- PROJECT : Altera A8255 UART
-- PU