代码搜索:multiply

找到约 4,286 项符合「multiply」的源代码

代码结果 4,286
www.eeworm.com/read/241378/13148469

asm multiply.asm

;--------------------------- ; Test for uumul ;--------------------------- org 0x0000 ldi r0 0xaa ldi r1 0x55 pmov a1 0x3872 umul r1 cmp r2 jmpa ne error mov r0 r1 cmp r3
www.eeworm.com/read/321677/13401020

vhd multiply.vhd

-- MULTIPLY UNIT library ieee ; use ieee.std_logic_1164.all ; use ieee.std_logic_arith.all ; use work.butter_lib.all ; use ieee.std_logic_unsigned.all ; entity multiply is port( num_m
www.eeworm.com/read/317938/13493060

cpp multiply.cpp

//数乘问题 //给定一个m位数字和乘号数量n,n
www.eeworm.com/read/317938/13493061

plg multiply.plg

Build Log --------------------Configuration: multiply - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1\SKYW
www.eeworm.com/read/317938/13493062

dsp multiply.dsp

# Microsoft Developer Studio Project File - Name="multiply" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86)
www.eeworm.com/read/317938/13493063

ncb multiply.ncb

www.eeworm.com/read/317938/13493064

opt multiply.opt

www.eeworm.com/read/317938/13493065

dsw multiply.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # 警告: 不能编辑或删除该工作区文件! ############################################################################### Project: "multiply"=".\multip
www.eeworm.com/read/309319/13674228

vhd multiply.vhd

-- MULTIPLY UNIT library ieee ; use ieee.std_logic_1164.all ; use ieee.std_logic_arith.all ; use work.butter_lib.all ; use ieee.std_logic_unsigned.all ; entity multiply is port( num_m
www.eeworm.com/read/309029/13683400

txt multiply.txt

//大数乘法 #include using namespace std; int main() { int i,j; char a[201]={0},b[201]={0}; while(scanf("%s%s",&a,&b)==2) { strrev(a); strrev(b); int res[400]={0};//注意它的位