代码搜索:Invert
找到约 1,464 项符合「Invert」的源代码
代码结果 1,464
www.eeworm.com/read/428548/1958492
tests invert.tests
# tests of return value inversion
# placeholder for future expansion
# user subshells (...) did this wrong in bash versions before 2.04
! ( echo hello | grep h >/dev/null 2>&1 ); echo $?
! echo hell
www.eeworm.com/read/426719/1987056
c invert.c
/*
$Log: invert.c,v $
Revision 1.1.1.1 2002/07/28 05:23:30 freeman_yong
lpc10 codec
* Revision 1.1 1996/08/19 22:32:00 jaf
* Initial revision
*
*/
#ifdef P_R_O_T_O_T_Y_P_E_S
e
www.eeworm.com/read/426010/1996926
c invert.c
/*
$Log$
Revision 1.15 2004/06/26 03:50:14 markster
Merge source cleanups (bug #1911)
Revision 1.14 2003/02/12 13:59:15 matteo
mer feb 12 14:56:57 CET 2003
Revision 1.1.1.1 2003/02/12 13:59:15
www.eeworm.com/read/393024/2489706
comp invert.comp
// This is a component for EMC2 HAL
// Copyright 2008 Stephen Wille Padnos
//
// This program is free software; you can redistribute it and/or
// modify it un
www.eeworm.com/read/374581/2749484
tests invert.tests
# tests of return value inversion
# placeholder for future expansion
# user subshells (...) did this wrong in bash versions before 2.04
! ( echo hello | grep h >/dev/null 2>&1 ); echo $?
! echo hell
www.eeworm.com/read/371512/2779740
psh invert.psh
sampler s0 : register(s0);
float4 p0 : register(c0);
float4 p1 : register(c1);
#define width (p0[0])
#define height (p0[1])
#define counter (p0[2])
#define clock (p0[3])
#define one_over_width (p1[0]
www.eeworm.com/read/361261/2947647
c invert.c
/*****************************************************************************
* invert.c : Invert video plugin for vlc
*****************************************************************************
www.eeworm.com/read/357352/3016108
tests invert.tests
# tests of return value inversion
# placeholder for future expansion
# user subshells (...) did this wrong in bash versions before 2.04
! ( echo hello | grep h >/dev/null 2>&1 ); echo $?
! echo hell