|
标签:杂谈 |
|
标签:杂谈 |
| 分类:歌词翻译 |
Valentine's day
Artist:Linkin Park
Album:Minutes To Midnight
My insides all turn to ash, so slow
And the waves inside collide, so cold
A black winter blew away, from sight
And how the darkness over days, that night
And the clouds above moved closer
Looking so dissatisfied
But the heartless wind kept blowing, blowing
I used to be my own protection, but not
now
'Cause my path has lost direction, somehow
A black winter blew away, from sight
And how the darkness over day, that night
And the clouds above moved closer
Looking so dissatisfied
And the ground below grew colder
As they put you down inside
But the heartless wind kept blowing, blowing
So now you're gone
And I was wrong
I never knew what it was like
To be alone....
On a Valentine's Day...On a Valentine's
Day
On a Valentine's Day...On a Valentine's Day
On a Valentine's Day...On a Valentine's Day
On a Valentine's Day...On a Valentine's Day
情人节
内心的思绪化为灰烬,如此消沉
记忆的水波激烈碰撞,如此寒冷
黑色的寒冬吹走视野中的一切
那夜后,黑暗笼罩着每一天
乌云逼近 如此沮丧
而无情的风继续吹,继续吹
我已习惯自我保护 但现在...
因为我莫名的迷失了自己的方向
黑色的寒冬吹走视野中的一切
那夜后,黑暗笼罩着每一天
乌云逼近 如此沮丧
大地渐渐变得寒冷
就如同他们将你种在我心中
而无情的风继续吹,继续吹
你走了 我错了
我从未想过如此
陷入孤单
在一个情人节...在一个情人节
在一个情人节...在一个情人节
在一个情人节...在一个情人节
在一个情人节...在一个情人节
在一个情人节...在一个情人节
在一个情人节...在一个情人节
| 分类:CS专区 |
/************** Snow.cpp **************/
/*
/*
/*
/*
/**************************************/
#include <GL/glut.h>
#include <math.h>
#define DEEP 4
#define PI 3.1415926
#define RADIUS 40
#define OX 250
#define OY 175
void init()
{
}
void DrawSnow(GLint deep,GLint r,GLint
theata,GLint x,GLint y)
{
}
void Snow()
{
}
int main(int argc, char* argv[])
{
}
效果图:
/************* Circle.cpp *************/
/*
/*
/*
/*
/**************************************/
#include 'stdafx.h'
#include <GL/glut.h>
#define RADIUS 60
#define X 70
#define Y 70
void init()
{
}
void Pixcel(GLint x,GLint y)
{
}
void DrawPoint(GLint x,GLint y)
{
}
void Circle()
{
}
int main(int argc, char* argv[])
{
}
====================================
比想象容易多了,未经允许不得COPY