码迷,mamicode.com
首页 >  
搜索关键字:love    ( 1552个结果
hdu 4324 Triangle LOVE
拓扑排序,不开心持续中 #include #include #include #include #define maxn 2100 using namespace std; vector >mapp; int head[maxn]; int n; void solve() { queueroot; for(int i=0;i<n;i++) { if(!head[i]) root.pus...
分类:其他好文   时间:2015-04-13 09:31:28    阅读次数:114
Lua游戏引擎Love试用
今天使用Love引擎,测试了一下其基本的一些特性。 由于是底层封装了opengl的库进行图形显示,效率当然还是非常高的,而且lua本身的运行效率也很高,这个架构就特别时候游戏原型的开发。...
分类:其他好文   时间:2015-04-12 00:08:16    阅读次数:273
有关网页排版div+css
1.有关fw的使用 fw:调出标尺:ctrl+alt+"R" 放大图片 :ctrl ++ 缩小图片: ctrl -- 切片工具为k 吸取颜色为i 放大镜的快捷键为z,按alt+z可以切换放大镜的大小2.有关超链接 可以总结为love head 顺序不能变 a:link{} 链接的当前效果 ...
分类:Web程序   时间:2015-04-11 13:05:05    阅读次数:174
Oracle 分区表(转)
原文地址:http://love-flying-snow.iteye.com/blog/573303废话少说,直接讲分区语法。Oracle表分区分为四种:范围分区,散列分区,列表分区和复合分区。一:范围分区 就是根据数据库表中某一字段的值的范围来划分分区,例如:Sql代码 createtablegr...
分类:数据库   时间:2015-04-10 20:11:28    阅读次数:207
Love——My first lecture in Miss Harrell's class
Good morning, everyone! My name is Tim. Today my topic is Love. Love is very important in our life. Because without it life has no meaning or purpose....
分类:其他好文   时间:2015-04-10 17:05:04    阅读次数:119
优美英文句子2
17.Is there anyone who hasn't suffered for the secret love? We alwaysthink that love is very heavy, heavy and could be the heaviest thing inthe world....
分类:其他好文   时间:2015-04-10 13:03:52    阅读次数:123
Love every movie by Shirley Temple
She is the curest thing ever existed-of the whole universe.As a 6 years' she can both sing and dance. She remenbers all the lines in the show, andexpr...
分类:其他好文   时间:2015-04-09 07:41:03    阅读次数:122
a标签伪类的LOVE HATE原则
a标签伪类的LOVE HATE原则a标签有四个伪类,分别是:a:link未访问的链接a:visited已访问的链接a:hover鼠标移动到链接上a:active选定的链接遇到的问题:访问过的链接,始终显示点过的样式,鼠标滑过或者点击时都不会有样式变动,具体css样式如下:查询后知道a标签伪类有一个排...
分类:其他好文   时间:2015-04-08 19:46:56    阅读次数:3079
sdut2168--Mathmen(贪心)
Mathmen Time Limit: 1000MS Memory limit: 65536K 题目描述 Mathmen love mathematics, and they live on the number line. All the mathmen spend all their time on solving mathematical pro...
分类:其他好文   时间:2015-04-06 11:28:56    阅读次数:176
【C语言】在终端输入多行,找出有“ould”的行,并打印。
/* 在终端输入多行,找出有“ould”的行,并打印,如:love could you and I with fate conspireTo grasp this sorry scheme of things entire, Would not we shatter it to bitd - and then. 则输出: Au,love could you and I with fate cons...
分类:编程语言   时间:2015-04-05 21:59:55    阅读次数:180
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!