-
温度传感器芯片18B20的操作代码,都是经过验证正在使用的
温度传感器芯片18B20的操作代码,都是经过验证正在使用的-18B20-chip temperature sensor operation code, are being used to verify
- 2022-08-04 04:50:37下载
- 积分:1
-
汇编语言经典程序1
汇编语言经典程序1-assembly language procedures a classic
- 2022-02-01 16:53:11下载
- 积分:1
-
汇编语言程序,包括画图程序,音乐程序,打字游戏程序,文件处理程序...
汇编语言程序,包括画图程序,音乐程序,打字游戏程序,文件处理程序-Assembly language program, including the Paint program, music program, typing game procedures, documentation procedures
- 2022-01-25 18:05:48下载
- 积分: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
-
source code for alarming
source code for alarming
- 2022-02-06 17:46:02下载
- 积分:1
-
北京邮电大学 全套汇编与接口课件(ppt版,共十章) 很完整也很实用,希望对大家有帮助...
北京邮电大学 全套汇编与接口课件(ppt版,共十章) 很完整也很实用,希望对大家有帮助 -Complete compilation of Beijing University of Posts and interface Courseware (ppt version, a total of 10 chapters) is very complete and very useful, want to help everyone
- 2022-08-07 09:31:15下载
- 积分:1
-
This application report describes the use of Timer_A3 to decode RC5 and SIRC TV...
本应用报告描述了如何使用定时器对RC5和SIRC电视红外遥控信号进行解码。本报告中描述的解码器是中断驱动的,使用定时器的特定功能来操作后台功能。只有一小部分msp430cpu?使用非实时资源。定时器模块的特定硬件位锁存功能用于红外数据信号的实时解码,独立于CPU,与CPU异步。CPU活动和功耗保持在绝对最低水平。定时器实现还允许其他任务同时发生(如果需要)。所提供的解决方案是专为MSP430x11x(1)和MSP430x12x衍生产品编写的,但可以适用于任何其他包含定时器的MSP430。基于MSP430的电视遥控器设计
- 2022-01-27 17:19:39下载
- 积分:1
-
输入高电压时直流无刷电机的控制程序,可使用在家庭,工厂等没有直流电源的地方...
输入高电压时直流无刷电机的控制程序,可使用在家庭,工厂等没有直流电源的地方-Importation of high-voltage brushless DC motor control program, you can use in the home, factories, and other places there is no DC power supply
- 2022-04-28 08:04:52下载
- 积分:1
-
MSP430F135的WDT操作代码,绝对的真实可行.放心下载
MSP430F135的WDT操作代码,绝对的真实可行.放心下载-MSP430F135 the WDT operation code, is absolutely true feasible. Rest assured Download
- 2023-01-18 20:15:03下载
- 积分:1
-
Stepper Motor Controlled by pic12F629
我发现在我的盒子里有电子设备单极步进电机-PM35L-048-HP04。这是我第一次接触步进电机。
- 2022-01-26 01:07:56下载
- 积分:1