- feat:新功能(feature)
- fix:修补bug
- docs:文档(documentation)
- style: 格式(不影响代码运行的变动)
- refactor:重构(即不是新增功能,也不是修改bug的代码变动)
- test:增加测试
- chore:构建过程或辅助工具的变动
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// _oo0oo_ | |
// o8888888o | |
// 88" . "88 | |
// (| -_- |) | |
// 0\ = /0 | |
// ___/`---'\___ | |
// .' \\| |// '. | |
// / \\||| : |||// \ | |
// / _||||| -:- |||||- \ |
backup from http://www.openedv.com/thread-81182-1-1.html
ROM (Read Only Memory),只读存储器。用来存储和保存数据。ROM 数据不能随意更新,但是在任何时候都可以读取。即使是断电,ROM 也能够保留数据。
ROM 也有很多种:
PROM
是可编程一次性(无法修改)的 ROM;
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
v 54.210690 -2.669517 -37.900150 | |
v 53.310688 -3.469517 -45.400150 | |
v 46.110683 -2.469517 -44.500153 | |
v 51.510685 -3.069517 -40.100151 | |
v 48.990688 -3.269517 -44.860153 | |
v 38.910686 -0.869517 -43.600151 | |
v 38.910686 0.530483 -30.400150 | |
v 39.810688 0.330483 -29.800152 | |
v 55.110683 -2.069517 -30.100151 | |
v 54.210690 -2.669517 -37.900150 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
v 38.910686 -1.069517 -43.600151 | |
v 38.910686 0.330483 -30.400150 | |
v 39.810688 0.130483 -29.800152 | |
v 55.110683 -2.269517 -30.100151 | |
v 54.210690 -2.869517 -37.900150 | |
v 53.310688 -3.669517 -45.400150 | |
v 46.110683 -2.669517 -44.500153 | |
v 26.010685 -1.869517 -29.200151 | |
v 38.010685 0.130483 -29.500151 | |
v 38.010685 0.330483 -30.100151 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
v 15.484783 14.997294 -87.941277 | |
v 15.484783 14.997294 -85.541275 | |
v 17.584785 14.997294 -86.741272 | |
v 21.184784 14.997294 -86.741272 | |
v 24.184784 15.197294 -84.341278 | |
v 24.184784 14.997294 -87.941277 | |
v 22.384785 14.997294 -87.941277 | |
v 22.084785 14.997294 -89.141273 | |
v 17.584785 14.997294 -89.141273 | |
v 17.284786 14.997294 -87.941277 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://cedar-renjun.github.io/2014/03/21/learn-doxygen-in-10-minutes/index.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@author 作者 | |
@brief 摘要 | |
@version 版本号 | |
@date 日期 | |
@file 文件名,可以默认为空,DoxyGen会自己加 | |
@class 类名 | |
@param 函数参数 | |
@return 函数返回值描述 | |
@exception 函数抛异常描述 | |
@warning 函数使用中需要注意的地方 |
OlderNewer