- 1、本文档共20页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
51单片机c语言编程模版(51 Singlechip c language programming template)
51单片机c语言编程模版(51 Singlechip c language programming template)
51 singlechip C programming language template (1)
This section is set up to hide, you have replied, the following is hidden content
Singlechip C language programming template (basic template)
[program instructions at the beginning of the program]
/*********************************************************************************************/
Program name:
Author:
Writing time: day and month
Hardware support:
Interface description:
/*********************************************************************************************/
Explain:
/*********************************************************************************************/
[single chip SFR definition header file]
#include REG51.h / / universal 89C51 header file
#include REG52.h / / universal 89C52 header file
#include STC11Fxx.H //STC11Fxx or STC11Lxx Series SCM header file
#include STC12C2052AD.H //STC12Cx052 or STC12Cx052AD Series SCM header file
#include STC12C5A60S2.H //STC12C5A60S2 Series Singlechip header file
[more library function definitions]
#include assert.h / / set the insertion point
#include ctype.h / / character
#include errno.h / / definition of error code
#include float.h / / floating point processing
#include fstream.h / / file input / output
#include iomanip.h / / parametric input / output
#include / iostream.h data stream input / output
#include limits.h / / definition of various data types the most constant value
#include locale.h / / define localization function
#include math.h / / definition of mathematical functions
#include stdio.h / / define the input and output function
#include stdlib.h / / definition of miscellaneous function and memory allocation function
#include string.h / / string processing
#include strstrea.h / / input / output based on array
#include time.h / / definition of a function of time
#include wchar.h / / wide character processing and input / output
#include wctype.h / / wide character classification
#include
您可能关注的文档
- 2012年中小学教师招聘考试《教师法》复习题及答案(2012 primary and secondary school teacher recruitment examination Teacher Law review questions and answers).doc
- 2012年中级导游考试复习食文化(2012 intermediate tour guide examination Food Culture).doc
- 2012年乌鲁木齐市事业单位工作人员初任培训之网络培训必修课-党的民族理论与宗教政策课程测试答案(In 2012, the network training required for the beginning training of the staff of Urumqi public institutions - the test of the party's national theory and re.doc
- 2012去加拿大留学的名校及入学要求解析(2012, to study in Canada and the entrance requirements of elite schools).doc
- 2012年二级建造师市政公用工程管理与实务考试试题答案(2012 two construction division municipal utility engineering management and practice examination questions answer).doc
- 2012中考 历年中考英语阅读理解核心单词(2012 test English read and understand the core words).doc
- 2012年俄罗斯国际建材展(2012 Russia International Building Materials Exhibition).doc
- 2012年南戴河旅游攻略(Nandaihe travel 2012).doc
- 2012年吉林省普通高等学校专升本(In 2012, colleges and universities in Jilin province upgraded Ben).doc
- 2012年度中小学教师中高级职称网络考试(2012, primary and secondary school teachers, senior title examination).doc
- 年三年级数学下册第三四单元过关检测卷新人教版.docx
- 第十三章轴对称(复习课)1.ppt
- 15.1.2分式基本性质(2).ppt
- 期末冲刺(补全对话30道).docx
- 【华创证券-2025研报】2025年二季报公募基金十大重仓股持仓分析.pdf
- 【港交所-2025研报】景福集团 截至2025年3月31日止年度年报.pdf
- 【天风证券-2025研报】2025中报前瞻:关注预告日至财报日的景气超额.pdf
- 【国金证券-2025研报】连连数字(02598):跨境支付先行者,前瞻布局虚拟资产.pdf
- 【第一上海证券-2025研报】云工场(02512):云工(02512):IDC方案服务商,边缘云业务打造第二成长曲线.pdf
- 【东方证券-2025研报】主动权益基金2025年二季报全解析:重点关注科技医药双主线和中小盘高成长主题基金.pdf
文档评论(0)