-
大家再看看吧
大家再看看吧-We look and see
- 2023-05-09 03:05:03下载
- 积分:1
-
用8251a实现串行口异步通信,自发自收,波特率1200bps,采用查询方式发送,中断方式接受。自收结果显示于屏幕。按esc返回dos...
用8251a实现串行口异步通信,自发自收,波特率1200bps,采用查询方式发送,中断方式接受。自收结果显示于屏幕。按esc返回dos
-8251a Serial port with asynchronous communication, spontaneous self-income, the baud rate 1200bps, using queries sent, interrupt to receive treatment. Since the close results showed on the screen. Press esc to return dos
- 2022-12-14 15:05:03下载
- 积分:1
-
此程序为KEIL环境下开发的代码(开发环境备选里没有KEIL),功能在成功运行后可以播放“生日快乐”歌。所需要的开发硬件为AT89C51为主芯片的单片机。...
此程序为KEIL环境下开发的代码(开发环境备选里没有KEIL),功能在成功运行后可以播放“生日快乐”歌。所需要的开发硬件为AT89C51为主芯片的单片机。-This program is developed under the code in KEIL environment (development environment, where there is no alternative KEIL), features a successful running play " Happy Birthday" song. Required the development of hardware-based chip microcontroller AT89C51.
- 2022-01-22 04:17:21下载
- 积分:1
-
easydetect process, the traffic lights to achieve verilog
easydetect程序,是交通灯的verilog实现-easydetect process, the traffic lights to achieve verilog
- 2022-01-26 00:34:45下载
- 积分: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
-
基于DSP2407的快速傅里叶变换程序,来源合众达DSP例程
基于DSP2407的快速傅里叶变换程序,来源合众达DSP例程-fast fourier transform BASED ON DSP
- 2022-02-05 18:27:34下载
- 积分:1
-
飞利浦TEA5767HN的初步程序,还要完善
飞利浦TEA5767HN的初步程序,还要完善-the preliminary procedures, but also perfect
- 2023-08-20 16:40:03下载
- 积分:1
-
8 LED simulated binary addition operations. Asm 8 months LED simulated binary ad...
8个发光管模拟二进制加法运算.asm 8个发光管模拟二进制加法运算.asm-8 LED simulated binary addition operations. Asm 8 months LED simulated binary addition operations. Asm
- 2022-06-03 11:35:32下载
- 积分:1
-
用DS18B20来显示当前的温度,低字节存在r7中,高字节存在r6中,在KEILC中通过编译测试成功,用的是汇编语言...
用DS18B20来显示当前的温度,低字节存在r7中,高字节存在r6中,在KEILC中通过编译测试成功,用的是汇编语言-Using DS18B20 to display the current temperature, low-byte r7 existence, the existence of the high-byte r6, in KEILC tested successfully by the compiler, using assembly language
- 2022-09-29 03:15:03下载
- 积分:1
-
从C51单片机最基本的节拍、机器周期、指令周期、指令时序谈开去,基础不扎实的汇编程序员的必补资料。...
从C51单片机最基本的节拍、机器周期、指令周期、指令时序谈开去,基础不扎实的汇编程序员的必补资料。-C51 cycles, reference for ASM programmer.
- 2022-04-07 21:22:38下载
- 积分:1