码迷,mamicode.com
首页 >  
搜索关键字:dragon balls    ( 484个结果
(转)Entity Framework--IQueryable与IEnumberable的区别
原文链接:http://www.cnblogs.com/fly_dragon/archive/2011/02/21/1959933.html IEnumerable接口 公开枚举器,该枚举器支持在指定类型的集合上进行简单迭代。也就是说:实现了此接口的object,就可以直接使用foreach遍历此o ...
分类:编程语言   时间:2017-10-30 18:12:47    阅读次数:175
[AGC012D]Colorful Balls
题意:有$N$个球,有颜色$c_i$,重量$w_i$,若($c_a=c_b$且$w_a+w_b\leq X$)或($c_a\ne c_b$且$w_a+w_b\leq Y$),可以交换$a,b$,求总共可以得到多少种不同的颜色序列 首先我们当然要比较快地找到哪些球是可以交换的 因为交换具有传递性,所以 ...
分类:其他好文   时间:2017-10-26 23:20:26    阅读次数:251
UVa OJ 679 - Dropping Balls
本题是一个二叉树问题——Perfect Binary Tree。 一个完美二叉树(PBT)的深度为D,从根结点开始,按层次遍历顺序编号为1,2,...,2D-1。 有若干个球,依次由根结点落下。当一个球落在非叶结点上时,将向左子树或右子树落下。这个方向由每一个结点的flag控制(其中,flag是一个 ...
分类:其他好文   时间:2017-10-23 01:14:18    阅读次数:153
luogu P3420 [POI2005]SKA-Piggy Banks
题目描述 Byteazar the Dragon has NN piggy banks. Each piggy bank can either be opened with its corresponding key or smashed. Byteazar has put the keys in ...
分类:其他好文   时间:2017-10-15 22:38:07    阅读次数:245
Codeforces 101487E - Enter The Dragon
101487E - Enter The Dragon 思路:做的时候两个地方理解错了,第一个事我以为龙吸了水,水就干了,其实龙是在下雨之前吸的,下雨时湖水又满了,所以湖水永远不会干;第二个是以为只要找前面一段没下雨的天吸水就可以了,其实是上一次满了之后没下雨的天吸水都可以。 代码: ...
分类:其他好文   时间:2017-10-14 21:20:49    阅读次数:137
Kali终端美化
首先安装figlet和cowsay 用leafpad打开.bashrc文件 在文件最后加入一行代码 另开一个终端,查看效果 打开cowsay的文件夹 查看一下里面有哪些字符画 我选择dragon.cow,再添加一行代码到.bashrc文件的末尾 保存后查看效果 再在.bashrc文件的末尾加上两行代 ...
分类:其他好文   时间:2017-10-05 18:49:11    阅读次数:557
Uva679 Dropping Balls
A number of K balls are dropped one by one from the root of a fully binary tree structure FBT. Each time the ball being dropped first visits a non-ter ...
分类:其他好文   时间:2017-09-21 22:25:47    阅读次数:191
Uva11292 Dragon of Loowater
Once upon a time, in the Kingdom of Loowater, a minor nuisance turned into a major problem. The shores of Rellau Creek in central Loowater had always ...
分类:其他好文   时间:2017-09-21 22:21:55    阅读次数:130
Codeforces 553A. Kyoya and Colored Balls
Kyoya Ootori has a bag with n colored balls that are colored with k different colors. The colors are labeled from 1 to k. Balls of the same color are ...
分类:其他好文   时间:2017-09-21 21:02:36    阅读次数:149
uva 11292 Dragon of Loowater
https://vjudge.net/problem/UVA-11292 题意: 王国有n个龙,有m个骑士,每个其实需要花费x个金币砍掉头的直径不大于x的龙。给出每条龙头的直径和每个骑士花费的金币,问是否能把龙杀光,能的话输出最小的花费。 思路: 贪心。首先把两个数组排序,然后定义两个位置变量,如果 ...
分类:其他好文   时间:2017-09-20 10:08:03    阅读次数:96
484条   上一页 1 ... 9 10 11 12 13 ... 49 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!