代码搜索:B
找到约 10,000 项符合「B」的源代码
代码结果 10,000
www.eeworm.com/read/416944/11009139
c s6b33b.c
void Data_Write(unsigned char wdata)
{
A0 = 1;
LCD_DATA_L = wdata;
WRB = 0;
WRB = 1;
}
void Command_Write(unsigned char wdata)
{
A0 = 0;
LCD_DATA_L = wdata;
WRB = 0;
WRB = 1;
}
www.eeworm.com/read/408221/6964431
vhd encoder_8b10b.vhd
-- (C) COPYRIGHT PLD APPLICATIONS 1998-2000, ALL RIGHTS RESERVED
-- BUILD G8B10B_0100
library ieee;
use ieee.std_logic_1164.all;
entity encoder_8b10b is
port
(
clk : in std_logic;
www.eeworm.com/read/408221/6964432
vhd decoder_8b10b.vhd
-- (C) COPYRIGHT PLD APPLICATIONS 1998-2000, ALL RIGHTS RESERVED
-- BUILD G8B10B_0100
library ieee;
use ieee.std_logic_1164.all;
entity decoder_8b10b is
port
(
clk : in std_logic;
www.eeworm.com/read/103516/7130805
c c03b1b.c
/* .c freeware xhunga@tiscali.fr
*/
/* --------------------------------- INCLUDES ------------------------------- */
#include "xa_hfile.h"
#include
www.eeworm.com/read/103516/7130810
c c03b3b.c
/* .c freeware xhunga@tiscali.fr
*/
/* --------------------------------- INCLUDES ------------------------------- */
#include "xa_hfile.h"
#include
www.eeworm.com/read/103516/7130830
c c03b2b.c
/* .c freeware xhunga@tiscali.fr
*/
/* --------------------------------- INCLUDES ------------------------------- */
#include "xa_hfile.h"
#include
www.eeworm.com/read/103516/7130839
c c03b4b.c
/* .c freeware xhunga@tiscali.fr
*/
/* --------------------------------- INCLUDES ------------------------------- */
#include "xa_hfile.h"
#include
www.eeworm.com/read/458095/7313257
srf epson646b2b.srf
www.eeworm.com/read/446694/7571093