代码搜索:光信号检测

找到约 10,000 项符合「光信号检测」的源代码

代码结果 10,000
www.eeworm.com/read/455600/7369629

a51 sh605.a51

;定义端口 SCL EQU P1.0; SDA EQU P1.1; ;开始信号的传递 START: CLR SCL; SETB SDA; ACALL DELAY; SETB SCL; ACALL DELAY; CLR SDA; ACALL DELAY; CLR SCL; RET; ;停止信号的传递 STOP: CLR SCL; CLR SD
www.eeworm.com/read/455332/7373247

vhd display.vhd

library ieee; use ieee.std_logic_1164.all; entity DISPLAY is port(d:in std_logic_vector(3 downto 0);----连接seltime扫描部分d信号 q:out std_logic_vector(6 downto 0));----输出段选信号(电平) end DISPLAY;
www.eeworm.com/read/451632/7461049

vhd cnt32b.vhd

LIBRARY IEEE; --正弦信号发生器源文件 USE IEEE.STD_LOGIC_1164.ALL; USE IEEE.STD_LOGIC_UNSIGNED.ALL; ENTITY CNT32B IS PORT ( CLK : IN STD_LOGIC; --信号源时钟 DOUT : OUT STD_LOGI
www.eeworm.com/read/443698/7626860

txt lcdelectronicclock.txt

library ieee ; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; entity lcd_driver is port ( clk : in std_logic ; --状态机时钟信号,同时也是液晶时钟信号 r
www.eeworm.com/read/439857/7700287

m m06_amodce.m

Fs = 100; % 信号采样频率 t = [0:1/Fs:5]'; % 信号采样时间 % Combine three signals into a three-column matrix. % Each signal occupies one column. x = [sin(2*pi*t), .5*cos(5*pi*t), sawtooth(4*t)]; y = amodce(x,
www.eeworm.com/read/297025/8060096

v readfifo1.v

//模块名称 //模块功能: //外部引脚信号 //内部信号 //版本号 1.0 //日期 //作者 //更改说明 module readfifo1( //===============输出引脚定义================================ fifo1re,fifo1oe,fifo1rrst,fifo1rclk, //=================输
www.eeworm.com/read/245506/12797226

m m06_amodce.m

Fs = 100; % 信号采样频率 t = [0:1/Fs:5]'; % 信号采样时间 % Combine three signals into a three-column matrix. % Each signal occupies one column. x = [sin(2*pi*t), .5*cos(5*pi*t), sawtooth(4*t)]; y = amodce(x,
www.eeworm.com/read/243968/12903082

a51 sh605.a51

;定义端口 SCL EQU P1.0; SDA EQU P1.1; ;开始信号的传递 START: CLR SCL; SETB SDA; ACALL DELAY; SETB SCL; ACALL DELAY; CLR SDA; ACALL DELAY; CLR SCL; RET; ;停止信号的传递 STOP: CLR SCL; CLR SD
www.eeworm.com/read/242794/12985569

c text.c

/******************************************************** 压力测试仪 系统描述;输入 15--115kPA压力信号 输出 00h--ffh数字信号(adc0809) 在LED上显示实际的压力值,如果超限则报警 线性区间标度变换公式: y=(11
www.eeworm.com/read/325579/13195567

a51 sh605.a51

;定义端口 SCL EQU P1.0; SDA EQU P1.1; ;开始信号的传递 START: CLR SCL; SETB SDA; ACALL DELAY; SETB SCL; ACALL DELAY; CLR SDA; ACALL DELAY; CLR SCL; RET; ;停止信号的传递 STOP: CLR SCL; CLR SD