代码搜索:Add

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

代码结果 10,000
www.eeworm.com/read/162344/10312892

v add.v

`timescale 1ns/10ps `define bw 12 module add(a1,a2,sum); input [`bw-1:0] a1,a2; output [`bw-1:0] sum; wire [`bw-1:0] sum=a1+a2; endmodule
www.eeworm.com/read/280538/10314744

gif add.gif

www.eeworm.com/read/280538/10317075

gif add.gif

www.eeworm.com/read/162211/10325701

c add.c

/* * Copyright 1992 by Jutta Degener and Carsten Bormann, Technische * Universitaet Berlin. See the accompanying file "COPYRIGHT" for * details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
www.eeworm.com/read/425432/10357152

ico add.ico

www.eeworm.com/read/354300/10367963

asp add.asp

www.eeworm.com/read/354300/10368829

asp add.asp

www.eeworm.com/read/354300/10368955

asp add.asp

www.eeworm.com/read/425160/10376017

add_item

0-201-78345-X 3 20.00 0-201-78345-X 2 25.00
www.eeworm.com/read/425160/10376173

cpp add.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