码迷,mamicode.com
首页 >  
搜索关键字:lifting the stone    ( 411个结果
stone crusher machine
Welcome to the equipment internet site. one of the biggest manufacturer, exporter and supplier in crushing and grinding industry in China. Our main pr...
分类:其他好文   时间:2014-08-05 10:52:59    阅读次数:281
[ACM] hdu 4248 A Famous Stone Collector (DP+组合)
A Famous Stone Collector Problem Description Mr. B loves to play with colorful stones. There are n colors of stones in his collection. Two stones with the same color are indistinguishable. M...
分类:其他好文   时间:2014-07-30 17:41:44    阅读次数:287
用数组模拟栈的结构
package datastruct; import java.util.Arrays; /** * 用数组模拟栈的结构:后进先出(LIFO) 线性表结构 * @author stone * 2014-07-29 06:34:49 */ public class SimulateStack { public static void main(String[] args) {...
分类:其他好文   时间:2014-07-29 22:04:42    阅读次数:359
Frogger
Time Limit:1000MSMemory Limit:65536KB64bit IO Format:%I64d & %I64uSubmitStatusDescriptionFreddy Frog is sitting on a stone in the middle of a lake. Su...
分类:其他好文   时间:2014-07-26 14:26:01    阅读次数:323
POJ2253——Frogger(Floyd变形)
FroggerDescriptionFreddy Frog is sitting on a stone in the middle of a lake. Suddenly he notices Fiona Frog who is sitting on another stone. He plans ...
分类:其他好文   时间:2014-07-24 21:18:13    阅读次数:334
To help the workers do their job easily
Scissor Lift tables are not just required for lifting the objects but also for the proper positioning of the material while working to prevent work re...
分类:其他好文   时间:2014-07-22 00:16:33    阅读次数:269
poj 2253 (dis最短路径)
Frogger Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 24979   Accepted: 8114 Description Freddy Frog is sitting on a stone in the middle of a lake. Suddenl...
分类:其他好文   时间:2014-07-20 21:29:14    阅读次数:273
10165 - Stone Game(Nim游戏)
UVA 10165 - Stone Game 题目链接 题意:给定n堆石子,每次能在一堆取1到多个,取到最后一个赢,问谁赢 思路:就裸的的Nim游戏,利用定理求解 代码: #include #include int n, num; int main() { while (~scanf("%d", &n) && n) { int sum = 0; ...
分类:其他好文   时间:2014-07-18 22:17:20    阅读次数:342
7.16_D题
题目链接:http://code.bupt.edu.cn/problem/p/427/ 一个很单纯的every-sg模型 代码: #include #include #include #include #define N 100010 using namespace std; int step[N]; int sg[N]; int stone[N]; vector g[N]; i...
分类:其他好文   时间:2014-07-18 11:34:05    阅读次数:173
[ACM] POJ 2253 Frogger (最短路径变形,每条通路中的最长边的最小值)
Frogger Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 24879   Accepted: 8076 Description Freddy Frog is sitting on a stone in the middle of a lake. Sudde...
分类:其他好文   时间:2014-07-16 13:48:50    阅读次数:486
411条   上一页 1 ... 36 37 38 39 40 ... 42 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!