代码搜索:Micro
找到约 10,000 项符合「Micro」的源代码
代码结果 10,000
www.eeworm.com/read/477144/6739243
qpf micro_40_50.qpf
www.eeworm.com/read/405944/11452460
gif st20_micro.gif
www.eeworm.com/read/154901/11919649
qpf micro_40_50.qpf
www.eeworm.com/read/254802/12117531
asm micro-os_loader.asm
; This is a very basic example
; of a tiny Operating System.
; Directive to create BOOT file:
#MAKE_BOOT#
; This is an OS loader only!
;
; It can be loaded at the first
; sector of a flo
www.eeworm.com/read/254802/12117582
asm micro-os_kernel.asm
; This is a very basic example
; of a tiny operating system.
;
; This is Kernel module!
;
; It is assumed that this machine
; code is loaded by 'micro-os_loader.asm'
; from floppy drive from:
www.eeworm.com/read/131754/14131467
vhd micro_master_tb.vhd
-- micro_master_tb.vhd
--
-- Created: 6/17/99 ALS
-- This file emulates the uC that interfaces to the I2C design. This testbench
-- will interface to one I2C post-layout design and configure this
www.eeworm.com/read/131754/14131476
vhd micro_slave_tb.vhd
-- micro_slave_tb.vhd
--
-- Created: 6/3/99 ALS
-- This file emulates the uC that interfaces to the I2C design. This testbench
-- will interface to an instantiation of the I2C design and configure
www.eeworm.com/read/131754/14131502
do micro_test_post.do
vlib work
vcom -just e -87 -explicit -work work i2c_timesim.vhd
vcom -skip e -87 -explicit -work work i2c_timesim.vhd
vcom -just e -87 -explicit -work work pullup.vhd
vcom -skip e -87 -expli
www.eeworm.com/read/131754/14131509
vhd micro_test_post.vhd
--***********************************************************************************************
-- micro_test_post.vhd
--
-- Created: 3/13/00 ALS
-- This file is the top level testbench that ins