搜索资源列表
51SComDriver
- 一套比较完整的51单片机C51串口通信驱动程序,其中包括 (1)串口初始化,晶振为11.0592M,方式1 波特率300-57600; (2)串口输出一个字符(非中断方式); (3)串口输出一个回车换行; (4)串口输出一个字符串(非中断方式); (5)串口接收一个字符(非中断方式); (6)串口接收一个定长字符串(非中断方式,只用于字符需有一个的idata字符串数组);
wjyl3
- 已知从DS:2200H,ES:3200H单元起分别存放20个ASCII的字符。找出这两个字符串中第一个不同字符的位置(段内偏地址),并放入DS:22A0H开始的连续两个字单元中。请设计完成此任务的程序段。 (1)使用通常用的比较指令(CMP)实现; (2)使用数据串比较指令(CMPSB)实现。 -DS: 2200H known from 3200H unit, ES: 20 ASCII store up respectively the characters. Find out th
RA8803LCD_Driver_V4.5
- RA8803的320*240的四级灰度液晶屏,自带字库,自己写的ARM CortexM3 lpc1768的驱动程序,程序注释比较详细,已经实际测试成功,实现的功能包括任意定位写字符串和画任意直线和任意大小的圆。-RA8803 320* 240 four-level grayscale LCD screen, comes with character, wrote ARM CortexM3 lpc1768 driver, a more detailed program notes, field-t
seg-display
- 8只数码管滚动显示数字字符串,实例比较经典,具有很高的参考价值-8 LED scrolling display numeric string, an instance of more classic, with a high reference value
uart_printf
- 移植编译库里面sprintf函数格式应用到S3C2440 开发板的串口0输出,比较方便输出字符串和整型数值等 开发环境是MDK ,使用分散加载文件,能够运行在SDRAM中,也可以运行在flash中。 此程序在mini2440开发板上验证过!-Transplantation compile the library inside the sprintf function formats applied to the S3C2440 development board serial port
c5
- 指针是C语言的精华,是C语言最重要的内容之一,也是最难掌握的部分。在程序中可以使用指针来处理数据、变量、数组、字符串、函数、结构体、文件及动态分配内存等。正确地使用指针,可以使程序精简、灵活、高效。指针的概念比较复杂,如果误用指针,程序运行将出现意想不到的错误,这是初学指针应注意的问题。因此指针是C语言的重点和难点-Pointer is the essence of the C language, is one of the most important elements of the C la
uart
- 实现串口打印,可以实现打印整型,字符,字符串,十六进制,浮点等多种类型,功能比较全面-To realize serial print, can achieve print integer, character, string, hex, floating point and so on many kinds of types, the function is comprehensive
String
- 代码时再vc下编写的,目的是为了在单片机中使用自己的字符串控制处理代码,代码思路比较清晰,而且都经过测试验证,其中包括:字符串特征值提取、字符串中数值提取-When the code again vc, the aim is prepared to use their own string-handling code in the MCU control code clearer thinking, and are tested to verify, including: String feat
String100
- 执行字符串类的复制、链接、比较、求子串、交换、删除、定位等功能-Perform string class copy, links, compare, Praying string, swap, delete, positioning and other functions