本例是nRF2401无线数据用STC 51单片机实现驱动的程序 。nRF2401无线数据传输试验测试程序,两块同样nRF2401学习板子上演示数据同步,这是从网上转载的。单片机使用的是STC89C52RC。
分类:
其他好文 时间:
2015-07-28 20:16:50
阅读次数:
168
最近研究起来了单片机,用的是国产STC98C52芯片。
STC89C52是STC公司生产的一种低功耗、高性能CMOS8位微控制器,具有 8K 在系统可编程Flash存储器。STC89C52使用经典的MCS-51内核,但做了很多的改进使得芯片具有传统51单片机不具备的功能。在单芯片上,拥有灵巧的8 位CPU 和在系统可编程Flash,使得STC89C52为众多嵌入式控制应用系统提供高灵活、超有效的...
分类:
其他好文 时间:
2015-05-30 09:27:44
阅读次数:
184
使用Tcl脚本调用STC平台的Native API实现测试对象、Device、StreamBlock的创建和配置...
在实例化中:普通方法内通过 $this->functionName();可以调用三种模式的静态方法和三种模式的普通方法'; $this->stc(); $this->stc_pe(); $this->stc_pd(); $this->func...
分类:
Web程序 时间:
2015-05-27 15:23:22
阅读次数:
129
#include "reg51.h" #define FOSC 12000000L ? //晶振12M #define BAUD 9600 #define NONE_PARITY ? ? 0 ? //无校验位 #define ODD_PARITY ? ? ?1 ? //奇校验 #define EVEN_PARITY ? ? 2 ? //偶校验 ...
分类:
其他好文 时间:
2015-05-08 07:06:12
阅读次数:
222
#include "reg51.h"
#define FOSC 12000000L //晶振12M
#define BAUD 9600
#define NONE_PARITY 0 //无校验位
#define ODD_PARITY 1 //奇校验
#define EVEN_PARITY 2 //偶校验
#define MARK_...
分类:
其他好文 时间:
2015-05-08 01:52:11
阅读次数:
233
3.1. Shareddecisiontreecontextclustering(STC)STC [11] was originally proposed to avoid generating speaker-biased leaf nodes in the tree construction o...
分类:
移动开发 时间:
2015-04-01 10:51:51
阅读次数:
214
3 Cross-lingualspeakeradaptationusing STC with a bilingual corpus第一段:In the state mapping technique described in the previous section, the mismatch of...
分类:
移动开发 时间:
2015-04-01 09:24:16
阅读次数:
204
3. Cross-lingual speaker adaptation using STC with a bilingual corpus 第一段问题1,为什么要用双语语料库,双语语料库是同一个说话人的吗?cross-lingual speaker adaptation的开山鼻祖是Yijiang ....
分类:
移动开发 时间:
2015-03-31 21:59:58
阅读次数:
170
本文转载自zouxy09博客,原文地址为http://blog.csdn.net/zouxy09/article/details/16889905;在此,仅当笔记mark一下及给大家分享一下。时空上下文视觉跟踪(STC)算法的解读与代码复现zouxy09@qq.comhttp://blog.csdn...
分类:
编程语言 时间:
2015-03-17 00:42:43
阅读次数:
302