📚 long-Term技术资料

📦 资源总数:254
💻 源代码:164665
🔌 电路图:1

📚 long-Term全部资料 (254个)

#include "STC90.h" #include < intrins.h > #define uchar unsigned char #define uint unsigned i...

📅

// 学生管理.cpp : Defines the entry point for the application. // #include "stdafx.h" #include "resourc...

📅

// 学生管理.cpp : Defines the entry point for the application. // #include "stdafx.h" #include "resourc...

📅

/****************temic*********t5557***********************************/    #include &nb...

📅

在本课中,我们要用一个按键来实现跑马灯的 10 级调速。这又会涉及到键的去抖的问 题。  本课的试验结果是,每按一次按键,跑马速度就降低一级,共 10 级。  这里我们又增加了...

📅

LED 一般是恒流操作的,如何改变 LED 的亮度呢?答案就是 PWM 控制。在一定的 频率的方波中,调整高电平和低电平的占空比,即可实现。比如我们用低电平点亮一个 LED 灯,我们假设把一个频率周期...

📅

精度除法函数。 调用函数,并输入被除数、除数和精确到小数点后多少位。即可得到商的整数部分和小数部分。 /*************************精度除法函数*********...

📅