基于AT91R40008开发的UART程序。以包装为函数,可以直接用在maIn函数中(ADS1.2编译通过)
上传时间: 2015-03-26
上传用户:ynsnjs
C_minus语言的BNF语法定义 程序由声明的列表(或序列)组成,声明可以是函数或变量声明,顺序是任意的。至少必须有一个声明。接下来是语义限制(这些在C中不会出现)。所有的变量和函数在使用前必须声明(这避免了向后backpatching引用)。程序中最后的声明必须是一个函数声明,名字为maIn。注意,C-缺乏原型,因此声明和定义之间没有区别(像C一样)。
上传时间: 2014-01-22
上传用户:王楚楚
A.执行SPLIB B.执行SPDOS C.装载拼音模块D.装载五笔字型输入模块32.在汉字输入状态下, 按下Shift+A组合键后,输入了_______。 ... A.按原代码方式B.按指定字体C.按标准方式D. 按分栏方式41.FoxBASE启动后,在圆点"."提示符下,执行命令文件maIn.
上传时间: 2015-04-02
上传用户:极客
一个可以实际编译运行的 MD5算法原代码,含maIn调试程序。
上传时间: 2015-04-06
上传用户:ayfeixiao
One of the most important issues affecting the implementation of microcontroller software deals with the data-decision algorithm. Data-decision refers to decoding the DIO-pin from the CC400/CC900. Two maIn principles exist for decoding Manchester-coded data: Data decision based on timing the period between transitions, and data decision based on oversampling.
标签: microcontroller implementation important affecting
上传时间: 2013-12-18
上传用户:671145514
复化梯形公式,数值计算。This the maIn application source file
标签:
上传时间: 2013-12-23
上传用户:lwwhust
文件功能 44binit.s----中断初始化,存储器,堆栈,系统初始化,建立C程序运行环境。 mencfg.s-----定义存储器延时等参数 option.s-----定义系统时钟频率等 maIn.c-------主函数 44blib.c-----S3C44B0X的一些自己编写的库文件
上传时间: 2015-04-14
上传用户:yuchunhai1990
一个写在vc中的快速排序法函数,没有单独做测试类,而是在maIn函数中给出了例子,运行最后会在控制台看到结果。
上传时间: 2015-04-21
上传用户:Breathe0125
This firmware translates a PS/2 mouse to a USB mouse. The translator firmware is entirely interrupt driven (with the exception of sending the data via USB to the host.) An interrupt is generated when the PS/2 start bit is received, at which time the firmware will begin its receive routine. In addition to this interrupt, every 168ms a timer overflow interrupts the maIn program and implements one state of the mouse state machine. This state machine handles sending bytes to and translating bytes received from the PS/2 mouse automatically. All of this is done in the background while the maIn program runs in the foreground. The only operation that the maIn program implements is sending mouse data to the PC via USB.
标签: firmware mouse translates translator
上传时间: 2015-04-26
上传用户:cuiyashuo
常用的子串替换、去除空格、找子串等,以包含文件用,将maIn()注释去掉,将.h改名.c就可以进行测试。
标签:
上传时间: 2015-04-27
上传用户:hxy200501