📄 introduce.h
字号:
#include <iostream.h>
#include <iomanip.h>
void Introduce()
{
cout<<setw(15)<<' '<<setfill(char(14))<<setw(50)<<char(14)<<endl
<<setfill(' ')<<setw(16)<<char(14)<<setw(49)<<char(14)<<endl
<<setfill(' ')<<setw(16)<<char(14)<<setw(45)<<"本程序由魔鬼王子开发, 可以先建立代码转换规"<<setw(4)<<char(14)<<endl
<<setfill(' ')<<setw(16)<<char(14)<<setw(45)<<"则,然后输入需要编码的字符串,也可以直接输入"<<setw(4)<<char(14)<<endl
<<setfill(' ')<<setw(16)<<char(14)<<setw(45)<<"需要编码的字符串,系统自动对其编码。如果先"<<setw(4)<<char(14)<<endl
<<setfill(' ')<<setw(16)<<char(14)<<setw(45)<<"建代码转换规则,则可以保存规则,以后可直接输"<<setw(4)<<char(14)<<endl
<<setfill(' ')<<setw(16)<<char(14)<<setw(45)<<"入字符串信息,系统依据已建好的规则对其编码!"<<setw(4)<<char(14)<<endl
<<setfill(' ')<<setw(16)<<char(14)<<setw(45)<<"本程序尚在测试阶段,若有不完善之处,请批评指"<<setw(4)<<char(14)<<endl
<<setfill(' ')<<setw(16)<<char(14)<<setw(6)<<"正!"<<setw(43)<<char(14)<<endl
<<setfill(' ')<<setw(16)<<char(14)<<setw(49)<<char(14)<<endl
<<setfill(' ')<<setw(16)<<char(14)<<setw(28)<<"MSN: baboyzyh@hotmail.com"<<setw(21)<<char(14)<<endl
<<setfill(' ')<<setw(16)<<char(14)<<setw(15)<<"QQ: 20331244"<<setw(34)<<char(14)<<endl
<<setfill(' ')<<setw(16)<<char(14)<<setw(40)<<"Q-zone: http://20331244.q-zone.qq.com"<<setw(9)<<char(14)<<endl
<<setfill(' ')<<setw(16)<<char(14)<<setw(31)<<"BLOG: http://baboy.bokee.com"<<setw(18)<<char(14)<<endl
<<setfill(' ')<<setw(16)<<char(14)<<setw(49)<<char(14)<<endl
<<setw(15)<<' '<<setfill(char(14))<<setw(50)<<char(14)<<setfill(' ')<<endl;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -