码迷,mamicode.com
首页 >  
搜索关键字:love    ( 1552个结果
February 26 2017 Week 9 Sunday
There is only one happiness in life, to love and be loved. 生命中只有一种幸福,爱与被爱。 Some one told me that hearing her love say good night to her is the simples ...
分类:其他好文   时间:2017-05-04 01:34:20    阅读次数:161
[HDOJ1823] Luck and Love(线段树,树套树)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1823 体重就一位小数,可以扩展10倍更新。 坑在了更新人的时候,不应该直接更新,而应该求max,竟然在这里犯二。。 外层更新的时候,线段树的每一棵字数都要在判return之前update内层的树。相当于 ...
分类:其他好文   时间:2017-05-01 00:30:02    阅读次数:252
js-消息对话框
最近在某技术网站学习一些js(JavaScript)的课程,将笔记分享一下 消息对话框1. **alert **消息对话框,输出内容,可以是字符串或变量,与document.write 相似 var mychar="I love JavaScript"; alert(mychar);2. **con ...
分类:Web程序   时间:2017-04-29 19:56:35    阅读次数:239
题目1008:最短路径问题(SPFA算法)
题目链接:http://ac.jobdu.com/problem.php?pid=1008 详解连接:https://github.com/Pacsiy/JobDu 最短路径四种算法详解链接:http://blog.csdn.net/hjd_love_zzt/article/details/2673 ...
分类:编程语言   时间:2017-04-29 14:22:59    阅读次数:242
February 22 2017 Week 8 Wednesday
There is only one happiness in life, to love and be loved. 生命中只有一种幸福,爱与被爱。 If you think you are not loved by a girl, try to give your love first. Toda ...
分类:其他好文   时间:2017-04-29 09:43:05    阅读次数:145
Text-鼠标点击事件
1 from tkinter import * 2 import webbrowser 3 4 master=Tk() 5 6 text=Text(master,width=50,height=20) 7 text.pack() 8 text.insert(INSERT,'I love FishC.... ...
分类:其他好文   时间:2017-04-27 13:30:12    阅读次数:187
2017python学习的第三天文件的操作
Somehow, it seems the love I knew was always the most destructive kind 不知为何,我经历的爱情总是最具毁灭性的的那种 Yesterday when I was young 昨日当我年少轻狂 The taste of life wa ...
分类:编程语言   时间:2017-04-27 00:31:18    阅读次数:363
HDU1823-Luck and Love-二维线段树(模板)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1823 好吧,给这题跪了。。。orz.... 一道非常基础的二维线段树的模板题; 可是细节非常多;尤其注意了; swap函数会丢失精度,用double就等着WA到死吧。。。orz... 还有就是给你的区间 ...
分类:其他好文   时间:2017-04-26 20:26:16    阅读次数:390
February 19 2017 Week 8 Sunday
We accept the love we think we deserve. 我们接受自己认为配得上的爱。 A few months ago, I tried to date with a girl whose appearence is very attractive for me. But s ...
分类:其他好文   时间:2017-04-26 13:06:31    阅读次数:132
February 17 2017 Week 7 Friday
The very essence of romance is uncertainty. 浪漫的精髓就在于它充满种种可能。 If you want a happy life with enduring love, you must add some color to the ordinary life ...
分类:其他好文   时间:2017-04-24 12:02:44    阅读次数:139
1552条   上一页 1 ... 81 82 83 84 85 ... 156 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!