代码搜索:reverse
找到约 4,015 项符合「reverse」的源代码
代码结果 4,015
www.eeworm.com/read/207653/15266108
h str.h
/* $Id: H:/drh/idioms/book/RCS/str.doc,v 1.10 1996/06/26 23:02:01 drh Exp $ */
#ifndef STR_INCLUDED
#define STR_INCLUDED
#include
extern char *Str_sub(const char *s, int i, int j);
ext
www.eeworm.com/read/162614/5529171
c doloop-2.c
/* { dg-do run } */
/* { dg-options "-O2" } */
extern void abort (void);
unsigned global_iters;
void bi_reverse(int len)
{
do {
global_iters++;
} while (--len > 0);
}
int main()
{
bi_reve
www.eeworm.com/read/154890/5631525
cxx fl_bitmap.cxx
//
// "$Id: Fl_Bitmap.cxx,v 1.1.1.1 2003/08/07 21:18:39 jasonk Exp $"
//
// Bitmap drawing routines for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-1999 by Bill Spitzak and others.
//
// This
www.eeworm.com/read/475633/6775011
cpp file_util.cpp
// file_util.cpp -- Thatcher Ulrich 2005
// This source code has been donated to the Public Domain. Do
// whatever you want with it.
// A file class that can be customized wit
www.eeworm.com/read/473561/6846237
h pal_library.h
#define PAL_X 128
#define PAL_CNTL_STOP 0
#define PAL_CNTL_START 1
#define PAL_CNTL_BLANK 0
#define PAL_CNTL_RENDER 1
#define PAL_COLOR_BLACK
www.eeworm.com/read/135580/13919856
cxx fl_bitmap.cxx
//
// "$Id: Fl_Bitmap.cxx,v 1.1.1.1 2003/08/07 21:18:39 jasonk Exp $"
//
// Bitmap drawing routines for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-1999 by Bill Spitzak and others.
//
// This
www.eeworm.com/read/132772/14073826
c ibit_reversal_ccs.c
/********************************************************************
* ibit_reversal_ccs.c - Arrange input samples in bit-reverse order
* the index j is the bit reverse of i
www.eeworm.com/read/200881/15420985
c bits.c
/* return the number of bits present in the unsigned integer n. */
int bitcount(unsigned n)
{
unsigned r;
r = 0;
while (n!=0) {
r++;
n ^= n & (-n);
}
www.eeworm.com/read/112509/15484117
h str.h
/* $Id: H:/drh/idioms/book/RCS/str.doc,v 1.10 1996/06/26 23:02:01 drh Exp $ */
#ifndef STR_INCLUDED
#define STR_INCLUDED
#include
extern char *Str_sub(const char *s, int i, int j);
ext
www.eeworm.com/read/102756/15759956
ec public.ec
#ifdef zgx020409_del
/**************************************************
* public.ec 部分已被移到dblib/目录中的public.ec
* inq_select(),int_select()移到dbprg/的
* win_select.ec中
****************