代码搜索:10 是什么?
找到约 10,000 项符合「10 是什么?」的源代码
代码结果 10,000
www.eeworm.com/read/378266/9238852
gif image10.gif
www.eeworm.com/read/378229/9240346
lst 10 1602.lst
C51 COMPILER V8.08 10_1602 10/28/2008 12:51:04 PAGE 1
C51 COMPILER V8.08, COMPILATION OF MODULE 10_1602
OBJECT MODULE PLACED IN
www.eeworm.com/read/378229/9240351
c 10 1602.c
#include
#define uchar unsigned char //宏定义
#define uint unsigned int //宏定义
sbit rs=P3^5; //液晶数据命令选择端
sbit lcden=P3^4; //液晶写数据控制端
sbit dula=P2^6;
sbit wela=P2^7;
uchar t
www.eeworm.com/read/378229/9240357
obj 10 1602.obj
www.eeworm.com/read/181700/9240561
doc ja10.doc
www.eeworm.com/read/378191/9242102
vwf cnt10.vwf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/378191/9242104
bsf cnt10.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/378191/9242106
vhd cnt10.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity cnt10 is
port (clk, clr, ena: in std_logic;
cq: out std_logic_vector(3 downto 0);