代码搜索:数字对讲机
找到约 10,000 项符合「数字对讲机」的源代码
代码结果 10,000
www.eeworm.com/read/176116/9515913
cpp 词法分析.cpp
#include
#include
#include
#include
using namespace std;
#define norow 13 //保留字的个数
#define nmax 14 //数字允许的最长位数
#define al 10 //标识符最长长度
fstream
www.eeworm.com/read/371832/9534751
h str.h
//文件str.h
#include
using namespace std;
#ifndef SELECT_STR
#define SELECT_STR
/*************************************************************************
如果字符串中含有大小写字母和阿拉伯数字以外的字符,则返
www.eeworm.com/read/361602/10044143
c main.c
/****************************************************
程序功能:在1602液晶上显示一个数字日历,可以通过
四个按键来设置各种参数
-----------------------------------------------------
测试说明:(1)按K1键进入设置模式并可以选择更改参
www.eeworm.com/read/361418/10053466
c ex6-2.c
/*
标题:范例 6-2
版本:1.0
Target:89S51
程序描述:数字电压表*/
/* **************************************************** */
#include
#define TIMER0_COUNT 0xDC11 /* 10000h-(11,059,200/(12*
www.eeworm.com/read/165501/10059325
c 66.c
#include
#include
char c_je[51]; /*大写金额字符变量*/
char* zh( x ) /*数字金额转换为大写金额子程序*/
double x; /*要转换的金额数*/
{
int i, n, bz;
cha
www.eeworm.com/read/354720/10331396
c digitalvoltmeter.c
/***************************************************
文件名 :DigitalVoltmeter.c **
功能描述:数字式电压表,在四个发光二极管上显示AN15**
通道的电压采样值采样和显示精度为0.001V **
***************************
www.eeworm.com/read/352938/10492193
bak lcd.c.bak
#include
#include"lcd.h"
// 全局变量F
unsigned char DisplayData[7]; // 分离出数字存入的数组
unsigned char ZeroFlag = 0; // 清零标志
unsigned char InterfaceIndex = 1; // 界面索引
unsign