程序猿的中秋节——浪漫至死不渝!!

一、吟诗一首

在这里插入图片描述

春江潮水连海平,海上明月共潮生。
滟滟随波千万里,何处春江无月明。
江流宛转绕芳甸,月照花林皆似霰。
空里流霜不觉飞,汀上白沙看不见。
江天一色无纤尘,皎皎空中孤月明。
江畔何人初见月?江月何年初照人?
人生代代无穷已,江月年年似相望。
不知江月待何人,但见长江送流水。
白云一片去悠悠,青枫浦上不胜愁。
谁家今夜扁舟子,何处相思明月楼?
可怜楼上月裴回,应照离人妆镜台。
玉户帘中卷不去,捣衣砧上拂还来。
此时相望不相闻,愿逐月华流照君。
鸿雁长飞光不度,鱼龙潜跃水成文。
昨夜闲潭梦花落,可怜春半不还家。
江水流春去欲尽,江潭落月复西斜。
斜月沉沉藏海雾,碣石潇湘无限路。
不知乘月几人归,落月摇情满江树。

赏评:初闻不知诗中意,再见已是诗中人,不得不说这首诗的画面是真滴美啊!
在这里插入图片描述

二、这个中秋节怎么过?

一年一度的中秋佳节即将又要到来,那么各位小伙伴的中秋节都是怎么过滴泥(😉)?
在这里插入图片描述

1.这是我的中秋节(太可怜辣!😭)

在这里插入图片描述
在这里插入图片描述

在这里插入图片描述
在这里插入图片描述

2.这是别人的中秋节(慕了慕了!!!😁)

在这里插入图片描述
在这里插入图片描述
不说辣,说多了都是泪!!!!在这里插入图片描述

三、来自程序猿的一点点浪漫(😜)

以下代码将展示纯C++做的乐曲庐州月和520表白爱心,快来@你的对象吧!(😜)

