-
DSO_ARM_4_25
基于STM32F4的示波器的源代码,内部含有ucos-ii操作系统。(STM32F4 based oscilloscope source code contains an internal ucos-ii operating system.)
- 2014-02-23 18:57:47下载
- 积分:1
-
cyc_pulse
基于stm32的定时器中断应用,可产生相位差为90度的两路周期性脉冲,可用于模拟正交编码器脉冲(Stm32 timer interrupt based applications can generate a phase difference of 90 degrees two periodic pulse, can be used for analog quadrature encoder pulse)
- 2014-08-13 13:54:16下载
- 积分: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
-
20121121SELECTIO
一个典型的Select IO 模型实例源代码,供大家参考使用,要下从速!(A typical model Select IO source code examples for your use and reference to the next as soon as possible!)
- 2012-11-21 12:42:50下载
- 积分: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
-
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
-
12C5A60S2EEPROM
12C5A60S2 EEPROM 的读写操作(12C5A60S2 EEPROM read_write)
- 2013-09-24 14:41:56下载
- 积分:1
-
tqdmsj
提取测量断面数据lisp源码,以便于断面图的绘制等工作开展(
Extract measurement section data source lisp)
- 2016-03-30 17:44:01下载
- 积分:1
-
PS2通信,用stm32单片机模拟键盘鼠标往电脑送数据ps2_02
PS2通信,用stm32单片机模拟键盘鼠标往电脑送数据。(PS2 communication with stm32 SCM simulation to send data to a computer keyboard and mouse.)
- 2020-07-08 14:48:57下载
- 积分:1
-
HART-Protocol
工业上采用的HART通信协议相关的资料,包含有HART命令、HART协议C语言源码。(HART communication protocol-related information used on industrial, including The HART command, HART protocol source code using C language .)
- 2014-02-24 10:36:00下载
- 积分:1