搜索资源列表
C++程序设计语言实验四
- 实验七:C++编程入门 一、实验内容 1. 理解继承与组合。 2. 学会使用多态特性。 3. 使用文件。 4. 异常处理。 二、实验题目 1. 创建一个class Counted,包含一个int类型的成员变量id和一个static int类型的成员变量count。默认构造函数的开头为“Counted() : id(count ++) {”。要求: a) 构造函数输出id值并且输出“it’s being created”; b) 析构函数也输出id值并且输出“it is bein
luoyaxing
- 接口与通信实验报告,报告上有代码。 实验的题目如下: 8253定时/计数器实验、 8255并行接口实验、 数字式时钟(电子钟)、 D/A(数/模)转换实验、 A/D(模/数)转换实验、 -Interface with the communication experiment report, there are code. Experiments are as follows: 8253 timer/counter experiments, the expe
tongxinjiekou
- 接口与通讯实验报告(内有代码) 1、8253定时/计数器实验 2、8255并行接口实验 3、数字式时钟(电子钟) 4、D/A(数/模)转换实验 5、A/D(模/数)转换实验 -Interface and communication lab report (which contains code) 1,8253 timer/counter experiment 2,8255 Parallel Interface Experiment 3, digital clock (cl
ADC01
- C8051f单片机系列实验板进行A/D转换试验-C8051f MCU series experiment board A/D conversion experiment was carried out
Module-program
- 本人学生一枚,做过的大实验不多,现将我上学期做过的有关总线型智能温室大棚设计中五个传感器的代码奉上。我们涉及的传感器有空气温湿度传感器(DHT22)、土壤湿度传感器(FC-28)、土壤温度传感器(ds18b20)、光照传感器(bh1750FVI)、一氧化碳传感器(MQ7),其中土壤湿度传感器和一氧化碳传感器为模拟输出,所以用到了A/D转换,用的A/D转换器为ADS1256。-I am a student, done a lot of experiments, I have done last s
实验19:心电信号检测
- 将AD8232采集到的数据进行A/D转换功能(The A/D conversion function of the data collected by AD8232)