-
aes
AES128/196/256 加解密源码,可实现ECB模式加密,HEX输出。密码及明文没有补齐功能,需手动补齐。无需特殊库文件,适合单片机使用。已测试,可正常使用。(AES128/196/256 encryption source code, can achieve ECB mode encryption, HEX output. The password and the plaintext without the need to manually fill up function. No special library files, suitable for single use. Has been tested, can be used normally.)
- 2015-12-30 09:30:04下载
- 积分:1
-
TI_DAC7611_OK
采用TI LaunchPad开发板触摸屏控制DAC7611输出电压(TI LaunchPad development board using the touch screen controls DAC7611 output voltage)
- 2014-04-17 19:35:18下载
- 积分: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
-
xiangpintexin
本作品以MSP430单片机为核心, 基于DDS原理,通过查表方式输出步进量为10HZ,频率为100HZ~2KHZ的正弦波。两路被测信号通过过零比较、异或和低通滤波整流,实现了对相位差的测量,误差小于(This works with MSP430 microcontroller as the core, based on DDS principle, by look-up table output step sizes for the 10HZ, frequency of 100HZ ~ 2KHZ sine wave. Two by the signal zero-crossing comparator, XOR, rectification and low-pass filtering, the realization of the phase of the measurement error is less than)
- 2013-05-23 15:14:22下载
- 积分:1
-
C51
51单片机连接射频芯片rc522的单片机程序(51 single connection RF chip microcontroller program rc522)
- 2014-10-23 10:13:49下载
- 积分:1
-
Building-of-a-Speech-Corpus-Optimised-for-Unit-Se
The paper deals with the process of designing a phonetically and prosodically rich speech corpus for unit selection speech synthesis. The
attention is given mainly to the recording and verification stage of the process.
- 2014-03-01 22:14:41下载
- 积分:1
-
ADC
【AVR + Proteus】数码管显示两路AD转换结果([AVR+ Proteus] digital display two way AD conversion result)
- 2013-09-26 08:16:17下载
- 积分:1
-
runclock
这是一个51单片机小程序,功能是实现跑马表,只有三位。(This is a small program the microcontroller 51, the table function is to achieve the Happy Valley, only three.)
- 2011-12-01 20:02:04下载
- 积分:1
-
ds18b20vb0
18B20测温,上位机程序,VB6.0环境开发(18B20 temperature, host computer program, VB6.0 environment for development)
- 2010-06-07 11:55:24下载
- 积分:1
-
HT66FU50
合泰单片机,大学生单片机竞赛组委会提供的,必须使用该单片机开发的作品才能评选(holtek mcu )
- 2015-04-15 16:59:48下载
- 积分:1