-
1602液晶显示的计算器
应用背景KEIL 1602液晶显示的计算器 单片机51开发例子关键技术 51开发例子 LCD1602的程序例子 支持KEIL下载
- 2022-02-05 14:55:30下载
- 积分:1
-
linux编程入门之c语言环境,对于学习c语言和linux都有好处的
linux编程入门之c语言环境,对于学习c语言和linux都有好处的-domain c programming language environment for learning language and c are beneficial linux
- 2023-03-30 16:10:03下载
- 积分:1
-
对传感器MPU6050进行调试设置参数(硬件IIC)
#include "stm32f10x.h"#include "I2C_MPU6050.h"#include "usart1.h"#include "delay.h"int main(void){ InitMPU6050();/***********************************************************************/while(1){printf("
---------------%d
",GetData(ACCEL_XOUT_H));printf("
----------------%d
",GetData(ACCEL_YOUT_H)); printf("
------------------%d
",GetData(ACCEL_ZOUT_H)); printf("
---------------%d
",GetData(GYRO_XOUT_H)); printf("
-----------------%d
",GetData(GYRO_YOUT_H)); printf("
---------Ã---------%d
",GetData(GYRO_ZOUT_H));delay_ms(500);} }/******************* (C) COPYRIGHT 2012 WildFire Team *****END OF FILE************/
- 2022-01-28 09:30:30下载
- 积分:1
-
STM32F4的两个USB host例程--U盘和鼠标键盘
应用背景用于STM32F407 USB host的两个例程,可以读写U盘和鼠标键盘,通过键盘可输入数值修改数据关键技术修改了例程的几处地方,使自己的板子能用,主要是修改usb_bsp.c、usbh_usr.c和mian.c
- 2023-07-12 11:55:06下载
- 积分:1
-
基于超声波测距的8051
应用背景这种编码部分是基于超声波sensor.we距离测量使用射频收发器通过RF发送距离减小电机的速度。此应用程序是用来避免accidents.this超声波传感器在这个项目中起着重要的作用。关键技术本项目是基于超声波传感器的接口8051.we需要转换为数字和模拟值转换后的值发送到8051.we需要外部ADC转换器0804 ic.since 8051没有内置的ADC转换器。我用射频技术。
- 2023-07-22 08:30:03下载
- 积分:1
-
PWM输出实验,熟悉脉宽积差调变模块的基本原理和应用…
PWM输出实验,熟悉PWDM模块的基本原理及应用,使用PWDM6输出一个固定占空比的单边沿控制PWM信号,通过滤波电路实现DAC转换
EasyARM2200 平台,ADS1.2开发环境-PWM output experiment, familiar with the basic principles of PWDM modules and applications, the use of a fixed duty cycle output PWDM6 single-edge PWM control signal, through the filter circuit EasyARM2200 realize DAC conversion platform, ADS1.2 Development Environment
- 2023-04-30 20:20:03下载
- 积分:1
-
做的一个简易的计算器,用数码管显示的,程序经过测试是完全好使的,也可以用protues进行方针,硬件电路设计很简单!
做的一个简易的计算器,用数码管显示的,程序经过测试是完全好使的,也可以用protues进行方针,硬件电路设计很简单!-Make a simple calculator, digital tube display, the program is fully tested so that they can also be used to carry out the principle of protues, hardware circuit design is very simple!
- 2022-01-26 03:38:14下载
- 积分:1
-
- 2022-11-28 16:10:04下载
- 积分:1
-
使用面向对象方法完成“快速拼写检查程序”的分析、设计和实现过程。快速拼写检查程序基本要求说明如下: 1.进行拼写检查的文件以文本文件形式存储于外存上;2.只检查...
使用面向对象方法完成“快速拼写检查程序”的分析、设计和实现过程。快速拼写检查程序基本要求说明如下: 1.进行拼写检查的文件以文本文件形式存储于外存上;2.只检查文件中英文单词的拼写错误;3.单词是用字母(a…z或A…Z)定义,任一非字母字符作为分隔符;4.判断单词拼写正误的依据是词典,词典以文本文件形式存放于外存上;5.词典文件第1行为词典的名称,以后每一行存放一个单词;6.输出结果以文本文件形式存储,其格式为:第1行:被拼写检查的文件名 + 词典名 第2行后的每一行: 出错单词 位于第x行7.设计一个合理的GUI,注意GUI界面类与功能类的关系应比较松散。-use of object-oriented method to complete the "quick spell-check procedure" in the analysis, design and implementation process. Rapid screening procedures spelling basic requirements as follows : 1. Spell-checking documents to text files stored in the form of Disk; 2. Just check the documents in both Chinese and English word spelling errors; 3. Word is letters (a z or A ... ... Z) definition, as a non-alphabetic character as the separator; 4. Judge spelling error is the basis of dictionaries, dictionaries in the form of text files stored in external memory; 5. Dictionary document acts of a dictionary of names, each line deposited a word; 6. Output form of a text document storage, its format : Line
- 2022-04-07 23:12:43下载
- 积分:1
-
nut/OS的源码,含有tcp/ip协议栈源码
nut/OS的源码,含有tcp/ip协议栈源码-nut/OS source code, containing tcp/ip protocol stack source
- 2022-07-27 05:10:29下载
- 积分:1