代码搜索:熔丝位
找到约 10,000 项符合「熔丝位」的源代码
代码结果 10,000
www.eeworm.com/read/199789/7822563
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/199789/7822587
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/399506/7855570
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/399237/7879128
txt 5位 哲学家进餐的问题.txt
C或C++, 来模拟 5位 哲学家进餐的问题:
为每个哲学家使用POSIX线程(pthread)建立独立的线程(有独立的id),用互斥(叉子其他哲学家使用时,另一个哲学家不能使用)和条件(哲学家饿了才尝试去得到叉子,得到相邻的左右两把叉子才能进餐)来分到叉子。
关键事件:
1. 哲学家饿了就要尝试去得到叉子。
2. 哲学家得到相邻的左右两把叉子才可以进餐
3. 吃完了 ...
www.eeworm.com/read/198238/7946315
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/198238/7946353
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/197597/7984759
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/196091/8115372
bmp 24位图轮廓提取2.bmp
www.eeworm.com/read/146200/12664318
bak 6位秒表_uv2.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2,
Options 1,0,0
www.eeworm.com/read/145313/12736115
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'.