代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/439153/7716271
lst timer2.lst
C51 COMPILER V7.50 TIMER2 04/29/2008 13:02:04 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE TIMER2
OBJECT MODULE PLACED IN
www.eeworm.com/read/438675/7728368
cpp maxflow.cpp
/* maxflow.cpp */
/* Vladimir Kolmogorov (vnk@cs.cornell.edu), 2001. */
#include
#include "graph.h"
/*
special constants for node->parent
*/
#define TERMINAL ( (arc_forward *) 1
www.eeworm.com/read/436405/7770431
c keyboard.c
/*****************************
** low level kexboard routines VERSION 1.0
******************************/
//ICC-AVR application builder : 2009-3-13 23:41:54
// Target : M16
// Crys
www.eeworm.com/read/436399/7770525
c keyboard.c
/*****************************
** low level kexboard routines VERSION 1.0
******************************/
//ICC-AVR application builder : 2009-3-13 23:41:54
// Target : M16
// Crys
www.eeworm.com/read/436399/7770549
_c keyboard._c
/*****************************
** low level kexboard routines VERSION 1.0
******************************/
//ICC-AVR application builder : 2009-3-13 23:41:54
// Target : M16
// Crys
www.eeworm.com/read/436250/7773812
c keystate.c
#include
#include
void main(void)
{
unsigned int state, old_state = 0;
do {
state = _bios_keybrd(_KEYBRD_SHIFTSTATUS);
if (state != old_state)
www.eeworm.com/read/435835/7783241
flt highpassfilter.flt
FILTER COEFFICIENT FILE
IIR DESIGN
FILTER TYPE HIGH PASS
ANALOG FILTER TYPE ELLIPTIC
PASSBAND RIPPLE IN -dB -.1000E-01
STOPBAND RIPPLE IN -dB -.8000E+02
PA
www.eeworm.com/read/299730/7836714
h keyboard.h
PUBLIC void KeyboardHandle();
PUBLIC void InitKeyboard();
PUBLIC void ReadScanCode(TTY *pTTY);
PUBLIC t_8 GetByteFromScanCode();
PUBLIC void InProcess(TTY *pTTY,t_32 Key);
PRIVATE void SetLeds();
www.eeworm.com/read/299730/7836736
h~ keyboard.h~
PUBLIC void KeyboardHandle();
PUBLIC void InitKeyboard();
PUBLIC void ReadScanCode(TTY *pTTY);
PUBLIC t_8 GetByteFromScanCode();
PUBLIC void InProcess(TTY *pTTY,t_32 Key);
PRIVATE void SetLeds();
www.eeworm.com/read/199432/7857036
txt d11r6a.txt
implementation
//PROGRAM D11R6A
//Driver for routine TUTEST
uses
unit2;
{$R *.DFM}
procedure TForm1.Button1Click(Sender: TObject);
const
s1='%9.2f'; NPTS = 5000; MPTS = 1000; NSHFT = 10;