代码语言
.
CSharp
.
JS
Java
Asp.Net
C
MSSQL
PHP
Css
PLSQL
Python
Shell
EBS
ASP
Perl
ObjC
VB.Net
VBS
MYSQL
GO
Delphi
AS
DB2
Domino
Rails
ActionScript
Scala
代码分类
文件
系统
字符串
数据库
网络相关
图形/GUI
多媒体
算法
游戏
Jquery
Extjs
Android
HTML5
菜单
网页交互
WinForm
控件
企业应用
安全与加密
脚本/批处理
开放平台
其它
【
C
】
将名字嵌入一个心型
作者:
波仔糕 r
/ 发布于
2013/4/16
/
524
#include<windows.h> #include<iostream> #include<fstream> #include<iomanip> #include<string> using namespace std; void main() {int m,n,i(0),y,m1,d1,s,m2,d2; string d,f,h; char a[6]; char e; ofstream k; SYSTEMTIME t; GetLocalTime(&t); y=t.wYear; m1=t.wMonth; d1=t.wDay; s=t.wSecond; m2=t.wMinute; d2=t.wHour; cout<<setfill(' ')<<setw(30)<<' '<<"本软件由何晏波制作"<<endl; cout<<setfill(' ')<<setw(25)<<' '<<"软件专利号21-2012-F-(6095)-041"<<endl; cout<<setfill(' ')<<setw(30)<<' '<<"版权支持——西华大学"<<endl; part2:cout<<"*请输入你的性别:"<<endl; cin>>d; if(d!="女"&&d!="男") {cout<<"请输入中文!"<<endl; goto part2;} if(d=="女") {while(1){part3:cout<<"*请输入你的名字:(每次输完请键Enter键)"<<endl; cin>>a; f=a; if(f=="何晏波") {while(1){cout<<"\a输入错误,何晏波是一位男士!";} } if(strlen(a)!=4&&strlen(a)!=6) {cout<<"请输入中文!"<<endl; goto part3;} if(strlen(a)==4) {cout<<setfill(' ')<<setw(30)<<' '<<'*'<<' '<<'*'<<' '<<'*'\ <<setfill(' ')<<setw(6)<<' '<<'*'<<' '<<'*'<<' '<<'*'<<endl; cout<<setfill(' ')<<setw(29)<<' '<<setfill('*')<<setw(1)<<'*'; cout<<setfill(' ')<<setw(5)<<' '<<setfill('*')<<setw(1)<<'*'; cout<<setfill(' ')<<setw(4)<<' '<<setfill('*')<<setw(1)<<'*'; cout<<setfill(' ')<<setw(5)<<' '<<setfill('*')<<setw(1)<<'*'<<endl; cout<<setfill(' ')<<setw(28)<<' '<<setfill('*')<<setw(1)<<'*'; cout<<setfill(' ')<<setw(7)<<' '\ <<setfill('*')<<setw(1)<<'*'; cout<<setfill(' ')<<setw(2)<<' '<<setfill('*')<<setw(1)<<'*'; cout<<setfill(' ')<<setw(7)<<' '\ <<setfill('*')<<setw(1)<<'*'<<endl; cout<<setfill(' ')<<setw(28)<<' '<<setfill('*')<<setw(1)<<'*'; cout<<setfill(' ')<<setw(8)<<' '<<setfill('*')<<setw(1)<<'*'<<'*'; cout<<setfill(' ')<<setw(8)<<' '<<setfill('*')<<setw(1)<<'*'<<endl; cout<<setfill(' ')<<setw(29)<<' '<<'*'; cout<<setfill(' ')<<setw(6)<<' '<<a<<setfill(' ')<<setw(6)<<' '<<'*'<<endl; cout<<setfill(' ')<<setw(30)<<' '<<'*'; cout<<setfill(' ')<<setw(2)<<' '<<"I MISS YOU"<<setfill(' ')<<setw(2)<<' '<<'*'<<endl; cout<<setfill(' ')<<setw(31)<<' '<<'*'; cout<<setfill(' ')<<setw(12)<<' '<<'*'<<endl; cout<<setfill(' ')<<setw(32)<<' '<<'*'; cout<<setfill(' ')<<setw(11)<<'*'<<endl; cout<<setfill(' ')<<setw(34)<<' '<<'*'; cout<<setfill(' ')<<setw(6)<<' '<<'*'<<endl; cout<<setfill(' ')<<setw(36)<<' '<<'*'<<' '<<' '<<' '<<'*'<<endl; cout<<setfill(' ')<<setw(38)<<' '<<'*'<<endl; k.open("C:\\LOVE.txt",ios::app|ios::out);//如果将头文件改为*.h那么ios::ate与ios::app的结果一致, //请思考为什么? k<<y<<"年"<<m1<<"月"<<d1<<"日"<<d2<<"时"<<m2<<"分"<<s<<"秒"<<endl; k<<setfill(' ')<<setw(30)<<' '<<'*'<<' '<<'*'<<' '<<'*'\ <<setfill(' ')<<setw(6)<<' '<<'*'<<' '<<'*'<<' '<<'*'<<endl; k<<setfill(' ')<<setw(29)<<' '<<setfill('*')<<setw(1)<<'*'; k<<setfill(' ')<<setw(5)<<' '<<setfill('*')<<setw(1)<<'*'; k<<setfill(' ')<<setw(4)<<' '<<setfill('*')<<setw(1)<<'*'; k<<setfill(' ')<<setw(5)<<' '<<setfill('*')<<setw(1)<<'*'<<endl; k<<setfill(' ')<<setw(28)<<' '<<setfill('*')<<setw(1)<<'*'; k<<setfill(' ')<<setw(7)<<' '\ <<setfill('*')<<setw(1)<<'*'; k<<setfill(' ')<<setw(2)<<' '<<setfill('*')<<setw(1)<<'*'; k<<setfill(' ')<<setw(7)<<' '\ <<setfill('*')<<setw(1)<<'*'<<endl; k<<setfill(' ')<<setw(28)<<' '<<setfill('*')<<setw(1)<<'*'; k<<setfill(' ')<<setw(8)<<' '<<setfill('*')<<setw(1)<<'*'<<'*'; k<<setfill(' ')<<setw(8)<<' '<<setfill('*')<<setw(1)<<'*'<<endl; k<<setfill(' ')<<setw(29)<<' '<<'*'; k<<setfill(' ')<<setw(6)<<' '<<a<<setfill(' ')<<setw(6)<<' '<<'*'<<endl; k<<setfill(' ')<<setw(30)<<' '<<'*'; k<<setfill(' ')<<setw(2)<<' '<<"I MISS YOU"<<setfill(' ')<<setw(2)<<' '<<'*'<<endl; k<<setfill(' ')<<setw(31)<<' '<<'*'; k<<setfill(' ')<<setw(12)<<' '<<'*'<<endl; k<<setfill(' ')<<setw(32)<<' '<<'*'; k<<setfill(' ')<<setw(11)<<'*'<<endl; k<<setfill(' ')<<setw(34)<<' '<<'*'; k<<setfill(' ')<<setw(6)<<' '<<'*'<<endl; k<<setfill(' ')<<setw(36)<<' '<<'*'<<' '<<' '<<' '<<'*'<<endl; k<<setfill(' ')<<setw(38)<<' '<<'*'<<endl; system("he.mp3"); k.close();} if(strlen(a)==6) {cout<<setfill(' ')<<setw(30)<<' '<<'*'<<' '<<'*'<<' '<<'*'\ <<setfill(' ')<<setw(6)<<' '<<'*'<<' '<<'*'<<' '<<'*'<<endl; cout<<setfill(' ')<<setw(29)<<' '<<setfill('*')<<setw(1)<<'*'; cout<<setfill(' ')<<setw(5)<<' '<<setfill('*')<<setw(1)<<'*'; cout<<setfill(' ')<<setw(4)<<' '<<setfill('*')<<setw(1)<<'*'; cout<<setfill(' ')<<setw(5)<<' '<<setfill('*')<<setw(1)<<'*'<<endl; cout<<setfill(' ')<<setw(28)<<' '<<setfill('*')<<setw(1)<<'*'; cout<<setfill(' ')<<setw(7)<<' '\ <<setfill('*')<<setw(1)<<'*'; cout<<setfill(' ')<<setw(2)<<' '<<setfill('*')<<setw(1)<<'*'; cout<<setfill(' ')<<setw(7)<<' '\ <<setfill('*')<<setw(1)<<'*'<<endl; cout<<setfill(' ')<<setw(28)<<' '<<setfill('*')<<setw(1)<<'*'; cout<<setfill(' ')<<setw(8)<<' '<<setfill('*')<<setw(1)<<'*'<<'*'; cout<<setfill(' ')<<setw(8)<<' '<<setfill('*')<<setw(1)<<'*'<<endl; cout<<setfill(' ')<<setw(29)<<' '<<'*'; cout<<setfill(' ')<<setw(5)<<' '<<a<<setfill(' ')<<setw(5)<<' '<<'*'<<endl; cout<<setfill(' ')<<setw(30)<<' '<<'*'; cout<<setfill(' ')<<setw(2)<<' '<<"I LOVE YOU"<<setfill(' ')<<setw(2)<<' '<<'*'<<endl; cout<<setfill(' ')<<setw(31)<<' '<<'*'; cout<<setfill(' ')<<setw(12)<<' '<<'*'<<endl; cout<<setfill(' ')<<setw(32)<<' '<<'*'; cout<<setfill(' ')<<setw(10)<<' '<<'*'<<endl; cout<<setfill(' ')<<setw(34)<<' '<<'*'; cout<<setfill(' ')<<setw(6)<<' '<<'*'<<endl; cout<<setfill(' ')<<setw(36)<<' '<<'*'<<' '<<' '<<' '<<'*'<<endl; cout<<setfill(' ')<<setw(38)<<' '<<'*'<<endl; k.open("C:\\LOVE.txt",ios::app|ios::out); k<<y<<"年"<<m1<<"月"<<d1<<"日"<<d2<<"时"<<m2<<"分"<<s<<"秒"<<endl; k<<setfill(' ')<<setw(30)<<' '<<'*'<<' '<<'*'<<' '<<'*'\ <<setfill(' ')<<setw(6)<<' '<<'*'<<' '<<'*'<<' '<<'*'<<endl; k<<setfill(' ')<<setw(29)<<' '<<setfill('*')<<setw(1)<<'*'; k<<setfill(' ')<<setw(5)<<' '<<setfill('*')<<setw(1)<<'*'; k<<setfill(' ')<<setw(4)<<' '<<setfill('*')<<setw(1)<<'*'; k<<setfill(' ')<<setw(5)<<' '<<setfill('*')<<setw(1)<<'*'<<endl; k<<setfill(' ')<<setw(28)<<' '<<setfill('*')<<setw(1)<<'*'; k<<setfill(' ')<<setw(7)<<' '\ <<setfill('*')<<setw(1)<<'*'; k<<setfill(' ')<<setw(2)<<' '<<setfill('*')<<setw(1)<<'*'; k<<setfill(' ')<<setw(7)<<' '\ <<setfill('*')<<setw(1)<<'*'<<endl; k<<setfill(' ')<<setw(28)<<' '<<setfill('*')<<setw(1)<<'*'; k<<setfill(' ')<<setw(8)<<' '<<setfill('*')<<setw(1)<<'*'<<'*'; k<<setfill(' ')<<setw(8)<<' '<<setfill('*')<<setw(1)<<'*'<<endl; k<<setfill(' ')<<setw(29)<<' '<<'*'; k<<setfill(' ')<<setw(5)<<' '<<a<<setfill(' ')<<setw(5)<<' '<<'*'<<endl; k<<setfill(' ')<<setw(30)<<' '<<'*'; k<<setfill(' ')<<setw(2)<<' '<<"I LOVE YOU"<<setfill(' ')<<setw(2)<<' '<<'*'<<endl; k<<setfill(' ')<<setw(31)<<' '<<'*'; k<<setfill(' ')<<setw(12)<<' '<<'*'<<endl; k<<setfill(' ')<<setw(32)<<' '<<'*'; k<<setfill(' ')<<setw(10)<<' '<<'*'<<endl; k<<setfill(' ')<<setw(34)<<' '<<'*'; k<<setfill(' ')<<setw(6)<<' '<<'*'<<endl; k<<setfill(' ')<<setw(36)<<' '<<'*'<<' '<<' '<<' '<<'*'<<endl; k<<setfill(' ')<<setw(38)<<' '<<'*'<<endl; k.open("C:\\LOVE.txt",ios::app|ios::out); system("he.mp3"); k.close();} cout<<"*你想继续吗?(y/n)"<<endl; cin>>e; if(e=='y') goto part2; else break;}} if(d=="男") {while(1){part4:cout<<"*请输入你的名字:(每次输完请键Enter键)"<<endl; cin>>a; f=a; if(f=="何晏波") {while(1){cout<<"\a本程序的设计者";} } if(strlen(a)!=4&&strlen(a)!=6) {cout<<"请输入中文!"<<endl; goto part4;} if(strlen(a)==4) {cout<<setfill(' ')<<setw(30)<<' '<<'*'<<' '<<'*'<<' '<<'*'\ <<setfill(' ')<<setw(6)<<' '<<'*'<<' '<<'*'<<' '<<'*'<<endl; cout<<setfill(' ')<<setw(29)<<' '<<setfill('*')<<setw(1)<<'*'; cout<<setfill(' ')<<setw(5)<<' '<<setfill('*')<<setw(1)<<'*'; cout<<setfill(' ')<<setw(4)<<' '<<setfill('*')<<setw(1)<<'*'; cout<<setfill(' ')<<setw(5)<<' '<<setfill('*')<<setw(1)<<'*'<<endl; cout<<setfill(' ')<<setw(28)<<' '<<setfill('*')<<setw(1)<<'*'; cout<<setfill(' ')<<setw(7)<<' '\ <<setfill('*')<<setw(1)<<'*'; cout<<setfill(' ')<<setw(2)<<' '<<setfill('*')<<setw(1)<<'*'; cout<<setfill(' ')<<setw(7)<<' '\ <<setfill('*')<<setw(1)<<'*'<<endl; cout<<setfill(' ')<<setw(28)<<' '<<setfill('*')<<setw(1)<<'*'; cout<<setfill(' ')<<setw(8)<<' '<<setfill('*')<<setw(1)<<'*'<<'*'; cout<<setfill(' ')<<setw(8)<<' '<<setfill('*')<<setw(1)<<'*'<<endl; cout<<setfill(' ')<<setw(29)<<' '<<'*'; cout<<setfill(' ')<<setw(6)<<' '<<a<<setfill(' ')<<setw(7)<<' '<<'*'<<endl; cout<<setfill(' ')<<setw(30)<<' '<<'*'; cout<<setfill(' ')<<setw(2)<<' '<<"BEST FRIEND"<<setfill(' ')<<setw(2)<<' '<<'*'<<endl; cout<<setfill(' ')<<setw(31)<<' '<<'*'; cout<<setfill(' ')<<setw(12)<<' '<<'*'<<endl; cout<<setfill(' ')<<setw(32)<<' '<<'*'; cout<<setfill(' ')<<setw(10)<<' '<<'*'<<endl; cout<<setfill(' ')<<setw(34)<<' '<<'*'; cout<<setfill(' ')<<setw(6)<<' '<<'*'<<endl; cout<<setfill(' ')<<setw(36)<<' '<<'*'<<' '<<' '<<' '<<'*'<<endl; cout<<setfill(' ')<<setw(38)<<' '<<'*'<<endl; k.open("C:\\LOVE.txt",ios::app|ios::out); k<<y<<"年"<<m1<<"月"<<d1<<"日"<<d2<<"时"<<m2<<"分"<<s<<"秒"<<endl; k<<a; k.close();} if(strlen(a)==6) {cout<<setfill(' ')<<setw(30)<<' '<<'*'<<' '<<'*'<<' '<<'*'\ <<setfill(' ')<<setw(6)<<' '<<'*'<<' '<<'*'<<' '<<'*'<<endl; cout<<setfill(' ')<<setw(29)<<' '<<setfill('*')<<setw(1)<<'*'; cout<<setfill(' ')<<setw(5)<<' '<<setfill('*')<<setw(1)<<'*'; cout<<setfill(' ')<<setw(4)<<' '<<setfill('*')<<setw(1)<<'*'; cout<<setfill(' ')<<setw(5)<<' '<<setfill('*')<<setw(1)<<'*'<<endl; cout<<setfill(' ')<<setw(28)<<' '<<setfill('*')<<setw(1)<<'*'; cout<<setfill(' ')<<setw(7)<<' '\ <<setfill('*')<<setw(1)<<'*'; cout<<setfill(' ')<<setw(2)<<' '<<setfill('*')<<setw(1)<<'*'; cout<<setfill(' ')<<setw(7)<<' '\ <<setfill('*')<<setw(1)<<'*'<<endl; cout<<setfill(' ')<<setw(28)<<' '<<setfill('*')<<setw(1)<<'*'; cout<<setfill(' ')<<setw(8)<<' '<<setfill('*')<<setw(1)<<'*'<<'*'; cout<<setfill(' ')<<setw(8)<<' '<<setfill('*')<<setw(1)<<'*'<<endl; cout<<setfill(' ')<<setw(29)<<' '<<'*'; cout<<setfill(' ')<<setw(5)<<' '<<a<<setfill(' ')<<setw(6)<<' '<<'*'<<endl; cout<<setfill(' ')<<setw(30)<<' '<<'*'; cout<<setfill(' ')<<setw(2)<<' '<<"BEST BROTHER"<<setfill(' ')<<setw(1)<<' '<<'*'<<endl; cout<<setfill(' ')<<setw(31)<<' '<<'*'; cout<<setfill(' ')<<setw(12)<<' '<<'*'<<endl; cout<<setfill(' ')<<setw(32)<<' '<<'*'; cout<<setfill(' ')<<setw(10)<<' '<<'*'<<endl; cout<<setfill(' ')<<setw(34)<<' '<<'*'; cout<<setfill(' ')<<setw(6)<<' '<<'*'<<endl; cout<<setfill(' ')<<setw(36)<<' '<<'*'<<' '<<' '<<' '<<'*'<<endl; cout<<setfill(' ')<<setw(38)<<' '<<'*'<<endl; k.open("C:\\LOVE.txt",ios::app|ios::out); k<<y<<"年"<<m1<<"月"<<d1<<"日"<<d2<<"时"<<m2<<"分"<<s<<"秒"<<endl; k<<a; k.close();} cout<<"*你想继续吗?(y/n)"<<endl; cin>>e; if(e=='y') goto part2; else break;}}}
试试其它关键字
心型
同语言下
.
获取手机通讯录 iOS去除数字以外的所有字符
.
异步加载音乐等资源
.
交通罚单管理系统
.
freemark实现,简单的替换
.
计算斐波那契数列
.
base64解码 包括解码长度
.
图像显示
.
冒泡排序
.
输入十进制数,输出指定进制
.
链式栈
可能有用的
.
C#实现的html内容截取
.
List 切割成几份 工具类
.
SQL查询 多列合并成一行用逗号隔开
.
一行一行读取txt的内容
.
C#动态修改文件夹名称(FSO实现,不移动文件)
.
c# 移动文件或文件夹
.
c#图片添加水印
.
Java PDF转换成图片并输出给前台展示
.
网站后台修改图片尺寸代码
.
处理大图片在缩略图时的展示
波仔糕 r
贡献的其它代码
(
1
)
.
将名字嵌入一个心型
Copyright © 2004 - 2024 dezai.cn. All Rights Reserved
站长博客
粤ICP备13059550号-3