代码搜索:reverse

找到约 4,015 项符合「reverse」的源代码

代码结果 4,015
www.eeworm.com/read/209101/15227350

c lcd12864_ks0108.c

/*LCD 12864 Control Instruction:KS0108 -------------------------------------------------------------------- |instruction RS R/W DB7 DB6 DB5 DB4 DB3 DB2 DB1 DB0 | -------------
www.eeworm.com/read/207653/15266089

h list.h

/* $Id: H:/drh/idioms/book/RCS/list.doc,v 1.11 1997/02/21 19:46:01 drh Exp $ */ #ifndef LIST_INCLUDED #define LIST_INCLUDED #define T List_T typedef struct T *T; struct T { T rest; void *firs
www.eeworm.com/read/162614/5520422

c crash36.c

// { dg-do assemble } // Origin: Andreas Kloeckner template struct iterator_traits { typedef typename Iterator::iterator_category iterator_category; // { dg-error
www.eeworm.com/read/294359/8233763

c isr.c

#include unsigned int g_uiOutput=0xffff; void IRQ2(void) __attribute__ ((ISR)); void IRQ2(void) { g_uiOutput ^= 0xFFFF; //reverse *P_IOB_Data=g_uiOutput; //out
www.eeworm.com/read/100036/15460985

c sha.c

/* NIST Secure Hash Algorithm */ /* heavily modified by Uwe Hollerbach uh@alumni.caltech edu */ /* from Peter C. Gutmann's implementation as found in */ /* Applied Cryptography by Bruce Schneier */
www.eeworm.com/read/112509/15484098

h list.h

/* $Id: H:/drh/idioms/book/RCS/list.doc,v 1.11 1997/02/21 19:46:01 drh Exp $ */ #ifndef LIST_INCLUDED #define LIST_INCLUDED #define T List_T typedef struct T *T; struct T { T rest; void *firs
www.eeworm.com/read/10438/186107

c mbsrev.c

/*** *mbsrev.c - Reverse a string in place (MBCS) * * Copyright (c) Microsoft Corporation. All rights reserved. * *Purpose: * Reverse a string in place (MBCS) * ******************
www.eeworm.com/read/38039/1098500

mnu optadjust1.mnu

ADJUST#SET1 秸俱砞竚1 # Reverse#Seq は锣 Reverse hits in the NC seq tool path.
www.eeworm.com/read/214703/15091210

f rcm.f

********************************************************************** * Reverse cuthill-mckee method * * 1997.7.12
www.eeworm.com/read/10438/185827

c strrev.c

/*** *strrev.c - reverse a string in place * * Copyright (c) Microsoft Corporation. All rights reserved. * *Purpose: * defines _strrev() - reverse a string in place (not including *