-
Frequency-calculate
用于水文频率计算的目估适线法,程序基于φ值表查询计算(Mesh used to calculate estimates of hydrological frequency fitting method)
- 2013-12-31 11:14:37下载
- 积分:1
-
Ccode
此代码是关于利用51单片机实现步进,滞留等程序的参考用。(This code is on the use of 51 single-chip stepper, detention and other procedures for reference.)
- 2016-05-08 19:08:59下载
- 积分: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
-
MSP430F55xx-Code-Examples
430与串口和定时器的详细例程,可在链接da或ad时调用(430 link da or ad with serial timer routine, call)
- 2013-04-04 12:24:18下载
- 积分:1
-
TFThanziyingwenxianshi
基于火牛开发板ili9320TFT彩屏,ili9320屏上显示一个汉字,一个英文,一串汉字,一串英文,ili9320屏显示中英文混合显示。完美版。(AC adapter-based development board ili9320TFT color, ili9320 screen to display a character, an English, a string of characters, a bunch of English, ili9320 hybrid screen display shown in English. Perfect version.)
- 2011-10-02 16:58:27下载
- 积分:1
-
Slide_1
关于一个滑块显示的程序,可以通过滑块调整实现各种功能(About a slider and its function)
- 2010-06-21 19:51:39下载
- 积分:1
-
RGB_Colour1618447212003
RGB Colour Wheel for Visual Basic
- 2016-01-28 22:22:18下载
- 积分:1
-
shuruliuwei
通过阵列键盘输入数字 数码管显示 六位数字(Six-figure through the array of keyboard input alphanumeric display)
- 2012-07-06 10:37:18下载
- 积分: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
-
4x4keyboardscan
C语言编程,4X4键盘扫描程序,可以直接使用到51单片机中(C language programming, 4X4 keyboard scanner can be used directly in the 51 SCM)
- 2009-04-30 14:56:43下载
- 积分:1