代码搜索:Operators

找到约 8,993 项符合「Operators」的源代码

代码结果 8,993
www.eeworm.com/read/417397/10991800

txt 布斯乘法器.txt

-- Booth Multiplier -- This file contains all the entity-architectures for a complete -- k-bit x k-bit Booth multiplier. -- the design makes use of the new shift operators available in the VHDL-93
www.eeworm.com/read/296774/7114409

c libgcc1-test.c

/* This small function uses all the arithmetic operators that libgcc1.c can handle. If you can link it, then you have provided replacements for all the libgcc1.c functions that your target m
www.eeworm.com/read/332978/7141814

java urshift.java

//: operators/URShift.java // Test of unsigned right shift. import static net.mindview.util.Print.*; public class URShift { public static void main(String[] args) { int i = -1; print
www.eeworm.com/read/332978/7141819

java ternaryifelse.java

//: operators/TernaryIfElse.java import static net.mindview.util.Print.*; public class TernaryIfElse { static int ternary(int i) { return i < 10 ? i * 100 : i * 10; } static int stan
www.eeworm.com/read/454660/7386033

java rightshifttest2.java

// operators/RightShiftTest2.java // TIJ4 Chapter Operator, Exercise 12, page 116 /* Start with a number that is all binary ones. Left shift it, then use the * unsigned right-shift operator to rig
www.eeworm.com/read/443330/7634573

txt boothmultiplier.txt

-- Booth Multiplier -- This file contains all the entity-architectures for a complete -- k-bit x k-bit Booth multiplier. -- the design makes use of the new shift operators available in the VHDL-93
www.eeworm.com/read/435150/7796330

cpp prog3_04.cpp

// Program 3.4 Using the bitwise operators #include #include using std::cout; using std::endl; using std::setfill; using std::setw; int main() { unsigned long red = 0X
www.eeworm.com/read/434781/7801998

java rightshifttest2.java

// operators/RightShiftTest2.java // TIJ4 Chapter Operator, Exercise 12, page 116 /* Start with a number that is all binary ones. Left shift it, then use the * unsigned right-shift operator to rig
www.eeworm.com/read/199789/7822651

txt 布斯乘法器.txt

-- Booth Multiplier -- This file contains all the entity-architectures for a complete -- k-bit x k-bit Booth multiplier. -- the design makes use of the new shift operators available in the VHDL-93
www.eeworm.com/read/198238/7946506

txt 布斯乘法器.txt

-- Booth Multiplier -- This file contains all the entity-architectures for a complete -- k-bit x k-bit Booth multiplier. -- the design makes use of the new shift operators available in the VHDL-93