代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/149028/12408549
vhd 13_shl.vhd
function SHL( v2 : MVL7_VECTOR ; fill : MVL7 ) return MVL7_VECTOR is
variable v1: MVL7_VECTOR (v2'high downto v2'low);
variable shift_val: MVL7_VECTOR (v1'high downto v1'low);
www.eeworm.com/read/148723/12433221
vhd 66_fir.vhd
Library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.std_logic_arith.all;
use work.SIGNED_ARITH.all;
use work.coeffs.all;
entity fir is
port(clk,reset: in std_logic;
sample: in signed (
www.eeworm.com/read/250058/12439068
js avoiding-eval.js
// Please note: this file contains snippets for comparison
// it is not self-contained or ready-to-use code as such
var ele = eval('document.getElementById("link" + n)');
var mod = 'shiftKey';
www.eeworm.com/read/336516/12439942
abl ss.abl
module BARREL
title '8-bit barrel shifter
Don Flaherty Data I/O Corp 9 Aug 1990'
barrel device 'E0600';
D7,D6,D5,D4,D3,D2,D1,D0 Pin 2,3,4,5,6,7,8,9;
Q7,Q6,Q5,Q4,Q3,Q2,Q1,Q0 Pin 1
www.eeworm.com/read/336516/12440250
abl barrel.abl
module BARREL
title '8-bit barrel shifter
Don Flaherty Data I/O Corp 9 Aug 1990'
barrel device 'P20V8R';
D7,D6,D5,D4,D3,D2,D1,D0 Pin 2,3,4,5,6,7,8,9;
Q7,Q6,Q5,Q4,Q3,Q2,Q1,Q0 Pin
www.eeworm.com/read/336516/12440410
abl shiftcnt.abl
module shiftcnt
title 'universal counter / shift register
Bjorn Benson Data I/O Corp 31 July 1990'
IFL4 device 'F159';
Clk,JKD,I1,I2,I3,OE pin 1,2,3,4,5,11;
www.eeworm.com/read/336516/12440434
abl dd.abl
module BARREL
title '8-bit barrel shifter
Don Flaherty Data I/O Corp 9 Aug 1990'
barrel device 'E0600';
D7,D6,D5,D4,D3,D2,D1,D0 Pin 2,3,4,5,6,7,8,9;
Q7,Q6,Q5,Q4,Q3,Q2,Q1,Q0 Pin 1
www.eeworm.com/read/148650/12446612
h tms320.h
#ifndef _TMS320
#define _TMS320
typedef unsigned int uint;
typedef unsigned short ushort;
#define PASS -1
typedef short DATA;
typedef long LDATA;
#define ABSVAL abs
#define
www.eeworm.com/read/132006/14114042
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
Memo1: TMemo;
www.eeworm.com/read/132006/14114074
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
Memo1: TMemo;