代码搜索:shift

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

代码结果 10,000
www.eeworm.com/read/491495/6436310

vhd shift_register.vhd

-- 库声明 library IEEE; use IEEE.STD_LOGIC_1164.all; -- 实体声明 entity shift_register is -- 类属参数 generic ( TOTAL_BIT : integer := 10 ); -- 端口 port ( clk : in std_logic; reset_n : in std_lo
www.eeworm.com/read/491258/6438091

v shift6.v

module shift6(CLK,RST,LD,SF,SI,D,SO,Q); input CLK,RST,LD,SF,SI; input [5:0] D; output SO; output [5:0] Q; reg SO; reg [5:0] Q; wire [5:0] temp; wire tempO; or (temp[5], SF&SI, ~SF&D[5]&LD, ~SF&~LD&
www.eeworm.com/read/488496/6488283

cpp shift-prec.cpp

/* * This file contains code from "C++ Primer, Fourth Edition", by Stanley B. * Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the * copyright and warranty notices given in that
www.eeworm.com/read/488265/6490325

plg bcd shift.plg

礦ision3 Build Log Project: E:\Program Files\Labcenter Electronics\Proteus 6 Demonstration(2)\10 BCD Shift\BCD Shift.uv2 Project File Date: 07/22/2006
www.eeworm.com/read/488265/6490326

pwi bcd shift.pwi

www.eeworm.com/read/488265/6490329

opt bcd shift.opt

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.s*; *.src; *.a*) oExt (*.obj) lExt (*.lib) tExt (*.txt; *.h; *.inc) pExt (*.plm) CppX (*.cpp) DaveTm {
www.eeworm.com/read/488265/6490331

lst bcd shift.lst

A51 MACRO ASSEMBLER BCD_SHIFT 07/22/2006 22:25:46 PAGE 1 MACRO ASSEMBLER A51 V8.00 OBJECT MODULE PLACED IN BCD Shift.OBJ ASSEMBLE
www.eeworm.com/read/488265/6490332

dsn bcd shift.dsn

www.eeworm.com/read/488265/6490333

asm bcd shift.asm

ORG 00H MOV R7,#03H MOV R0,#30H MOV 30H,#47H MOV 31H,#36H MOV 32H,#21H BRLN: MOV A,R7 ;取字节数至R2中 MOV R2,A ADD A,R0 ;初始化数据指针 MOV R0,A MOV R3,#0 ;工作单元
www.eeworm.com/read/488265/6490334

hex bcd shift.hex

:100000007F037830753047753136753221EFFA2825 :0C001000F87B0018E6C4F6EBD6FBDAF72C :00000001FF