#include<windows.h>
#include<bits/stdc++.h>
#include<iostream> 
using namespace std;
string name="LOVE";
int cnt=0; 
#define C0 16.35
#define CSHARP0 17.32
#define D0 18.35
#define DSHARP0 19.45
#define E0 20.60
#define F0 21.83
#define FSHARP0 23.12
#define G0 24.50
#define GSHARP0 25.96
#define A0 27.50
#define ASHARP0 29.14
#define B0 30.87
#define C1 32.70
#define CSHARP1 34.65
#define D1 36.71
#define DSHARP1 38.89
#define E1 41.20
#define F1 43.65
#define FSHARP1 46.25
#define G1 49.00
#define GSHARP1 51.91
#define A1 55.00
#define ASHARP1 58.27
#define B1 61.74
#define C2 65.41
#define CSHARP2 69.30
#define D2 73.42
#define DSHARP2 77.78
#define E2 82.41
#define F2 87.31
#define FSHARP2 92.50
#define G2 98.00
#define GSHARP2 103.83
#define A2 110.00
#define ASHARP2 116.54
#define B2 123.47
#define C3 130.81
#define CSHARP3 138.59
#define D3 146.83
#define DSHARP3 155.56
#define E3 164.81
#define F3 174.61
#define FSHARP3 185.00
#define G3 196.00
#define GSHARP3 207.65
#define A3 220.00
#define ASHARP3 233.08
#define B3 246.94
#define C4 261.63
#define CSHARP4 277.18
#define D4 293.66
#define DSHARP4 311.13
#define E4 329.63
#define F4 349.23
#define FSHARP4 369.99
#define G4 392.00
#define GSHARP4 415.30
#define A4 440.00
#define ASHARP4 466.16
#define B4 493.88
#define C5 523.25
#define CSHARP5 554.37
#define D5 578.33
#define DSHARP5 622.25
#define E5 659.25
#define F5 698.46
#define FSHARP5 739.99
#define G5 783.99
#define GSHARP5 830.61
#define A5 880.00
#define ASHARP5 932.33
#define B5 987.77
#define C6 998
#define CSHARP6 1108
#define D6 1174.66
#define DSHARP6 1244.51
#define E6 1318.51
#define F6 1396.91
#define FSHARP6 1479.98
#define G6 1567.98
#define GSHARP6 1661.22
#define A6 1760.00 
#define ASHARP6 1864.66
#define B6 1975.53
#define C7 2093.00
void heart(float tx,float ty,float sx,float sy,float ex,float ey,char c)
{
	for(float y=sy;y>=ey;y+=ty)
	{
		for(float x=sx;x<=ex;x+=tx)
		{
			if(x*x+pow(5.0*y/4.0-sqrt(fabs(x)),2)-1<=0.0)
			{
				cout<<name[cnt];
				cnt++;
				cnt%=4;
			}
			else cout<<' ';
		}
		cout<<endl;
		Sleep(50);
	}
}
using namespace std;
int main()
{
		int x=rand()%13;
		for(x=1;x<=13;x++)
		{
			if(x==1)system("color F0");
			if(x==2)system("color F1");
			if(x==3)system("color F2");
			if(x==4)system("color F3");
			if(x==5)system("color F4");
			if(x==6)system("color F5");
			if(x==7)system("color F6");
			if(x==8)system("color F9");
			if(x==9)system("color FA");
			if(x==10)system("color FB");
			if(x==11)system("color FC");
			if(x==12)system("color FD");
			if(x==13)system("color F0");
heart(0.05,-0.1,-1.2,1.3,1.2,0-1.1,'@');
	Sleep(100);
		}
		cout<<"                 祝大家中秋节快乐!"<<endl<<endl<<endl<<endl;
		cout<<"    许嵩《庐州月》"<<endl<<endl<<endl;
	Beep(E5,350);cout<<"儿"; 
	Beep(E5,350);cout<<"时";
	Beep(G5,350);cout<<"凿"; 
	Beep(A5,350);cout<<"壁"; 
	Beep(G5,350);cout<<"偷";
	Beep(G5,350);cout<<"了"; 
	Beep(G5,350);cout<<"谁"; 
	Beep(G5,350);cout<<"家"; 
	Beep(E5,350);cout<<"的"; 
	Beep(G5,350);cout<<"光"<<endl; 
	Beep(E5,350);cout<<"宿"; 
	Beep(E5,350);cout<<"昔";
	Beep(G5,350);cout<<"不";
	Beep(A5,350);cout<<"梳";
	Beep(C6,350);cout<<"一";
	Beep(A5,350);cout<<"苦";
	Beep(G5,350);cout<<"十";
	Beep(E5,350);cout<<"年";
	Beep(D5,350);cout<<"寒";
	Beep(E5,350);cout<<"窗"<<endl;
	Beep(E5,500);cout<<"如";
	Beep(D5,350);cout<<"今";
	Beep(C5,350);cout<<"灯";
	Beep(D5,350);cout<<"下";
	Beep(CSHARP5,500);cout<<"闲";
	Beep(A5,350);cout<<"读";
	Beep(G5,350);cout<<"红";
	Beep(A5,350);cout<<"袖";
	Beep(G5,350);cout<<"添";
	Beep(E5,350);cout<<"香"<<endl; 
	Beep(E5,350);cout<<"半"; 
	Beep(D5,350);cout<<"生";
	Beep(C5,350);cout<<"浮";
	Beep(A4,350);cout<<"名";
	Beep(C5,350);cout<<"只";
	Beep(D5,350);cout<<"是";
	Beep(E5,350);cout<<"虚";
	Beep(E5,350);cout<<"妄";
	Beep(D5,350);cout<<endl;
	Beep(E5,350);cout<<"三";
	Beep(E5,350);cout<<"月";
	Beep(G5,350);cout<<"一";
	Beep(A5,350);cout<<"路";
	Beep(G5,350);cout<<"烟";
	Beep(G5,350);cout<<"霞";
	Beep(G5,350);cout<<"莺";
	Beep(G5,350);cout<<"飞";
	Beep(E5,350);cout<<"草"; 
	Beep(G5,350);cout<<"长"<<endl;
	Beep(E5,350);cout<<"柳";
	Beep(E5,350);cout<<"絮";
	Beep(G5,350);cout<<"纷";
	Beep(A5,350);cout<<"飞";
	Beep(C6,350);cout<<"里";
	Beep(A5,350);cout<<"看";
	Beep(G5,350);cout<<"见";
	Beep(E5,350);cout<<"了";
	Beep(D5,350);cout<<"故";
	Beep(E5,350);cout<<"乡"<<endl;
	Beep(E5,350);cout<<"不";
	Beep(E5,350);cout<<"知";
	Beep(D5,350);cout<<"心";	
	Beep(C5,350);cout<<"上";
	Beep(C5,350);cout<<"的"; 
	Beep(A4,350);cout<<"你";
	Beep(C5,500);cout<<"是";
	Beep(A5,350);cout<<"否";
	Beep(G5,350);cout<<"还";
	Beep(A5,350);cout<<"在";
	Beep(G5,350);cout<<"庐";
	Beep(E5,350);cout<<"阳"<<endl;
	Beep(E5,350);cout<<"一";
	Beep(D5,350);cout<<"缕";
	Beep(C5,350);cout<<"青";
	Beep(A4,350);cout<<"丝";
	Beep(C5,350);cout<<"一";
	Beep(D5,350);cout<<"生";
	Beep(E5,350);cout<<"珍";
	Beep(D5,350);cout<<"藏";
	Beep(C5,1000);cout<<endl;
	Beep(E5,350);cout<<"桥";
	Beep(G5,350);cout<<"上";
	Beep(A5,350);cout<<"的";
	Beep(A5,350);cout<<"恋";
	Beep(A5,350);cout<<"人";
	Beep(A5,350);cout<<"入";
	Beep(C6,350);cout<<"对";
	Beep(A5,350);cout<<"出";
	Beep(G5,800);cout<<"双"<<endl;
	Beep(G5,350);cout<<"桥";
	Beep(A5,350);cout<<"边";
	Beep(C5,350);cout<<"红";
	Beep(C5,350);cout<<"药";
	Beep(C5,350);cout<<"叹";
	Beep(C5,350);cout<<"夜";
	Beep(A5,350);cout<<"太";
	Beep(G6,350);cout<<"漫";
	Beep(E6,600);cout<<"长"<<endl;
	Beep(E6,350);cout<<"月";
	Beep(DSHARP6,350);cout<<"也"; 
	Beep(C5,350);cout<<"摇";
	Beep(DSHARP6,500);cout<<"晃"<<endl; 
	Beep(E6,350);cout<<"人";
	Beep(DSHARP6,350);cout<<"也"; 
	Beep(C5,350);cout<<"彷";
	Beep(DSHARP6,500);cout<<"徨"<<endl;
	Beep(E6,350);cout<<"乌";
	Beep(DSHARP6,350);cout<<"蓬"; 
	Beep(C5,500);cout<<"里";
	Beep(DSHARP6,350);cout<<"传"; 
	Beep(DSHARP6,350);cout<<"来";  
	Beep(DSHARP6,350);cout<<"了"; 
	Beep(DSHARP6,350);cout<<"一";
	Beep(C5,350);cout<<"曲"; 
 	Beep(A6,350);cout<<"离";
	Beep(G6,1500);cout<<"殇"<<endl;
	Beep(B5,350);cout<<"庐";
	Beep(A5,350);cout<<"州";
  	Beep(B5,350);cout<<"月";
	Beep(E6,500);cout<<"光"<<endl;
	Beep(B5,350);cout<<"洒";
	Beep(A5,350);cout<<"满";
  	Beep(B5,350);cout<<"心";
	Beep(E6,500);cout<<"上"<<endl;
	Beep(B5,350);cout<<"月";
	Beep(A5,350);cout<<"下";
  	Beep(B5,350);cout<<"的"; 
	Beep(E6,350);cout<<"你";
	Beep(E6,350);cout<<"不";
	Beep(E6,350);cout<<"复";
	Beep(E6,350);cout<<"当";
	Beep(CSHARP6,350);cout<<"年";
	Beep(B5,350);cout<<"模";
	Beep(CSHARP6,500);cout<<"样"<<endl;
	Beep(CSHARP6,350);cout<<"太";
	Beep(B5,350);cout<<"多";
	Beep(A5,350);cout<<"的";
 	Beep(FSHARP5,500);cout<<"伤"<<endl;
	Beep(CSHARP6,350);cout<<"难";
	Beep(B5,350);cout<<"诉";
	Beep(A5,350);cout<<"衷";
	Beep(E5,500);cout<<"肠"<<endl;
	Beep(E5,350);cout<<"叹";
 	Beep(FSHARP5,350);cout<<"一";
	Beep(A5,350);cout<<"句";
 	Beep(FSHARP5,350);cout<<"当";
 	Beep(FSHARP5,350);cout<<"时";
 	Beep(FSHARP5,350);cout<<"只";
	Beep(G6,350);cout<<"道";
	Beep(G6,350);cout<<"是";
	Beep(A5,350);cout<<"寻";
	Beep(B5,500);cout<<"常"<<endl;
	Beep(B5,350);cout<<"庐";
	Beep(A5,350);cout<<"州";
	Beep(B5,350);cout<<"月";
	Beep(E6,500);cout<<"光"<<endl;
	Beep(B5,350);cout<<"梨";
	Beep(A5,350);cout<<"花";
	Beep(B5,350);cout<<"雨";
	Beep(E6,500);cout<<"凉"<<endl;
	Beep(B5,350);cout<<"如";
	Beep(A5,350);cout<<"今";
	Beep(B5,350);cout<<"的";
	Beep(E6,350);cout<<"你";
	Beep(E6,350);cout<<"又";
 	Beep(E6,350);cout<<"在"	;
	Beep(E6,350);cout<<"谁";
	Beep(CSHARP6,350);cout<<"的";
	Beep(B5,350);cout<<"身";
 	Beep(CSHARP6,500);cout<<"旁"<<endl;
	Beep(CSHARP6,350);cout<<"家";
	Beep(B5,350);cout<<"乡";
	Beep(A5,350);cout<<"月";
 	Beep(FSHARP5,600);cout<<"光"<<endl;	
	Beep(CSHARP6,350);cout<<"深";
	Beep(B5,350);cout<<"深";
	Beep(A5,350);cout<<"烙";
	Beep(G6,350);cout<<"在";
	Beep(G6,350);cout<<"我";
 	Beep(CSHARP6,350);cout<<"心";
	Beep(CSHARP6,500);cout<<"上"<<endl;
	Beep(CSHARP6,350);cout<<"却";
	Beep(B5,350);cout<<"流";
	Beep(A5,350);cout<<"不";
 	Beep(FSHARP5,350);cout<<"出";
	Beep(A5,350);cout<<"当";
	Beep(B5,350);cout<<"年";
 	Beep(FSHARP5,500);cout<<"泪";
	Beep(C5,1500);cout<<"光";
	return 0;
 } 

运行效果如下:

2022-08-29 21-58-32

四、寄汤来喽!!!

心灵鸡汤:IF(BOOL 学习==FALSE)BOOL 落后=TURE;不断地学习,我们才能不断地前进。

  • 16
    点赞
  • 8
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 22
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 22
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

神秘的老年人

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值