-
2 18b20 application means the same bus with the serial number detection assemble...
两片18b20应用 同一总线方式
带有序列号检测功能
汇编程序,编译测试通过-2 18b20 application means the same bus with the serial number detection assembler, compiler test
- 2022-02-27 02:48:33下载
- 积分: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
-
实现记时和日期显示功能的c语言程序
实现计时和日期显示功能的c语言程序,和秒表功能,以及定时功能的实现,基于C语言汇编和单片机技术
- 2023-08-20 21:15:02下载
- 积分:1
-
传感器DS18B20的测量温度的显示源程序代码
传感器DS18B20的测量温度的显示源程序代码-Measurement of the temperature sensor DS18B20 display of source code
- 2022-03-01 21:02:07下载
- 积分:1
-
crout 比较经典 很好的一个方法 大家可以试一试
crout 比较经典 很好的一个方法 大家可以试一试-crout
- 2022-01-25 14:29:09下载
- 积分:1
-
功放的电路图,是新款式的,有价值
功放的电路图,是新款式的,有价值-Power amplifier circuit, is a new style, and valuable
- 2022-02-26 06:51:27下载
- 积分:1
-
45KHz声波发生程序 利用资源T0。每次是个脉冲,连续发声音。
45KHz声波发生程序 利用资源T0。每次是个脉冲,连续发声音。-45KHz sound procedures for use of resources occurs T0. Each is a pulse, continuous-fat sounds.
- 2022-05-24 08:52:56下载
- 积分:1
-
汇编语言实现的层数任意可调的汉诺塔演示程序
汇编语言实现的层数任意可调的汉诺塔演示程序-Assembly language to achieve arbitrary adjustable-rise Tower of Hanoi demo program
- 2022-08-09 15:51:14下载
- 积分:1
-
课程设计大炮打飞机!简易!
课程设计大炮打飞机!简易!-curriculum design aircraft artillery! Simple!
- 2022-02-03 14:55:20下载
- 积分:1
-
本程序用来计算matlab中两点坐标之间的距离,坐标必须是经纬度,并表明所要计算的单位...
本程序用来计算matlab中两点坐标之间的距离,坐标必须是经纬度,并表明所要计算的单位-This procedure used to calculate the matlab in the distance between two coordinates, latitude and longitude coordinates must be, and show that to calculate the unit
- 2022-11-18 19:30:03下载
- 积分:1