-
用单片机控制1062显示温度
用单片机控制1062显示温度--精确到0.0625度,汇编语言。-1062 using single-chip temperature control accurate to 0.0625 degrees, assembly language.
- 2022-06-19 03:27:55下载
- 积分:1
-
#include <iostream>
#include <stack>
#define MAX_SIZE...
非递归的快速排序算法-#include
#include
#define MAX_SIZE 11
using namespace std
typedef int elem
typedef std::stack Stack
int partition(elem*pData, int low, int high)
void swap(elem& a, elem& b)
void qsort(elem* pData, int low, int high)
int partition(elem*pData, int low, int high)
{
elem key = pData[low]
while(low < high)
{
while(low < high && pData[high] >= key)
high--
swap(pData[low], pData[high])
while(low < high && pData[low]
- 2022-05-08 16:41:43下载
- 积分:1
-
用于计算年平均温度、平均& gt 10度区。
用于计算气温的年平均值、月平均值、〉10度积温值-Used to calculate the average annual temperature, on average,> 10 degrees accumulated temperature values
- 2022-01-28 11:31:37下载
- 积分:1
-
Based on Artificial Neural Network handwritten letters of the alphabet, the digi...
基于人工神经网络的手写英文字母、数字图像识别的源程序代码。-Based on Artificial Neural Network handwritten letters of the alphabet, the digital image to identify the source code.
- 2023-03-23 18:35:04下载
- 积分:1
-
MCS
MCS-96单片机要用PWM产生锯齿波,应使PWM寄存器中的值线性增加,那么在PWM输出端将得到宽度线性增加的脉冲波,经滤波后,便可得到锯齿波。-MCS-96 microcontroller with PWM have Sawtooth, PWM register should be the value of linear increase, then the PWM output will be increased linearly width of the pulse wave, After filtering, it will be Sawtooth.
- 2022-03-03 14:01:07下载
- 积分:1
-
一个温湿度控制的全部源程序,主要是介绍传感器SHT10的接口源代码。单片机是8051系列...
一个温湿度控制的全部源程序,主要是介绍传感器SHT10的接口源代码。单片机是8051系列-A temperature and humidity control of all source code, mainly the introduction SHT10 sensor interface source code. 8051 series are single-chip
- 2022-08-04 06:40:10下载
- 积分:1
-
声
声-光报警程序
运行步骤:1.按下一次开关SW3,开始声-光报警,再按下一次则停止 重复上述操作*
2.按下"q"或者"Q",退出-this is a sound-light alarm program.
Steps:1. push switch3,starting alarm,push switch3 again,it will stop.
2. push Q then quit.
- 2022-08-15 01:26:41下载
- 积分:1
-
本程序有详细的注释,切运行无误 ,程序模块清晰,移植性好,可以实现时间的显示,...
本程序有详细的注释,切运行无误 ,程序模块清晰,移植性好,可以实现时间的显示,-This procedure has detailed notes, all running correctly, program modules clear, portability, and can realize the time showed that
- 2022-04-23 05:08:48下载
- 积分:1
-
汇编小游戏,主要是坦克打靶,通过控制坦克来击打天空中飞来飞去的靶子...
汇编小游戏,主要是坦克打靶,通过控制坦克来击打天空中飞来飞去的靶子-Compilation of small games, mainly targeting tanks, by controlling the tank to hit the sky flying target
- 2023-01-12 11:05:03下载
- 积分:1
-
MCD1实战一,LED8位流水灯《霹雳灯》
该实战的目的作为学习和应用MCD1在线调试工具套件,进行项目的软件和硬件
联合调试的范例程序,也就是当做...
MCD1实战一,LED8位流水灯《霹雳灯》
该实战的目的作为学习和应用MCD1在线调试工具套件,进行项目的软件和硬件
联合调试的范例程序,也就是当做一个用户程序实例,而演示板暂时充当用户电
路的角色。这样就构成了一个软件、硬件齐全的自制项目模拟环境。
本程序实现的功能是,把端口RC的8条引脚全部设置为输出模式,依次从引脚RC0
到RC7送出高电平,然后再依次从引脚RC7到RC0送出高电平,并且周而复始,从而
使得与该端口C相连的8只发光二极管LED循环依次点亮,其效果类似于一个简单的霹雳灯。
该程序可用于PIC16F87X(A)所有系列
- 2022-01-26 02:20:23下载
- 积分:1