代码搜索:Mac 有哪些应用?

找到约 10,000 项符合「Mac 有哪些应用?」的源代码

代码结果 10,000
www.eeworm.com/read/418844/2082740

vhd mac_ch.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_signed.all; use work.correlate_and_accumulate_pack.all; entity mac_ch is port ( clk
www.eeworm.com/read/418844/2082764

v mac_ch.v

module mac_ch (input clk, input reset, input data_valid, input dv_enable, input [7:0] data_ch, output reg [20:0] mac_data, output mac_data
www.eeworm.com/read/418844/2082784

vhd mac_ch.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_signed.all; use work.correlate_and_accumulate_pack.all; entity mac_ch is port ( clk
www.eeworm.com/read/418564/2087201

h mac_main.h

/* * mac_main.h -- redefines main entry point */ #ifndef _mac_main_h #define _mac_main_h #undef main #define main tool_main #endif /* _mac_main_h */
www.eeworm.com/read/418564/2087203

c mac_main.c

/* * mac_main.c -- The REAL entry point which * calls the tools main code. For the tools * the symbol "main" has been #defined to "tool_main" * so that this entry point may be used to acces
www.eeworm.com/read/418017/2093063

s t-mac.s

.include "t-macros.i" start ;; clear FX loadpsw2 0x8005 loadacc2 a1 0x7f 0xffff 0xffff load r8 0xffff load r9 0x8001 test_macu1: MACU a1, r9, r8 checkacc2 1 a1 0x80 0x8000 0x7FFE ;; set FX
www.eeworm.com/read/418017/2093556

h tm-mac.h

/* Target-dependent definitions for Mac running MacOS. Copyright 1994, 1995 Free Software Foundation, Inc. This file is part of GDB. This program is free software; you can redistribute it a
www.eeworm.com/read/414886/2139781

pcf mac-cw.pcf

# # ***** BEGIN LICENSE BLOCK ***** # Version: RCSL 1.0/RPSL 1.0 # # Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved. # # The contents of this file, and the files i
www.eeworm.com/read/414826/2141342

tcl ns-mac.tcl

# # Copyright (c) 1997 Regents of the University of California. # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided th
www.eeworm.com/read/414826/2141459

tcl mac-test.tcl

#!/bin/sh # \ test -x ../../ns && nshome=../../ # \ exec ${nshome}ns "$0" "$@" set nshome "" if [file executable ../../ns] { set nshome ../../ } source ${nshome}tcl/lan/ns-mac.tcl source ${nshome}tc