代码搜索:BOOTH

找到约 978 项符合「BOOTH」的源代码

代码结果 978
www.eeworm.com/read/379944/9171764

v booth.v

//Name: Tam N. Nguyen, Thinh le, & Long Pham //Behave of Booth Multiplier. `define MULT_NUM_STATE_BITS 2 `define MULT_IDLE 2'b00 `define MULT_SHIFT 2'b01 `define MULT_RESULT 2'b10 `timescale
www.eeworm.com/read/174989/9565745

mpf booth.mpf

; Copyright Mentor Graphics Corporation 2004 ; ; All Rights Reserved. ; ; THIS WORK CONTAINS TRADE SECRET AND PROPRIETARY INFORMATION WHICH IS THE PROPERTY OF ; MENTOR GRAPHICS CORPORATION OR IT
www.eeworm.com/read/164900/10082447

v booth.v

//Name: Tam N. Nguyen, Thinh le, & Long Pham //Behave of Booth Multiplier. `define MULT_NUM_STATE_BITS 2 `define MULT_IDLE 2'b00 `define MULT_SHIFT 2'b01 `define MULT_RESULT 2'b10 `timescale
www.eeworm.com/read/426361/10257140

asm booth.asm

data segment tip db 'please input decimal fraction within 8 digits or it will end.$' A db 'input x ending with Enter x=$' B db 'input y ending with Blank y=$' C db 'the complement 0f x*y i
www.eeworm.com/read/280448/10329865

h booth.h

// Booth.h: interface for the CBooth class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_BOOTH_H__8DDAB97F_6B97_43F3_9EA8_8DC3E505968B__INCLUDED_) #
www.eeworm.com/read/280448/10330017

cpp booth.cpp

// Booth.cpp: implementation of the CBooth class. // ////////////////////////////////////////////////////////////////////// #include "windows.h" #include "Booth.h" #include "User.h" #include "
www.eeworm.com/read/353698/10431016

v booth.v

//Name: Tam N. Nguyen, Thinh le, & Long Pham //Behave of Booth Multiplier. `define MULT_NUM_STATE_BITS 2 `define MULT_IDLE 2'b00 `define MULT_SHIFT 2'b01 `define MULT_RESULT 2'b10 `timescale
www.eeworm.com/read/353698/10431048

v booth.v

//Name: Tam N. Nguyen, Thinh le, & Long Pham //Behave of Booth Multiplier. `define MULT_NUM_STATE_BITS 2 `define MULT_IDLE 2'b00 `define MULT_SHIFT 2'b01 `define MULT_RESULT 2'b10 `timescale
www.eeworm.com/read/272449/10957413

v booth.v

//;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; //16-bit Booth's algorithm for multiplier //Filename : booth.v ;; //
www.eeworm.com/read/468753/6987083

v booth.v

//Name: Tam N. Nguyen, Thinh le, & Long Pham //Behave of Booth Multiplier. `define MULT_NUM_STATE_BITS 2 `define MULT_IDLE 2'b00 `define MULT_SHIFT 2'b01 `define MULT_RESULT 2'b10 `timescale