-
多功能跑马灯程序。包括按键、灯 等 。适合初学者联系。有详细介绍。...
多功能跑马灯程序。包括按键、灯 等 。适合初学者联系。有详细介绍。-multifunctional 5,250 procedures. Including the keys, and so on. For beginners links. A detailed briefing.
- 2023-02-17 23:25:03下载
- 积分:1
-
这是一段汇编代码,用来判断CPU是否为64位还是32位。
这是一段汇编代码,用来判断CPU是否为64位还是32位。-This is a compilation of code, used to determine whether the CPU for 64 or 32.
- 2023-07-23 03:15:02下载
- 积分:1
-
这是一个串行总线型IIC读写源码编译EEPROM24C02…
这是一个串行IIc总线型EEPROM24c02的读写汇编源程序,通过按键来控制读写操作-This is a serial bus type IIc compilation EEPROM24c02 source of reading and writing, through the buttons to control the read and write operation
- 2023-03-16 05:40:03下载
- 积分:1
-
Stepper Motor Controlled by pic12F629
我发现在我的盒子里有电子设备单极步进电机-PM35L-048-HP04。这是我第一次接触步进电机。
- 2022-01-26 01:07:56下载
- 积分:1
-
CC2420+pic,很好用的程序啊,适合初学者,绝对没有问题的,快来下载啊...
CC2420+pic,很好用的程序啊,适合初学者,绝对没有问题的,快来下载啊 -CC2420 and Its Application pic, the procedure is useful ah suitable for beginners, there is absolutely no problem, ah Come Download
- 2022-03-20 14:32:55下载
- 积分:1
-
LED显示屏驱动程序,接收字母符号汉字的内码,显示到显示屏上。...
LED显示屏驱动程序,接收字母符号汉字的内码,显示到显示屏上。-err
- 2022-06-02 07:40:38下载
- 积分:1
-
通过汇编语言设计的一个定时小程序,实现基本的定时计数功能...
通过汇编语言设计的一个定时小程序,实现基本的定时计数功能-Language Design by compiling a small program from time to time to achieve the basic function of the timing count
- 2022-03-18 18:24:43下载
- 积分: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语言中,把16进制转换成字符串,一般在对中文进行传递中用到...
C语言中,把16进制转换成字符串,一般在对中文进行传递中用到-C language to convert a string of 16 hex, the general in the Chinese language used in the transmission of
- 2022-03-10 17:18:27下载
- 积分:1
-
编的不好,请多多指教,32位的十六进制转换十进制并显示。
编的不好,请多多指教,32位的十六进制转换十进制并显示。-series of the poor, exhibitions, the 32 hexadecimal and decimal conversion shows.
- 2023-06-23 07:30:04下载
- 积分:1