代码搜索:Mac 开发教程
找到约 10,000 项符合「Mac 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/344792/11859895
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/343882/11920529
c set_mac.c
#include "socket_base.h"
#define MAC_ADDR "00:11:22:33:44:66"
char *next_cmd = "reboot";
int main(int argc, char *argv[])
{
//open network lclient
COMMANDPAR par1;
HTRANSINTERFACE cmdFile = NULL;
www.eeworm.com/read/257336/11933447
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/342939/11988727
d mac.o.d
mac.o: mac.c led.h type.h os.h app.h message.h mac.h macClock.h global.h \
physical.h fun.h dataqueue.h radiocontrol.h \
d:/WinAVR/bin/../lib/gcc/avr/3.4.1/../../../../avr/include/avr/io.h \
www.eeworm.com/read/256461/11998763
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/153768/12008236
ch comm-mac.ch
This is the change file to CWEB's COMMON for porting to Macintoshes.
No changes to CTANGLE or CWEAVE are needed.
(Contributed 13 Oct 2000 by AndPio@aol.com; slightly edited by Don Knuth)
@x in limbo
www.eeworm.com/read/153763/12008600
inc isr_mac.inc
;********************************************************************************************************
; uC/OS-II
;
www.eeworm.com/read/255665/12066946
h tomcrypt_mac.h
#ifdef HMAC
typedef struct Hmac_state {
hash_state md;
int hash;
hash_state hashstate;
unsigned char *key;
} hmac_state;
int hmac_init(hmac_state *hmac, int ha
www.eeworm.com/read/255665/12067043
h tomcrypt_mac.h
#ifdef HMAC
typedef struct Hmac_state {
hash_state md;
int hash;
hash_state hashstate;
unsigned char *key;
} hmac_state;
int hmac_init(hmac_state *hmac, int ha