代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/393105/8310978
h rtl8019.h
/*
*/
/***************************
* user configurable value *
***************************/
/* min and max packet size */
#define MIN_PACKET_SIZE 60 /* min length in earthnet */
#define
www.eeworm.com/read/292936/8322116
h bitmat.h
/*----------------------------------------------------------------------
File : bitmat.h
Contents: bit matrix management
Author : Christian Borgelt
History : 2002.06.09 file created
www.eeworm.com/read/292398/8358012
dat asslandat40.dat
算术左移指令SAL(<mark>Shift</mark> Arithmetic Left)
指令格式:SAL OPRD1,COUNT
其中OPRD1、COUNT与指令SHL相同。本指令与SHL的功能也完全相同,这是因为逻辑左移指令与算术左移指令所要完成的操作是一样的。如果 SAL将OPRD1的最高位移至CF,改变了原来的CF值,则溢出标志位OF=1,表示移位的前后的操作数不同具有倍增的关系。因而SAL可用于带 ...
www.eeworm.com/read/292398/8358112
dat asslandat38.dat
逻辑左移指令SHL(<mark>SHift</mark> logical left)
指令格式:SHL OPRD1,COUNT
其中OPRD1为目的操作数,可以是通用寄存器或存储器操作数。COUNT代表移位的次数(或位数)。移位一次,COUNT=1;移位多于1次时, COUNT=(CL),(CL)中为移位的次数。
指令功能:对给定的目的操作数左移COUNT次,每次移位时最高位移入标志位CF中,最低位补零 ...
www.eeworm.com/read/174383/9589812
h bitmat.h
/*----------------------------------------------------------------------
File : bitmat.h
Contents: bit matrix management
Author : Christian Borgelt
History : 09.06.2002 file created
www.eeworm.com/read/174339/9594250
pas unit_about.pas
unit Unit_about;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls, StdCtrls,shellapi;
type
TFrm_About = class(TForm)
Label1: TLa
www.eeworm.com/read/173799/9635305
m circ.m
function y = circ(x, n)
% circ -- Circularly shift the elements of a vector.
%
% Usage
% y = circ(x, n)
%
% Inputs
% x signal vector.
% n shift factor. + is right or down, - is le
www.eeworm.com/read/369657/9637426
v seq_div.v
module seq_div(clk, rst, load, dividend, divisor, overflow,
done, quotient, remainder);
parameter WidthDividend = 11, // 被除数位宽
WidthDivisor = 6, // 除数位宽
WidthCount = 3;
input clk,
www.eeworm.com/read/173349/9661284
out parse.out
State 0:
input ::= * cmdlist
cmdlist ::= * cmdlist ecmd
cmdlist ::= * ecmd
ecmd ::= * SEMI
ecmd ::= * explain cmdx SEMI
(6) explain ::= *