代码搜索:shift

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

代码结果 10,000
www.eeworm.com/read/381327/9097572

lst key_scan.lst

C51 COMPILER V8.02 KEY_SCAN 09/17/2008 10:45:02 PAGE 1 C51 COMPILER V8.02, COMPILATION OF MODULE KEY_SCAN OBJECT MODULE PLACED I
www.eeworm.com/read/381111/9109456

h tms320.h

/***********************************************************/ /* Version 2.30.00 */ /***********************************************************/ #ifndef _TM
www.eeworm.com/read/381111/9109496

h tms320.h

/***********************************************************/ /* Version 2.30.00 */ /***********************************************************/ #ifndef _TM
www.eeworm.com/read/282239/9109665

c editfloat.c

/* ********************************************************************************************************* * uC/GUI * Universal
www.eeworm.com/read/282233/9111499

c editfloat.c

/* ********************************************************************************************************* * uC/GUI * Universal
www.eeworm.com/read/183929/9130127

v datapath.v

`define L_word 16 module Datapath(product,BEC,word1,word2,Load_words,Shift1,Shift2,Add,Sub,clock,reset); output [2*`L_word-1:0]product; output [2:0]BEC; input [`L_word-1:0]word1,word2; input
www.eeworm.com/read/379812/9174848

c editfloat.c

/* ********************************************************************************************************* * uC/GUI * Universal
www.eeworm.com/read/182385/9205567

]04alu

//---------------------------------------------------------------------------- c0000 // c0001 // ALU: module of arithm
www.eeworm.com/read/378952/9211876

pm semaphore.pm

package Thread::Semaphore; use threads::shared; sub new { my $class = shift; my $val : shared = @_ ? shift : 1; # Workaround because of memory leak return bless \\$val, $class; } s
www.eeworm.com/read/378183/9243780

dat asslandat40.dat

算术左移指令 SAL(Shift Arithmetic Left) 格式: SAL OPRD1,COUNT ---- 功能: 其中OPRD1,COUNT与指令SHL相同.本指令与SHL的功能也完全相同,这是因为逻辑左移指令与算术左移指令所要完 ---- 成的操作是一样的. 如果SAL将OPRD1的最高位移至CF,改变了原来的CF值,则溢出标志位OF=1,表示移位的前后