程序员的表白代码

如题所述

程序员的表白代码

第一条语言:Java代码翻译:直到死之前,每天爱你多一点代码:while(lifeend){love++;}

第二条语言:C语言代码翻译:IcannotsayHellototheWorldwithoutu.代码:#incldestdio.hintmain(){printf(HelloWorldn);retrn0;}//IcannotsayHellototheWorldwithoutu.

第三条语言:python代码翻译:山无陵,江水为竭,冬雷震震,夏雨雪,天地合,乃敢与君绝!代码:if(mountain.arris==None):if(river.water==None):if(winter.thunder==True):if(summer.snow==True):if(sky.height==ground.height):i.withyou=Falseelse:i.withyou=True.

第四条语言:Erlang代码代码翻译:深圳相遇,至死不渝代码:-module(you_and_me).-export([start/1]).-record(person,{name,address,status}).start(Name)-one_world(Name).one_world(Name)keep_to_love_you(Person).say_goodbye(Person)-io:format(~p:seeyounextworld!~n,[Person#person.name]).see_you_next_world(Name)-one_world(Name).

第五条语言:Java语言代码翻译:爱你到天荒地老代码:while(!world.destroy){System.out.println(iloveyou);}

温馨提示:答案为网友推荐,仅供参考
第1个回答  2017-07-07
第一条

语言:Java
代码翻译:
直到死之前,每天爱你多一点

代码:

while (life < end) {
love++;
}

第二条

语言:C语言
代码翻译:
I can not say Hello to the World without u.

代码:

#inclde <stdio.h>

int main() {
printf("Hello World\n");
retrn 0;
}

// I can not say Hello to the World without u.

第三条

语言:python
代码翻译:
山无陵, 江水为竭, 冬雷震震, 夏雨雪, 天地合, 乃敢与君绝!

代码:

if(mountain.arris==None):
if(river.water==None):
if(winter.thunder==True):
if(summer.snow==True):
if(sky.height==ground.height):
i.withyou=False
else:
i.withyou=True

第四条

语言:Erlang代码
代码翻译:
深圳相遇,至死不渝

代码:

-module(you_and_me).
-export([start/1]).
-record(person,{name,address,status}).

start(Name) ->
one_world(Name).
one_world(Name) ->
Me=#person{name=Name, address=sz, status=alive},
when_meet_you(Me).
when_meet_you(Person = #person{name=me}) ->
start_to_love_you(Person);
when_meet_you(_) ->
ignore.
start_to_love_you(Person) ->
io:format("~p: I Love You!~n", [Person#person.name]),
keep_to_love_you(Person).
keep_to_love_you(Person=#person{name=me, status=die}) ->
say_goodbye(Person),
see_you_next_world(Person#person.name);
keep_to_love_you(Person = #person{name=me}) ->
io:format("~p: I Love You Forever!~n", [Person#person.name]),
keep_to_love_you(Person).
say_goodbye(Person) ->
io:format("~p: see you next world!~n", [Person#person.name]).
see_you_next_world(Name) ->
one_world(Name).

第五条

语言:Java语言
代码翻译:
爱你到天荒地老

代码:

while(!world.destroy){
System.out.println("i love you");
}

第六条

语言:C语言

代码翻译:
两隔的世界;
无名的信件;
短暂的停留;
长久的记忆;
说这么多,只是想说:我想你了。

代码:

#include <stdio.h>
int main()
{
double world;
unsigned letter;
short stay;
long memories;
printf("I miss you.\n");
return 0;
}

第七条

语言:C++

代码翻译:
我生为卿生,卿生赴我媒,同心两相知,长命无绝衰

代码:

//人
class Person{
//...
private:
void* id; //本我
void* ego; //自我
void* superego; //超我
};

//伴侣——不分你我地联合
union Couple{
void* you;
void* me;
};

//生生世世的伴侣们
vector<Couple*>* timelessCouples = new vector<Couple*>();

//有你、有我的世界
int main(int argc, char** argv){
//亘古...

timeFlies();//...岁月...

Person* me = new Person();//我

timeFlies();//...岁月...

Person* you = new Person();//你

timeFlies();//...岁月...

if(check(time, place, you, me) == true){
//如果时间、地点,还有你,都没有异见,我愿陪你,从亘古到永远
Couple * newCouple = new Couple();
newCouple->me = you;
timelessCouples->push_back(newCouple);
}

timeFlies();//...岁月...

//永远...

return 0;
}

第八条

语言:JavaScript
代码翻译:
春风十里不如你

代码:

var you = function from_future_import(){};
var spring = {
'breezing':true,
'length':10
};
var i = [];
i.sort([spring,you])==[you,spring]
第2个回答  2021-03-23

html表白代码大全可以去我的博客看看,一个九个效果,都是直接可用的哦。

<!DOCTYPE html>

<html>

<head>

    <meta charset="UTF-8">

    <title>跳动爱心</title>

    <style>

        *{

            padding: 0;

            margin: 0;

        }

        body{

            background-color: pink;

        }

        #frame{

            position: relative;

            width: 400px;

            height: 300px;

            margin: 250px auto;

        }

        .left,.right{

            top: 0;

            width: 200px;

            height: 200px;

            border-radius: 50%;

        }

        .left{

            left: 35px;


        }

        .right{

            right: 35px;

            z-index: -1;

        }

        .bottom{

            bottom: 36px;

            left: 100px;

            width: 200px;

            height: 200px;

            transform: rotate(45deg);

            z-index: -1;


        }

        .heart{

            position: absolute;

            box-shadow:0 0 40px #d5093c;

            animation: beat .4s ease infinite normal;

            background: linear-gradient(-90deg, #F50A45 0%, #d5093c 40%);

        }

        @keyframes beat {

            0%{

                transform: scale(1) rotate(225deg);

                box-shadow:0 0 40px #d5093c;

            }

            50%{

                transform: scale(1.1) rotate(225deg);

                box-shadow: 0 0 70px #d5093c;

            }

            100%{

                transform: scale(1) rotate(225deg);

                box-shadow: 0 0 40px #d5093c;;

            }

        }

    </style>

</head>

<body>

    <div id="frame">

        <div class="heart left"></div>

        <div class="heart right"></div>

        <div class="heart bottom"></div>

    </div>

<b style="  position:absolute;

  width: 50%;

top:70%;

left:25%;

  text-align: center;

  transform:translateY(-50%);

  font-family: 'Love Ya Like A Sister', cursive;

  font-size: 40px;

  color: #c70012;

  padding: 0 20px;">每次遇见你都心跳加速。</b>

<audio autoplay="autopaly" loop="loop" id="audios" preload="auto">

    <source src="http://music.163.com/song/media/outer/url?id=526464145.mp3" />

</audio>


</body>

</html>

第3个回答  2017-08-28
第一条

语言:Java
代码翻译:
直到死之前,每天爱你多一点

代码:
while (life < end) {
love++;
}

第二条

语言:C语言
代码翻译:
I can not say Hello to the World without u.

代码:
#inclde <stdio.h>

int main() {
printf("Hello World\n");
retrn 0;
}

// I can not say Hello to the World without u.

第三条

语言:python
代码翻译:
山无陵, 江水为竭, 冬雷震震, 夏雨雪, 天地合, 乃敢与君绝!

代码:
if(mountain.arris==None):
if(river.water==None):
if(winter.thunder==True):
if(summer.snow==True):
if(sky.height==ground.height):
i.withyou=False
else:
i.withyou=True

第四条

语言:Erlang代码
代码翻译:
深圳相遇,至死不渝

代码:
-module(you_and_me).
-export([start/1]).
-record(person,{name,address,status}).

start(Name) ->
one_world(Name).
one_world(Name) ->
Me=#person{name=Name, address=sz, status=alive},
when_meet_you(Me).
when_meet_you(Person = #person{name=me}) ->
start_to_love_you(Person);
when_meet_you(_) ->
ignore.
start_to_love_you(Person) ->
io:format("~p: I Love You!~n", [Person#person.name]),
keep_to_love_you(Person).
keep_to_love_you(Person=#person{name=me, status=die}) ->
say_goodbye(Person),
see_you_next_world(Person#person.name);
keep_to_love_you(Person = #person{name=me}) ->
io:format("~p: I Love You Forever!~n", [Person#person.name]),
keep_to_love_you(Person).
say_goodbye(Person) ->
io:format("~p: see you next world!~n", [Person#person.name]).
see_you_next_world(Name) ->
one_world(Name).

第五条

语言:Java语言
代码翻译:
爱你到天荒地老

代码:
while(!world.destroy){
System.out.println("i love you");
}

第六条

语言:C语言

代码翻译:
两隔的世界;
无名的信件;
短暂的停留;
长久的记忆;
说这么多,只是想说:我想你了。

代码:
#include <stdio.h>
int main()
{
double world;
unsigned letter;
short stay;
long memories;
printf("I miss you.\n");
return 0;
}

第七条

语言:C++

代码翻译:
我生为卿生,卿生赴我媒,同心两相知,长命无绝衰

代码:
//人
class Person{
//...
private:
void* id; //本我
void* ego; //自我
void* superego; //超我
};

//伴侣——不分你我地联合
union Couple{
void* you;
void* me;
};

//生生世世的伴侣们
vector<Couple*>* timelessCouples = new vector<Couple*>();

//有你、有我的世界
int main(int argc, char** argv){
//亘古...

timeFlies();//...岁月...

Person* me = new Person();//我

timeFlies();//...岁月...

Person* you = new Person();//你

timeFlies();//...岁月...

if(check(time, place, you, me) == true){
//如果时间、地点,还有你,都没有异见,我愿陪你,从亘古到永远
Couple * newCouple = new Couple();
newCouple->me = you;
timelessCouples->push_back(newCouple);
}

timeFlies();//...岁月...

//永远...

return 0;
}

第八条

语言:JavaScript
代码翻译:
春风十里不如你

代码:
var you = function from_future_import(){};
var spring = {
'breezing':true,
'length':10
};
var i = [];
i.sort([spring,you]);
result:[you,spring]

你可以用最后一个进行表白,《春风十里不如你》最近这部剧也很火。解释下:spring:春天 ,breezing:微风,length:十里,sort:把你和春风进行大小比较,result:结果是,你在前,春风在后,春风不如你。连起来就是春风十里不如你。

参考:https://zhuanlan.zhihu.com/p/25235949?utm_source=weibo&utm_medium=social本回答被网友采纳
第4个回答  2020-05-20

520 I love you,简单几行代码,在最后带来一个甜蜜的冲击

相似回答