-
WIN98硬盘引导记录祥解
WIN98硬盘引导记录祥解-WIN98 drive boot record xiang, XIE
- 2022-06-26 02:02:59下载
- 积分:1
-
Using assembly language to achieve that can play songs that procedure, in 51 sin...
用汇编语言实现的可以播放歌曲的是程序,在51单片机上配合蜂鸣器可以播放梁祝的歌曲。-Using assembly language to achieve that can play songs that procedure, in 51 single-chip buzzer can play with the song Butterfly Lovers.
- 2022-02-04 13:09:06下载
- 积分:1
-
Ultrasonic obstacle avoidance source code, can refer to the schematic, please co...
超声波避障源码,可以参考,要原理图请联系我-Ultrasonic obstacle avoidance source code, can refer to the schematic, please contact me
- 2023-01-27 06:10:03下载
- 积分:1
-
MSP430F135的UART操作代码,绝对的真实可行.放心下载
MSP430F135的UART操作代码,绝对的真实可行.放心下载-MSP430F135 the UART operation code, is absolutely true feasible. Rest assured Download
- 2022-03-10 15:57:54下载
- 积分:1
-
采用AT89C51单片机,可根据电压表IC7135信号读取。
利用AT89C51 ,可以读取基于IC7135的电压表头的信号. -Use AT89C51, can be read based on the voltage meter IC7135 first signal.
- 2022-01-26 02:40:25下载
- 积分: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
-
Through this program, learners can use their a51 and C51 programs T89C51CC01 in...
通过本程序,学习者可以使用自己的a51和C51程序T89C51CC01学习看门狗功能。
- 2022-09-19 20:15:03下载
- 积分:1
-
51单片机的程序,用的时间在6264上,请大家试试,请大家做的好
51单片机程序,读6264用的,请大家试一下,请多提意见-51 SCM procedures, time used in 6264, please try everyone, please do so
- 2022-03-18 15:34:36下载
- 积分:1
-
这是笔者早年开发的一款用单片机读摄象头图象数据的程序,是用汇编写的,设计思路和程序风格可以借鉴,是笔者的得意之作。...
这是笔者早年开发的一款用单片机读摄象头图象数据的程序,是用汇编写的,设计思路和程序风格可以借鉴,是笔者的得意之作。-This is the author spent his early years developed a single-chip image data read摄象头procedures, is the compilation of written procedures for design ideas and style can draw on, is the author
- 2022-10-12 06:20:03下载
- 积分:1
-
实现多字节的十六制数的相乘,入口为被乘数高字节地址,乘数高字节地址,字节数,出口为积最高字节地址...
实现多字节的十六制数的相乘,入口为被乘数高字节地址,乘数高字节地址,字节数,出口为积最高字节地址-The realization of multi-byte number of the system multiplied by 16, the entrance of the high-byte address for the multiplicand, the multiplier high byte address, byte count, exports the highest byte address for the plot
- 2022-06-30 15:01:39下载
- 积分:1