代码搜索:shift

找到约 10,000 项符合「shift」的源代码

代码结果 10,000
www.eeworm.com/read/324367/13267975

txt pgm08_03.txt

// // This file contains the C# code from Program 8.3 of // "Data Structures and Algorithms // with Object-Oriented Design Patterns in C#" // by Bruno R. Preiss. // // Copyright (c) 2001--2
www.eeworm.com/read/137941/13277290

c key.c

#define KEY #include "includes.h" void KeyBufIn(unsigned char kcode) { EA=0; if(KeyNRead < KEY_BUF_SIZE) { KeyNRead++; KeyBuf[KeyBufInIx++] = kcod
www.eeworm.com/read/137384/13325276

txt mysyn2out.txt

0 : Analyze: ( 0)[ TokenNum: integer FuncNum: Shift ParaNum: 3] ( 1)[ TokenNum: char FuncNum: Shift ParaNum: 2] ( 2)[ TokenNum: float FuncNum: Shift ParaNum: 4]
www.eeworm.com/read/319360/13453033

in intltool-extract.in

#!@INTLTOOL_PERL@ -w # -*- Mode: perl; indent-tabs-mode: nil; c-basic-offset: 4 -*- # # The Intltool Message Extractor # # Copyright (C) 2000-2001, 2003 Free Software Foundation. # # Intltool is
www.eeworm.com/read/319068/13463501

pas jfdctfst.pas

Unit JFDctFst; { This file contains a fast, not so accurate integer implementation of the forward DCT (Discrete Cosine Transform). A 2-D DCT can be done by 1-D DCT on each row followed by 1
www.eeworm.com/read/318176/13484111

cpp floating.cpp

/* * MIRACL C++ Float functions float.cpp * * AUTHOR : M. Scott * * PURPOSE : Implementation of Class Float functions * * Copyright (c) 2003 Shamus Sof
www.eeworm.com/read/318168/13484770

js ingkcpos.js

/* Provided under the MIT License Copyright (c) July 2007 Damion Hankejh, d@ingk.com --- FILE: ingkcpos.js VERSION: 0.5 WEB: www.sf.net/projects/ingkcpos DESCRIP: PSPad Editor E
www.eeworm.com/read/317833/13495939

m cirshftt.m

function y = cirshftt(x,m,N) % Circular shift of m samples wrt size N in sequence x: (time domain) % ------------------------------------------------------------------- % [y] = cirshftt(x,m,N) % y
www.eeworm.com/read/315702/13537803

h lcd.h

/* vim: set sw=8 ts=8 si : */ /**************************************************************************** * Title : HD44780 LCD library * Authors: * Based on Volker Oth's lcd library (htt
www.eeworm.com/read/313151/13595293

java rightshifttest.java

// operators/RightShiftTest.java // TIJ4 Chapter Operators, Exercise 11, page 116 /* Start with a number that has a binary one in the most significant position * (hint: Use a hexadecimal constant)