代码搜索:数字对讲机

找到约 10,000 项符合「数字对讲机」的源代码

代码结果 10,000
www.eeworm.com/read/419051/10888785

h 12864.h

//12864显示屏的,每一行的显示中文是8个汉字【16个字母,包括数字】 ,从左到右数顺序是0~7。 //==========================================lcd 12864写命令===============================================// write_command(uchar command) { lcd_rs=
www.eeworm.com/read/418162/10962801

htm 6.1 下拉框实现多选.htm

标题页 首都图书馆 首都新华书店 首都数字图书馆
www.eeworm.com/read/417327/10994275

cpp guessthenumdlg.cpp

// GuessTheNumDlg.cpp : implementation file // #include "stdafx.h" #include "GuessTheNum.h" #include "GuessTheNumDlg.h" int RandNum;//随机数 int Num[4];//保存生成的数字的数组 int count=10;//猜数的次数 int G
www.eeworm.com/read/470983/6902389

vhd temperature.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity temperature is port( clk:in std_logic;-------时钟1MHz dq:in std_logic;---------数字温度串行输入端口 d:out std_logic;
www.eeworm.com/read/267981/7120885

h lcd.h

#ifndef __LCD_H__ #define __LCD_H__ void LcdClear(); void LcdInit(); bit SetPos(unsigned char x,unsigned char y); void LcdPrint(unsigned char *c, unsigned char len); //必须注意数字和字符必须为偶数,否则汉字会乱码 bi
www.eeworm.com/read/462603/7200035

java notepad.java

import java.io.*; import java.awt.*; import java.awt.event.*;//包含事件包 import java.util.*; import java.util.Date;//包含时间、日期、数字 import java.text.SimpleDateFormat; import javax.swing.*; import javax
www.eeworm.com/read/462286/7203540

c keyscan.c

//#include #include #include #include //#include"ziku.h" #include"LCD19264.c" #define nop() _nop_() /*定义空指令*/ #define ZERO 0x00 //数字0
www.eeworm.com/read/438277/7216676

c ex6-2.c

/* 标题:范例 6-2 版本:1.0 Target:89S51 程序描述:数字电压表*/ /* **************************************************** */ #include #define TIMER0_COUNT 0xDC11 /* 10000h-(11,059,200/(12*
www.eeworm.com/read/460938/7237304

c main.c

/*================================================================== AV解码功率放大器 主控MCU: MX10FMAXDPC 显示芯片: PT16312 音量控制芯片: M62429 数字音频接收芯片: CS8415 AUDIO DAC: CS4360
www.eeworm.com/read/459089/7282818

txt x9313--c51.txt

//X9313数字电位器驱动 #include sbit INC=P1^0; sbit UD=P1^1; sbit CS=P1^2; /**************************************************************************** 函数名称: Delay() 函数功能: 实现延时