代码搜索:电子脱扣器
找到约 10,000 项符合「电子脱扣器」的源代码
代码结果 10,000
www.eeworm.com/read/329604/12945942
tsc 跟随器opa843.tsc
www.eeworm.com/read/329134/12978784
txt 表决器源代码.txt
-- Three-input Majority Voter
-- The entity declaration is followed by three alternative architectures which achieve the same functionality in different ways.
-- download from: www.pld.com.cn & w
www.eeworm.com/read/141789/12984231
doc 函数信号发生器.doc
www.eeworm.com/read/242787/12985787
八路抢答器
www.eeworm.com/read/141323/13022733
url 教程阅读器下载.url
[DEFAULT]
BASEURL=http://www.zwye.com/help.htm
[InternetShortcut]
URL=http://www.zwye.com/help.htm
Modified=E0BBDA025768C501FC
www.eeworm.com/read/328490/13024647
txt 如何设置显示器.txt
电脑显示器的相关设置与常见故障排除方法
一、如何达到最佳使用效果
1.显示器刷新率的设置:刷新率即场频,指每秒钟重复绘制画面的次数,以hz为单位。刷新率越高,画面显示越稳定,闪烁感就越小。一般人的眼睛对于75hz以上的刷新率基本感觉不到闪烁,85hz以上则完全没有闪烁感,所以vesa国际视频协会将85hz逐行扫描制定为无闪烁标准。普通彩色电视机的刷新率只有50hz,目前 ...
www.eeworm.com/read/141285/13024702
txt 最高优先译码器.txt
--Highest Priority Encoder
-- download from www.pld.com.cn & www.fpga.com.cn
LIBRARY ieee;
USE ieee.std_logic_1164.ALL;
entity priority is
port(I : in bit_vector(7 downto 0); --inputs
www.eeworm.com/read/141282/13024754
txt 简单的锁存器.txt
-- MAX+plus II VHDL Example
-- Latch Inference
-- Copyright (c) 1994 Altera Corporation
Library IEEE ;
use IEEE.std_logic_1164.all ;
ENTITY latchinf IS
PORT
(
enable, data : IN BIT;
www.eeworm.com/read/141282/13024783
txt 最高优先译码器.txt
--Highest Priority Encoder
-- download from www.pld.com.cn & www.fpga.com.cn
LIBRARY ieee;
USE ieee.std_logic_1164.ALL;
entity priority is
port(I : in bit_vector(7 downto 0); --inputs
www.eeworm.com/read/141282/13024846
txt 步进电机控制器.txt
-- dowload from: www.fpga.com.cn & www.pld.com.cn
LIBRARY IEEE;
USE IEEE.std_logic_1164.ALL;
USE IEEE.std_logic_unsigned.ALL;
USE IEEE.std_logic_arith.ALL;
ENTITY step_motor IS
PORT(
f