码迷,mamicode.com
首页 >  
搜索关键字:传送门    ( 7005个结果
DNA Sequence(POJ2778 AC自动机dp+矩阵加速)
传送门DNA SequenceTime Limit: 1000MSMemory Limit: 65536KDescriptionIt's well known that DNA Sequence is a sequence only contains A, C, T and G, and it's ...
分类:其他好文   时间:2014-09-22 22:33:43    阅读次数:276
Python科学计算初学者必读
这是老外的一篇很好的文章,专门写给即将开始用Python来作为科学计算工具的人群。Python for scientific computing: Where to start传送门:http://sjbyrnes.com/?page_id=67英文好的人可以看看,英文不好的。。。额。。。那就等我闲...
分类:编程语言   时间:2014-09-22 14:56:52    阅读次数:238
ACdream区域赛指导赛之手速赛系列(7)
A - Dragon Maze Time Limit: 2000/1000MS (Java/Others) Memory Limit: 128000/64000KB (Java/Others) Submit          Status 题目连接:     传送门 Problem Description You are the prince of Dra...
分类:其他好文   时间:2014-09-19 19:27:25    阅读次数:183
HDU2222(Keywords Search,AC自动机)
传送门Keywords SearchTime Limit: 1000MSMemory Limit: 32768KB64bit IO Format: %I64d & %I64u Description In the modern time, Search engine came into the li...
分类:其他好文   时间:2014-09-17 20:09:22    阅读次数:243
python中List操作
传送门官方文件地址list.append(x):将x加入列表尾部,等价于a[len(a):] = [x] 例:>>> list1=[1,2,3,4]>>> list1.append(5)>>> list1[1, 2, 3, 4, 5]list.extend(L)将列表L中的元素加入list中,等价于...
分类:编程语言   时间:2014-09-17 16:48:32    阅读次数:299
千百万Java开发者的福音:跨平台Cocos2d-Java游戏引擎诞生
传送门CocosEditor官网:http://cocoseditor.com/引擎工具下载及配置:Cocos2d-Java游戏引擎和相关开发工具的安装配置前言跨平台Cocos2d-Java游戏引擎以及配套的CocosEditor2.0游戏开发工具终于诞生了。使用Java语言来开发Cocos2d跨平台游戏,和-lua,-js的风格相近API,毋庸置..
分类:编程语言   时间:2014-09-15 19:41:10    阅读次数:332
HDU 1849 Rabbit and Grass(nim博弈)
题目地址:HDU 1849 初次接触nim博弈,感觉好神奇的说。。。居然可以跟异或运算扯上关系。。。。给人类的智商跪了。。。作为地球人我感到很自豪。。 具体证明什么的看这篇博客被。传送门 代码如下: #include #include #include #include #include #include #include #include #include #inc...
分类:其他好文   时间:2014-09-14 22:13:17    阅读次数:276
POJ2513 Colored Sticks (并查集+trie)
传送门Colored SticksTime Limit: 5000MSMemory Limit: 128000KDescriptionYou are given a bunch of wooden sticks. Each endpoint of each stick is colored with...
分类:其他好文   时间:2014-09-14 20:34:57    阅读次数:202
最近用到的js插件:TouchSlide.js,LazyLoad.js
最近用到的几个比较好用的js的插件,一个是供延迟加载的lazyLoad.js,另外一个是提供滚动播放效果的TouchSlide.js 附上用法传送门: lazyLoad:http://www.cnblogs.com/ahjesus/archive/2010/10/09/1998642.html TouchSlide:http://www.superslide2.com/TouchSlide/...
分类:Web程序   时间:2014-09-14 16:44:47    阅读次数:217
POJ3007(Organize Your Train part II)
传送门Organize Your Train part IITime Limit:1000MSMemory Limit:65536KDescriptionRJ Freight, a Japanese railroad company for freight operations has recent...
分类:其他好文   时间:2014-09-12 23:18:04    阅读次数:331
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!