代码搜索:shift

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

代码结果 10,000
www.eeworm.com/read/152843/5658827

h multi_arith.h

/* multi_arith.h: multi-precision integer arithmetic functions, needed to do extended-precision floating point. (c) 1998 David Huggins-Daines. Somewhat based on arch/alpha/math-emu/ieee-mat
www.eeworm.com/read/152843/5659346

c amd.c

#include #include #include #include #include "mtrr.h" static void amd_get_mtrr(unsigned int reg, unsigned long *base, unsigned int *size, m
www.eeworm.com/read/152843/5659534

s udivdi3.s

/* Copyright (C) 1989, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. This file is part of GNU CC. GNU CC is free software; you can redistribute it and/or modify it under the terms of the GNU
www.eeworm.com/read/473491/6844377

m51 zuoyi.m51

BL51 BANKED LINKER/LOCATER V4.13 07/20/2006 17:06:03 PAGE 1 BL51 BANKED LINKER/LOCATER V4.13, INVOKED BY: D:\KEIL\C51\BIN\BL51.EXE zuoyi.
www.eeworm.com/read/473491/6844381

c zuoyi.c

/* 工程:右移程序 创建日期:2006.7.20 创建者:苏湘瑞 */ //======================= void shift(a); int i,y; int k1=8,k2=7,k3=6,k4=5,k5=4,k6=3,k7=2,k8=1; //----------------------------------
www.eeworm.com/read/473491/6844785

lst danshuzi.lst

C51 COMPILER V8.02 DANSHUZI 08/29/2007 22:47:25 PAGE 1 C51 COMPILER V8.02, COMPILATION OF MODULE DANSHUZI OBJECT MODULE PLACED I
www.eeworm.com/read/471457/6893668

cpp unit1.cpp

//--------------------------------------------------------------------------- #include #pragma hdrstop #include "Unit1.h" //------------------------------------------------------------
www.eeworm.com/read/395876/8148031

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)
www.eeworm.com/read/295361/8168178

c krx20810.c

/* K&R exercise 2-8 It is class 1 due to the /sizeof/ operator (CHAR_BIT is introduced with in Chapter 1). I could have used the conditional operator but thought that this is clearer.
www.eeworm.com/read/395452/8172893

lst m2-2.lst

Input Filename : M2-2.asm Output Filename : M2-2.obj 1 0000 ORG 00H 2 0000 75 90 00 MOV P1,#00H