代码搜索:A2D

找到约 92 项符合「A2D」的源代码

代码结果 92
www.eeworm.com/read/189368/8473579

a2d

www.eeworm.com/read/306201/13749899

txt a2d(digitaldeng).txt

-- tlc0820ac ---a/d转换 library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; entity a2d is port(clk :in std_logic;--输入时钟信号50MHz rst : in st
www.eeworm.com/read/306201/13749952

txt a2d(4.20).txt

-- tlc0820ac ---a/d转换 library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; entity a2d is port(clk :in std_logic;--输入时钟信号50MHz rst : in st
www.eeworm.com/read/305180/13777402

txt a2d(digitaldeng).txt

-- tlc0820ac ---a/d转换 library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; entity a2d is port(clk :in std_logic;--输入时钟信号50MHz rst : in st
www.eeworm.com/read/305180/13777455

txt a2d(4.20).txt

-- tlc0820ac ---a/d转换 library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; entity a2d is port(clk :in std_logic;--输入时钟信号50MHz rst : in st
www.eeworm.com/read/306201/13749948

txt a2d(digitaldeng)bufen.txt

if val(3 downto 0)>"1001" then val(3 downto 0)"1000" then val(7 downto 4)
www.eeworm.com/read/305180/13777451

txt a2d(digitaldeng)bufen.txt

if val(3 downto 0)>"1001" then val(3 downto 0)"1000" then val(7 downto 4)
www.eeworm.com/read/306201/13749894

bak a2d(digitaldeng)bufen.txt.bak

if val(3 downto 0)>"1001" then val(3 downto 0)"1000" then val(7 downto 4)
www.eeworm.com/read/305180/13777397

bak a2d(digitaldeng)bufen.txt.bak

if val(3 downto 0)>"1001" then val(3 downto 0)"1000" then val(7 downto 4)
www.eeworm.com/read/181257/9262686

c a2demo.c

#include /* Basic A2D sample code for an PIC16F87x device. * This code willl set up the A2D module to return an * 8-Bit result. If greater precision is needed, a 10-Bit * result can b