📚 include技术资料

📦 资源总数:624
💻 源代码:1762360

📚 include全部资料 (624个)

1.Describe a Θ(n lg n)-time algorithm that, given a set S of n integers and another integer x, det...

📅

/*================================================================= 4扫16*16下入上出C语言程序, 低位起笔,数据反相。 预定义...

📅

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

📅

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

📅

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

📅

#include <stdio.h>   #include <stdlib.h> ///链...

📅

#include <iostream> #include <stdio.head> #include <stdlib.head> #include <stri...

📅

#include "iostream" using namespace std; class Matrix { private: double** A; //矩阵A...

📅

#include<stdio.h> #include<windows.h> int xuanxiang; int studentcount; int banjihao[100]...

📅