代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/130553/14186312
c lbitops.c
/*
** large bit array operations by Scott Dudley
** with modifications by Auke Reitsma and Bob Stout
**
** Public domain
*/
#include
/*
** The following macros assume CHAR_B
www.eeworm.com/read/230927/14267736
c editfloat.c
/*
*********************************************************************************************************
* uC/GUI
* Universal
www.eeworm.com/read/128196/14311316
cpp spltest.cpp
#ifdef TEST
#include
/*
* V1.90
*/
#include
#include
#include
#ifdef __TURBOC__
#pragma hdrstop
#endif
#include "splash.h"
ostream&
www.eeworm.com/read/229504/14333744
h tms320.h
#ifndef _TMS320
#define _TMS320
typedef unsigned int uint;
typedef unsigned short ushort;
#define PASS -1
typedef short DATA;
typedef long LDATA;
#define ABSVAL abs
#define
www.eeworm.com/read/127767/14336542
txt e693. setting a keyboard accelerator for a menu item.txt
At least one menu in a menu bar should have a mnemonic. This makes all the menus and menu items accessible.
JMenuItem item = new JMenuItem("Item");
item.setAccelerator(KeyStroke.getKeyStrok
www.eeworm.com/read/227822/14410930
h op-hacks.h
/* Various hacks to make code written for a dynamic code generator work
with regular QEMU. */
static int free_qreg;
#define QMODE_I32 1
#define QMODE_F32 1
#define QMODE_F64 2
static inline int
www.eeworm.com/read/126298/14433811
h bflymacro.h
/* bflymacro.h
Contains macros for radix-4/5 butterflies,
and some useful derivates. Most routines are based
on the algorithms in "Fast algorithms for digital
signal processing" by Richa