代码搜索:Invert
找到约 1,464 项符合「Invert」的源代码
代码结果 1,464
www.eeworm.com/read/162614/5528157
c 20030707-1.c
/* PR c/11449. */
/* sign_bit_p() in fold-const.c failed to notice that (int) 0x80000000
was the sign bit of m. As a result, fold_single_bit_test()
returned ((unsigned int) m >> 31), and that
www.eeworm.com/read/473080/6855065
c sw-uart.c
/* Name: sw-uart.c
* Project: AVR USB driver for CDC interface on Low-Speed USB
* Author: Osamu Tamura
* Creation Date: 2006-06-22
* Tabsize: 4
* Copyright: (c) 2006 by Recursion Co., Ltd.
* Lic
www.eeworm.com/read/192840/8269922
c sw-uart.c
/* Name: sw-uart.c
* Project: AVR USB driver for CDC interface on Low-Speed USB
* Author: Osamu Tamura
* Creation Date: 2006-06-22
* Tabsize: 4
* Copyright: (c) 2006 by Recursion Co., Ltd.
* Lic
www.eeworm.com/read/413998/11133952
c sw-uart.c
/* Name: sw-uart.c
* Project: AVR USB driver for CDC interface on Low-Speed USB
* Author: Osamu Tamura
* Creation Date: 2006-06-22
* Tabsize: 4
* Copyright: (c) 2006 by Recursion Co., Ltd.
* Lic
www.eeworm.com/read/202015/15391126
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity stratix_lvds_tx_out_block is
generic(
bypass_serializer: string := "false";
invert_clock : string := "false";
use_fal
www.eeworm.com/read/360652/2960731
txt 算法 2.12.txt
算法 2.12
void exchange2( SqList &A; int m; int n )
{
// 本算法实现顺序表中前 m 个元素和后 n 个元素的互换
invert( A.elem, 0, m+n-1 );
invert( A.elem, 0, n-1 );
invert( A.elem, n, m+n-1 );
www.eeworm.com/read/288931/8592745
h led_shiftcap.h
//*****************************************************************************
//*****************************************************************************
// FILENAME: LED_ShiftCAP.h
// Ver
www.eeworm.com/read/288931/8593243
h led_shiftcap.h
//*****************************************************************************
//*****************************************************************************
// FILENAME: LED_ShiftCAP.h
// Ver
www.eeworm.com/read/288931/8593363
h led_shift.h
//*****************************************************************************
//*****************************************************************************
// FILENAME: LED_Shift.h
// Versio