-
FM25CL64
STM32 SPI读写FM25CL64铁电存储器,程序为103RBT6单片机读写代码,包括SPI初始化、字节发送接收代码、FM25CL64读写代码(STM32 SPI read/write FM25CL64 ferroelectric memory, the application for 103 rbt6 microcontroller, speaking, reading and writing code, including the SPI initialization code byte code to send and receive FM25CL64, speaking, reading and writing
)
- 2020-06-27 02:20:02下载
- 积分:1
-
Matrix-keyboard
利用easyx写的矩阵键盘仿真,希望可以给爱好者提供参考。(Use easyx wrote matrix keyboard emulation, hoping to provide a reference for enthusiasts.)
- 2015-04-03 21:49:29下载
- 积分:1
-
PWM-ULN2003A
利用ULN2003A进行驱动,产生PWM波,里边有照片,可供参考,通过本例程了解PWM 的基本原理和使用 (#include <reg52.h>
unsigned char timer1
sbit PWM=P1^2
void system_Ini()
{
TMOD|= 0x11
//PWM
TH1 = 0xfe //11.0592
TL1 = 0x33
TR1 = 1
IE =0x8A
}
main()
{
system_Ini()
while(1)
{ if(timer1>100) timer1=0
if(timer1<30) PWM=0
else PWM=1
}
)
- 2013-11-21 15:17:25下载
- 积分:1
-
Temp_Time
基于DS18B20+DS1302+lcd1602+MSP430的温度时间综合测量(temperature and time measurement based on MSP430,DS1302,DS18B20,LCD1602)
- 2013-01-29 13:06:11下载
- 积分:1
-
ATK-SIM900A
SIM900开发板配套STM32 GPRS代码(SIM900 STM32 GPRS driver)
- 2013-11-26 10:54:05下载
- 积分:1
-
smart_car
智能小车寻黑线测试程序,经典资料!电子设计大赛 小车(Smart car found black line test program, the classic material!
)
- 2013-06-20 15:38:38下载
- 积分:1
-
Full2012
1. 本研究利用 PCA 对可见-近红外(450~1 000 nm)、可见光(450~780 nm)和近红外(780~1 000 nm)光谱区域的苹果高光谱图像数据进行降维,获得 PC 图像,通过对 PC 图像进行分析,确定可用于分割损伤和正常区域的有效光谱区域,对比分析几个光谱区域的 PCA 的效果。(but currently no practical system for detecting blood spots and
dirt stains exists. In order to obtain maximum throughput, processing speeds
of over 85,000 eggs per hour are common. The demanding requirements
placed on the human workers result in two types of grading errors)
- 2013-09-03 16:30:05下载
- 积分:1
-
315m_WU_XIAN_3LU_kongzhiqi
这是我做的一款3路LED的RGB控制器,输出接光耦控制可控硅,被控灯具为AC220V的,外接315M接受模块,用市场上一般的PT2262型遥控器无线调节输出的模式和变化速度(This is the RGB controller I do a 3 channel LED, output optocoupler control thyristor controlled lamp, AC220V, external 315M receiving module, general use on the market PT2262 remote wireless control output pattern and speed of change)
- 2013-09-09 16:11:32下载
- 积分:1
-
PS2keypanel
单片机键盘接口,可以用于单片机使用键盘,省去很多时间(PS/2 jian pan jie kou cheng xu )
- 2010-05-26 11:16:21下载
- 积分:1
-
110kv
根据设计任务书的要求,本次设计为110kV 变电站电气一次部分初步设计,并绘
制电气主接线图及其他图纸。该变电站设有两台主变压器,站内主接线分为110kV、
35kV 和10kV 三个电压等级。各个电压等级分别采用单母线分段接线、单母线分段带
旁母接线和单母线分段接线(From the guide of engineering design assignment, we have to
design primary power-system of 110kV substation and draw main
electrical one-line diagram and others. There are two main
transformer in the substation in which main electrical connection
can be divided into three voltage grades: 110kV, 35kV with 10kV.It
deposits sectionalized single bus bar scheme, sectionalized single
and transfer bus bar and sectionalized single bus bar scheme per
grade.)
- 2020-11-01 11:49:54下载
- 积分:1