代码搜索:Invert
找到约 1,464 项符合「Invert」的源代码
代码结果 1,464
www.eeworm.com/read/135941/5877083
c ipt_physdev.c
/* Kernel module to match the bridge port in and
* out device for IP packets coming into contact with a bridge. */
/* (C) 2001-2003 Bart De Schuymer
*
* This program is free
www.eeworm.com/read/131315/5935520
makefile
MAKEFILE = Makefile
PRINTER = Psp
PRINT = ditroff -${PRINTER}
SRCS = bib.1 \
invert.1
SUFFIX = .1:s
all:;
clean:;
depend:; @mkmf -f $(MAKEFILE)
install: ${DEST_M
www.eeworm.com/read/131315/5935533
makefile
# @(#)Makefile 2.8 6/7/93
#
#
CFLAGS = -DBASEDIR=\"$(DEST_BASE)\" -DINCORE -fwritable-strings
CC = cc $(CFLAGS)
.c.o:
$(CC) -c $*.c
INVo = invert.o streams.o makekey.o
INVc = invert.
www.eeworm.com/read/103451/6215581
h cvserialexecutor.h
//-------------------------------------------------------------------
// Author........: Aleksander 豩rn
// Date..........:
// Description...:
// Revisions.....:
//================================
www.eeworm.com/read/103451/6215706
h filter.h
//-------------------------------------------------------------------
// Author........: Aleksander 豩rn
// Date..........:
// Description...:
// Revisions.....:
//================================
www.eeworm.com/read/410595/11275921
cpp idea.cpp
// idea.cpp - modified by Wei Dai from:
/* idea.c - C source code for IDEA block cipher.
* IDEA (International Data Encryption Algorithm), formerly known as
* IPES (Improved Prop
www.eeworm.com/read/260514/11722577
cpp idea.cpp
// idea.cpp - modified by Wei Dai from:
/* idea.c - C source code for IDEA block cipher.
* IDEA (International Data Encryption Algorithm), formerly known as
* IPES (Improved Prop
www.eeworm.com/read/259565/11782512
m bggray.m
function bgGray(axisHandle)
% Crate a gray axis backgrond; if S4M.invert_hardcopy is 'off' this
% background is retained for printing
if nargin == 0
axisHandle=gca;
end
set(gcf,'Color','w'
www.eeworm.com/read/151143/12232961
m bggray.m
function bgGray
% Crate a gray axis backgrond; if S4M.invert_hardcopy is 'off' this
% background is retained for printing
global S4M
set(gca,'Color',[0.9,0.9,0.9])
set(gcf,'Color','w')
%