代码搜索:Mac 有哪些应用?
找到约 10,000 项符合「Mac 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/202497/15380675
txt mac-encodings.txt
# The items on the left are names of CFStringEncoding values (without the leading kCFStringEncoding).
# The items on the right are IANA character set names. Names listed in character-sets.txt are not
www.eeworm.com/read/201721/15398143
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/200854/15421707
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/200237/15437116
exe cluster_mac.exe
www.eeworm.com/read/113517/15454514
mac fxemu2.mac
; Snes9x - Portable Super Nintendo Entertainment System (TM) emulator.
;
; Super FX assembler emulator code
; (c) Copyright 1998, 1999 zsKnight and _Demo_.
;
; Permission to use, copy, modify and dist
www.eeworm.com/read/112269/15490483
c part_mac.c
/*
* (C) Copyright 2000
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free softwa
www.eeworm.com/read/112269/15490484
h part_mac.h
/*
* (C) Copyright 2000
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free softwa
www.eeworm.com/read/110194/15540325
c get_mac.c
/********************************* begin ********************************/
#include
#include
#include
#include
#include
www.eeworm.com/read/109800/15548063
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/109799/15548215
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