代码搜索:熔丝位

找到约 10,000 项符合「熔丝位」的源代码

代码结果 10,000
www.eeworm.com/read/381939/9062716

txt 11位的lcd带ad与中断.txt

#include #include #include #define uint unsigned int #define uchar unsigned char //===================定义MCU与LCD的接口=================== #define set_lcd_
www.eeworm.com/read/377927/9257543

mht 7--16位无符号数排序.mht

From: Subject: =?gb2312?B?yrXA/Tc=?= Date: Tue, 7 Oct 2003 01:59:03 +0800 MIME-Version: 1.0 Content-Type: text/html; charset="gb2312" Content-Transfer-Encod
www.eeworm.com/read/373195/9469974

txt 一个字节位颠倒.txt

要把一个字节位颠倒,既0x80变为0x01,有两种方法 [龙啸九天] [831次] 01-3-24 下午 07:56:05 /*———————————————————— 〖说明〗要把一个字节位颠倒,既0x80变为0x01,有两种方法: uchar a,b; b=upset(a); 或 b=UpsetChar[a]; 一个代码小,但速度慢,一个代码大、但速度快。 〖文件〗upset.c
www.eeworm.com/read/166954/9988215

txt 8位相等比较器.txt

library IEEE; use IEEE.Std_logic_1164.all; entity HCT688 is port(Q, P : in std_logic_vector(7 downto 0); GBAR : in std_logic; PEQ : out std_logic); end HCT688; architecture VER1
www.eeworm.com/read/355643/10252116

txt 2051做的4位电子钟.txt

S_1 EQU 30H ;秒寄存器 M_1 EQU 31H ;分寄存器 H_1 EQU 32H ;時寄存器 ORG 00H LJMP START ORG 0000BH ;定时器T0中斷入口 LJMP TIMER ORG 30H START: MOV S_1, #0 ;秒寄存器清0