代码搜索:Mac 有哪些应用?
找到约 10,000 项符合「Mac 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/236729/14000532
mac ibm-note.mac
www.eeworm.com/read/236729/14000599
mac ibm-note.mac
www.eeworm.com/read/235944/14039714
mac sam7.mac
// ---------------------------------------------------------
// ATMEL Microcontroller Software Support - ROUSSET -
// ---------------------------------------------------------
// The software
www.eeworm.com/read/235932/14040707
mac sam7.mac
// ---------------------------------------------------------
// ATMEL Microcontroller Software Support - ROUSSET -
// ---------------------------------------------------------
// The software
www.eeworm.com/read/235929/14041132
mac sam7.mac
// ---------------------------------------------------------
// ATMEL Microcontroller Software Support - ROUSSET -
// ---------------------------------------------------------
// The software
www.eeworm.com/read/132994/14063785
pl mac2.pl
#!/usr/local/bin/perl
# Author: Christopher G. Phillips
# Copyright (C) 1994 All Rights Reserved
#
# NOTICE
#
# Permission to use, copy, mod
www.eeworm.com/read/132793/14072686
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/132665/14080572
h config-mac.h
/* config.h generated manually for macos. */
/* Define if you have the strftime function. */
#define HAVE_STRFTIME
/* Define if you have the ANSI C header files. */
#define STDC_HEADERS
#define
www.eeworm.com/read/234952/14091039
sh build-mac.sh
#!/bin/sh
############################################################
# Variables
############################################################
STAGING="roadnav.dmg.staging"
TMPDMG="tmproadnav.dmg"
www.eeworm.com/read/203569/15355547
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