代码搜索:reverse
找到约 4,015 项符合「reverse」的源代码
代码结果 4,015
www.eeworm.com/read/303512/13813995
m ab.m
% ab.m - dB to absolute units
%
% Usage: Gab = ab(Gdb)
%
% Gdb = power gain in dB
% Gab = power gain in absolute units, Gab = 10^(Gdb/10)
%
% see also Gdb = db(Gab) for the reverse op
www.eeworm.com/read/147422/5729586
m shft.m
% Function : shift the display sequence by 'npts' points on figure(m_gci_f)
% Shift_lr shifts the display to the left by npts when sf_flag=1;
% The shift is the reverse if sf_flag=-1.
%
%
www.eeworm.com/read/147422/5729589
m filt_n1.m
% filter operation using Direct-I implementation
function [y,Ziy]=filt_new1(b,a,x,Ziy,Zix)
% function y=filt(b,a,x,Ziy,Zix)
% Both Ziy, Zix need reverse
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/147422/5729973
m shftseg.m
% Function : shift the display the sequence by 'npts' points on figure(m_gci_f)
% Shift_lr shifts the display to the left by npts when sf_flag=1;
% The shift is the reverse if sf_flag=-1.
%
www.eeworm.com/read/147422/5730032
m shft.m
% Function : shift the display sequence by 'npts' points on figure(m_gci_f)
% Shift_lr shifts the display to the left by npts when sf_flag=1;
% The shift is the reverse if sf_flag=-1.
%
%
www.eeworm.com/read/136812/5861340
c tabman.c
/* @(#)tabman.c 1.1 92/07/30 SMI */
/*
* Copyright (c) 1989 by Sun Microsystems, Inc.
*/
#define INCH 240
/*
* LPR or CRT 10 Pitch
* nroff driving table
* with reverse or half line feeds
*/
st
www.eeworm.com/read/131315/5945661
readme
# @(#)README 8.1 (Berkeley) 6/6/93
col - filter out reverse line feeds.
Options are:
-b do not print any backspaces (last character written is printed)
-f allow half line feeds in output, by defau
www.eeworm.com/read/101082/6241944
c vsort.c
#ifndef lint
static char sccsid[] = "@(#)vsort.c 4.2 (Berkeley) 7/16/83";
#endif
/*
* Sort troff output for versatec to reduce amount of reverse leading
*/
# include
#define NULL 0
do
www.eeworm.com/read/101082/6241953
c rvsort.c
#ifndef lint
static char sccsid[] = "@(#)rvsort.c 4.2 (Berkeley) 7/16/83";
#endif
/*
* Sort troff output for versatec to reduce amount of reverse leading
*/
# include
#define NULL 0
d
www.eeworm.com/read/410189/6276726
cpp bir_fast_deque.cpp
/*
Alfonso2 Peterssen
16 - 6 - 2008
IOI 2005 "Birthday"
O( n )
*/
#include
#include
using std::reverse;
#define REP( i, n ) \
for ( int i = 0; i < (n); i++ )