代码搜索:数字对讲机
找到约 10,000 项符合「数字对讲机」的源代码
代码结果 10,000
www.eeworm.com/read/275979/10779428
c adc0832.c
/*******************************************************
ADC0832数字电压表实验
网址:http://www.kaifaban.com
传感器接口说明:从左到右依次为通道1,地,通道2
功能:在数码管上显示传感器接口通道2输入的电压
www.eeworm.com/read/419896/10830042
h change.h
//change.h//
//数制转换函数集,将数字转换成ASCII字符串,结果保存到outbufful缓冲区
//#ifndef __CHANGE_H__
//#define __CHANGE_H__
#define UCHAR unsigned char
#define UINT unsigned int
#define ULONG unsigned long
#define L
www.eeworm.com/read/348667/10876607
h change.h
//change.h//
//数制转换函数集,将数字转换成ASCII字符串,结果保存到outbufful缓冲区
//#ifndef __CHANGE_H__
//#define __CHANGE_H__
#define UCHAR unsigned char
#define UINT unsigned int
#define ULONG unsigned long
#define L
www.eeworm.com/read/468150/6994357
h change.h
//change.h//
//数制转换函数集,将数字转换成ASCII字符串,结果保存到outbufful缓冲区
//#ifndef __CHANGE_H__
//#define __CHANGE_H__
#define UCHAR unsigned char
#define UINT unsigned int
#define ULONG unsigned long
#define L
www.eeworm.com/read/463564/7178214
m appl7_2.m
%Appl7_2
%用快速Fourier变换(FFT)对数字信号进行频谱分析的程序
load grbx3.txt; %读取数据序列
Xt=grbx3; %把数据赋值给变量
Fs=50; %设定采样率 单位(H
www.eeworm.com/read/463075/7189561
c vad549.c
sbit VCS549=P0^7;
sbit VDATAOUT549=P0^6;
sbit VCLK549=P0^5;
/*********函数名称:ADCSelChannel********
*
*功能:转换指定通道的模拟量为数字量
*
*说明:
*
*位置:1
*
****************************************/
void del
www.eeworm.com/read/463075/7189565
c iad549.c
sbit ICS549=P0^2;
sbit IDATAOUT549=P0^1;
sbit ICLK549=P0^0;
/*********函数名称:ADCSelChannel********
*
*功能:转换指定通道的模拟量为数字量
*
*说明:
*
*位置:1
*
****************************************/
void del
www.eeworm.com/read/460925/7237493
c max6675.c
#include
#include
#include
#include "SVM12864_lcd.h"
#define uchar unsigned char
#define uint unsigned int
//--------------热电偶数字转换器MAX6675
sbit SO=P1^0;
sbit C
www.eeworm.com/read/460903/7238049
h head.h
#include
using namespace std;
class xconvert10
{
public:
xconvert10(); //构造函数,输入要输入数字的进制
void output(); //测试输出用函数 @@注已经修改测试完毕删除@@
void convert(); //将X进制转换为十进制数
vo
www.eeworm.com/read/457691/7320915
h change.h
//change.h//
//数制转换函数集,将数字转换成ASCII字符串,结果保存到outbufful缓冲区
//#ifndef __CHANGE_H__
//#define __CHANGE_H__
#define UCHAR unsigned char
#define UINT unsigned int
#define ULONG unsigned long
#define L