代码搜索:Mac 开发教程
找到约 10,000 项符合「Mac 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/491340/6438814
v mac_tp.v
'timescale 1ns/1ns
`include "mac.v"
module mac_tp;
reg[7:0] opa,opb;
reg clr,clk;
wire[15:0] out;
parameter DELY = 100;
MAC m1(out,opa,opb,clk,clr);
always #(DELY) clk = ~clk;
initial
www.eeworm.com/read/491051/6439807
s51 mac.s51
//////////////////////////////////////////////////////////////////////////////
// /
// IAR 8051 C/C++ Compiler V7.20H/W32
www.eeworm.com/read/419079/6439946
h obj_mac.h
www.eeworm.com/read/491051/6440021
r51 mac.r51
www.eeworm.com/read/490874/6444665
ico mac03.ico
www.eeworm.com/read/490874/6444688
ico mac04.ico
www.eeworm.com/read/490874/6444689
ico mac01.ico
www.eeworm.com/read/490874/6444694
ico mac02.ico
www.eeworm.com/read/490948/6446204
mac send_gps.mac
NOLIST
; PicBasic Pro Compiler 2.44, (c) 1998, 2003 microEngineering Labs, Inc. All Rights Reserved.
LABEL?L macro Label
RST?RP
ifdef PM_USED
LALL
Label
XALL
www.eeworm.com/read/490948/6446205
mac read_gps.mac
NOLIST
; PicBasic Pro Compiler 2.44, (c) 1998, 2003 microEngineering Labs, Inc. All Rights Reserved.
LABEL?L macro Label
RST?RP
ifdef PM_USED
LALL
Label
XALL