-
1、LED灯
说明: 基于51单片机的led源程序,常见问题解决方法
:
LED不亮的:
1. 请您检查排线是否插好!
2. 换根排线试试。(Led Source Program Based on 51 Single Chip Microcomputer,Solutions to Common Problems:LED is not bright:
1.Please check whether the cable is plugged in properly.
2.Try changing the cable.)
- 2020-06-20 17:40:02下载
- 积分:1
-
WindowsFormsApplication1
School student management system
- 2013-02-27 15:57:49下载
- 积分:1
-
基于s5pv210 rtc驱动实验
#include // include/linux/xxx.h
#include
#include
#include
#include
#define S5PV210_PA_RTC 0xe2800000
void rtc_release(struct device *dev)
{
}
struct resource s5p_rtc_resource[] = {
[0] = {
.start = S5PV210_PA_RTC,
.end = S5PV210_PA_RTC + SZ_1K - 1,
.flags = IORESOURCE_MEM,
},
[1] = {
.start = IRQ_RTC_ALARM,
.end = IRQ_RTC_ALARM,
.flags = IORESOURCE_IRQ,
},
};
struct platform_device rtc_plat_dev = {
.name = "rtc-plat",
.num_resources = ARRAY_SIZE(s5p_rtc_resource),
.resource = s5p_rtc_resou
- 2022-03-01 20:11:47下载
- 积分:1
-
Vc
说明: 画干涉波 借以模拟物理中的相关现象 (To simulate the physical picture of interference related phenomena in)
- 2010-12-13 14:44:51下载
- 积分:1
-
UART
单片机双串口程序,寄存器的设置,源代码,适用适用两个串口的应用。(SCM Two serial program, register set, the source code for the application for the two serial ports.)
- 2010-11-21 12:43:28下载
- 积分:1
-
基于Melp的音频采集、编码、播放
Windows平台下语音的采集,编码、播放;本例实现语音的实时采集与播放。编码部分采用Melp编码器,可实现2.4的编码速率,适合带宽资源紧缺的环境下运用
- 2022-03-12 01:06:51下载
- 积分:1
-
zhaokey0623
kis2009key自动生成器包含各各版本(kiskey)
- 2009-06-26 16:55:49下载
- 积分:1
-
LL1
能够实现LL(1)预测分析过程的源码,有测试用例(To achieve LL (1) Prediction of the process of source code, there are test cases)
- 2020-06-30 08:40:01下载
- 积分:1
-
C++性能优化指南
说明: C++性能优化指南 (带目录高清版),pdf版本(C ++ Performance Optimization Guide (with catalog HD version), pdf)
- 2019-12-11 17:42:12下载
- 积分:1
-
src
OpenGL screensaver that display a 3d object rotating in the center.
- 2009-12-01 08:34:24下载
- 积分:1