代码搜索:如何学习 Mac?
找到约 10,000 项符合「如何学习 Mac?」的源代码
代码结果 10,000
www.eeworm.com/read/199072/7891231
skn mac.skn
www.eeworm.com/read/199072/7891242
skn mac.skn
www.eeworm.com/read/433929/7903387
cpp mac.cpp
用C++获取硬盘的序列号ID以及网卡的MAC地址的源代码,可以用此方式结合md5加密算法进行软件加密。
//获取硬盘ID信息及网卡MAC地址的代码
/*+++
HDID.CPP
Written by Lu Lin
http://lu0.126.com
2000.11.3
---*/
#include
#include
www.eeworm.com/read/198319/7941127
asm mac.asm
.equ WMCON, 0x96
.nolist
.include "../include/param.inc"
.include "../include/8019.inc"
.include "../include/cpu.inc"
.list
.global macdmp0, macdmp
;CPU_DIR SEGMENT CODE
; RSEG CPU_DIR
.section cp
www.eeworm.com/read/297875/7990762
v mac.v
module MAC(out,opa,opb,clk,clr);
output[15:0] out;
input[7:0] opa,opb;
input clk,clr;
wire[15:0] sum;
reg[15:0] out;
function[15:0] mult;
input[7:0] opa,opb;
reg[15:0] result;
integer i;
www.eeworm.com/read/297661/8005447
h mac.h
#ifndef __MAC_H
#define __MAC_H
int s3c44b0_eth_init(void);
int s3c44b0_eth_send(unsigned char *data, unsigned int len);
int s3c44b0_eth_rcv(unsigned char *data, unsigned int *len);
int s3c44b0_eth_g
www.eeworm.com/read/297661/8005497
c mac.c
/*修改说明:加高电压后,去掉了SetRegPage中判断net_start标志*/
#include "DataType.h"
#include "eth.h"
#include "utils.h"
#include "console.h"
#include "mac.h"
#include "Rtl8019.h"
//#define RTL8019_OP_16
#def
www.eeworm.com/read/297661/8005535
o mac.o
www.eeworm.com/read/297600/8008786
mac _objects.mac
ALPHA_OBJECTS= \
$(_OBJ_DIR)\alpha\passthru.res \
$(_OBJ_DIR)\alpha\miniport.obj \
$(_OBJ_DIR)\alpha\passthru.obj \
$(_OBJ_DIR)\alpha\protocol.obj \
$(_OBJ_DIR)\alpha\ptextend
www.eeworm.com/read/297340/8028896
cc mac.cc
/* -*- Mode:C++; c-basic-offset:8; tab-width:8; indent-tabs-mode:t -*- */
/* Modified and extended by Pablo Martin and Paula Ballester,
* Strathclyde University, Glasgow.
* June, 2003.
*/
/* Copyr