代码搜索:熔丝位

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

代码结果 10,000
www.eeworm.com/read/415351/11075489

txt 8位相等比较器.txt

-- 8-bit Identity Comparator -- uses 1993 std VHDL -- download from www.pld.com.cn & www.fpga.com.cn library IEEE; use IEEE.Std_logic_1164.all; entity HCT688 is port(Q, P : in std_logic_v
www.eeworm.com/read/415351/11075545

txt 8位总线收发器:74245.txt

-- Octal Bus Transceiver -- This example shows the use of the high impedance literal 'Z' provided by std_logic. -- The aggregate '(others => 'Z')' means all of the bits of B must be forced to 'Z'.
www.eeworm.com/read/415351/11075560

txt 8位相等比较器.txt

-- 8-bit Identity Comparator -- uses 1993 std VHDL -- download from www.pld.com.cn & www.fpga.com.cn library IEEE; use IEEE.Std_logic_1164.all; entity HCT688 is port(Q, P : in std_logic_v
www.eeworm.com/read/414756/11103362

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/268031/11156140

txt 8位相等比较器.txt

-- 8-bit Identity Comparator -- uses 1993 std VHDL -- download from www.pld.com.cn & www.fpga.com.cn library IEEE; use IEEE.Std_logic_1164.all; entity HCT688 is port(Q, P : in std_logic_v
www.eeworm.com/read/237993/13914285

txt 18位身份证格式验证算法.txt

function IDToNewID(ID: String): String; var i,SfzXy:Integer; XYM:String; a:array[0..17] of string; begin a[0]:='0'; a[1]:='7'; a[2]:='9'; a[3]:='10'; a[4]:='5'; a[5]:='8'; a[6]:='4'; a[7]
www.eeworm.com/read/300144/13932617

c 16位处理portab.c

/*************************************************************************** 功能:一个按键(PTIJ_PTIJ6)按两下 启动标准LED(16位PORTAB)调试 作者:唐小进 时间:08.2.5 现象:第一次按下,四个指示灯亮,第二次按下,运行标准LED 注意: 1.设置按键要有 DDRJ_DDRJ
www.eeworm.com/read/111009/15520323

txt 第10章 位(bit)和字节(byte).txt

C语言编程常见问题解答 发表日期:2003年10月13日 已经有1344位读者读过此文 第10章 位(bit)和字节(byte) 位指的是二进制系统中的一位,它是最小的信息单位。位的用处可以从两方面去分析:第一,计算机对位的值可以有任意多种解释,例如表示"yes’’或"no”,或 ...
www.eeworm.com/read/109279/15560495

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/106530/15635129

txt 一个字节位颠倒.txt

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