码迷,mamicode.com
首页 >  
搜索关键字:eight    ( 227个结果
百度描点
var sevenWordLength = $('#list_seven').height(); var eightTop = $('.step_eight').offset().top; var temp_seven = $('.circle').height()-50; $('#list_sev ...
分类:其他好文   时间:2016-11-16 22:21:11    阅读次数:201
Eight(经典题,八数码)
Eight Time Limit: 10000/5000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 20993 Accepted Submission(s): 5634Special ...
分类:其他好文   时间:2016-10-15 19:58:07    阅读次数:260
弱校连萌 10.2
A.Nearest Neighbor Search B.Odd Discount C.Eight Queens D.Longest Common Subsequence E.Coins F.Floyd-Warshall G.Road History H.Around the World I.Long ...
分类:其他好文   时间:2016-10-05 21:54:56    阅读次数:157
套题T8&T9
A - 8球胜负(eight) Time Limit:1000MS Memory Limit:65535KB 64bit IO Format:%lld & %llu Submit Status A - 8球胜负(eight) Submit Status Description 88球是一种台球竞赛的 ...
分类:其他好文   时间:2016-09-25 20:34:46    阅读次数:233
POJ 1077 Eight(康托展开+BFS)
Eight Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 30176 Accepted: 13119 Special Judge Description The 15-puzzle has been around for ove ...
分类:其他好文   时间:2016-08-29 09:09:59    阅读次数:185
POJ1077(八数码)
Eight Eight Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 30127 Accepted: 13108 Special Judge Description The 15-puzzle has been around f ...
分类:其他好文   时间:2016-08-25 23:28:57    阅读次数:210
用Python实现九九乘法表
1.用“#”组成的矩形的实现 代码 1 eight = int(input("Height:")) #用户输入高度 2 width = int(input("Width:")) #用户输入宽度 3 4 num_height = 1 5 while num_height <= height: 6 nu ...
分类:编程语言   时间:2016-08-22 02:07:27    阅读次数:202
poj 1077 Eight(bfs,dbfs)
代码如下: dbfs: bfs: 1 #include <iostream> 2 #include <map> 3 #include <algorithm> 4 #include <string> 5 #include <queue> 6 using namespace std; 7 typedef ...
分类:数据库   时间:2016-08-20 13:02:30    阅读次数:279
Eight hdu 1043 poj 1077
Description The 15-puzzle has been around for over 100 years; even if you don't know it by that name, you've seen it. It is constructed with 15 slidin ...
分类:其他好文   时间:2016-07-23 00:33:31    阅读次数:204
CDOJ 24 八球胜负(eight) 解题报告
最近忙着打工,做题比较慢,大概一天只能有一题。 现在完成了电子科技大学第六届ACM程序设计大赛 初赛系列,会渐渐编辑起来发上来的 题目链接http://acm.uestc.edu.cn/#/problem/show/24 这题除了题意难以理解,问题不是很大 只要在给的字符串里面判断最后一个字符,判断 ...
分类:其他好文   时间:2016-07-12 01:33:16    阅读次数:255
227条   上一页 1 ... 7 8 9 10 11 ... 23 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!