📄 flash_system.h
字号:
/*
//==Program Name:Flash_System.h==============================
//--Program Description:Arm Board IIC flash info-----------
//--Author:Yanyou Song---E-mail:syyo@163.com-----------------
//--Some Program&Fuction May Have BUG------------------------
//--The Code Is Strictly In public,Forbiding Updata On Net---
//--Use This Code Caused All The Problem Is Irrespective The
Programmer,Aftermath By Yourself!!---------------------------
//--Copyright Yanyou Song,All rights reserved.---------------
//--Design Data:2006-09-11 ----------------------------------
//===========================================================
//===========程序名称:Main_entry.c=======================
//--程序目的:ARM板串行存储器内容-------------------------
//-----设计&编写者 :宋彦佑--电子邮件:syyo@163.com---------
//------------程序&函数有存在BUG的可能--------------------
//------此原码不公开!!不允许公布在因特网上!!------------
//--使用此代码引起的一切问题与设计&编写者无关,后果自负---
//------------作者保留此代码的所有权力--------------------
//----设计日期:-2006-now---------------------------------
//========================================================
//--------最后更改日期---------
//---the last revision time----
//2006-09-15
*/
/**/
class system_info
{
public:
system_info();
~system_info();
//int satt;
private:
long start_time;
};
system_info:: system_info()
{
}
system_info:: ~system_info()
{
}
/*
struct
{
int sttt;
}system_info;
*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -