-
手把手叫你学单片机,这是里面的源代码,很适合初学者快速上手51单片机的资料...
手把手叫你学单片机,这是里面的源代码,很适合初学者快速上手51单片机的资料-You to learn hands-called single-chip, which is inside the source code, it is suitable for beginners quick start 51 SCM information
- 2022-02-14 21:01:48下载
- 积分:1
-
visual basic visual basic vis ual basic vis ual basic visual basi c
visual basic
visual basic
visual basic-visual basic visual basic vis ual basic vis ual basic visual basi c
- 2022-06-29 11:54:29下载
- 积分:1
-
本程序是利用文件240X.ASM中的子程序对EEPROM 240X进行多字节读写的操作示例(同样适用于416)...
本程序是利用文件240X.ASM中的子程序对EEPROM 240X进行多字节读写的操作示例(同样适用于416)-this procedure is to use the document 240X.ASM subroutine right EEPROM 240X multi-byte read and write operations examples (the same applies to 416)
- 2023-07-22 10:45:03下载
- 积分:1
-
适用于内藏SED1335及其兼容控制器的320X240点阵字符
适用于内藏SED1335及其兼容控制器的320X240点阵字符-Applicable to embedded controller SED1335 compatible and SHARP-LM32019T 320X240 dot matrix characters
- 2022-05-23 09:29:40下载
- 积分:1
-
在MASM6.15上,用汇编语言实现简单的Windows应用程序.
在MASM6.15上,用汇编语言实现简单的Windows应用程序.-Some simple Windows applications written by assembly language.MASM version above 6.15 is needed.
- 2022-02-01 22:39:32下载
- 积分: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
-
good
IOout的一段程序 很实用 大家要的自己下载吧-good
- 2022-03-18 12:02:33下载
- 积分:1
-
This is a digital tube 0
这是一个数码管0-99计数器,请大家指点-This is a digital tube 0-99 counter, please instruct
- 2023-01-04 02:30:04下载
- 积分:1
-
流水灯C语言编程
关于流水灯的单片机里,可用的基于C++的程序,稍微改编对应引脚即可使用,方便快捷,欢迎大家参考~~~~
- 2022-05-05 04:31:56下载
- 积分:1
-
题目:给一个不多于5位的正整数,要求:一、求它是几位数,二、逆序打印出各位数字。 1. 程序分析:学会分解出每一位数
题目:给一个不多于5位的正整数,要求:一、求它是几位数,二、逆序打印出各位数字。 1. 程序分析:学会分解出每一位数-Title: to a more than five positive integer, following requirements: First, for it is the number of a few, two, reverse print out all the figures. 1. Procedure Analysis: Institute of decomposition of each median
- 2023-03-25 11:20:04下载
- 积分:1