码迷,mamicode.com
首页 >  
搜索关键字:hdoj networking    ( 3176个结果
HDOJ 5015 233Matrix 组合数学
不需要用矩阵的做法!不需要用矩阵的做法!不需要用矩阵的做法! 具体的题意大家都理解了吧 一个n行m列的矩阵 第一行是233,2333,23333…… 给出第一列$a[1],a[2]……$ ...
分类:其他好文   时间:2018-05-21 23:05:46    阅读次数:184
转载:HDOJ 5407 CRB and Candies(求1到n的LCM 位图储存结构)
版权声明:本文为转载文章,未经博主允许不得转载。 https://blog.csdn.net/whyorwhnt/article/details/9397289 CRB and Candies Time Limit: 2000/1000 MS (Java/Others) Memory Limit: ...
分类:其他好文   时间:2018-05-21 14:49:56    阅读次数:168
[Hdoj] Fast Matrix Calculation
题面:http://acm.hdu.edu.cn/showproblem.php?pid=4965 题解:https://www.zybuluo.com/wsndy-xx/note/1153981 ...
分类:其他好文   时间:2018-05-20 18:16:35    阅读次数:155
CentOS6.5 修改主机名
1.编辑/etc/sysconfig/network [root@localhost ~]# vi /etc/sysconfig/network NETWORKING=yes HOSTNAME=hadoop-01 2.hostname 直接命名 [root@localhost ~]#hostname ...
分类:其他好文   时间:2018-05-19 18:38:37    阅读次数:176
HDU 3371 Connect the Cities(prim算法)
题目链接: http://acm.hdu.edu.cn/showproblem.php?pid=3371 Problem Description In 2100, since the sea level rise, most of the cities disappear. Though some ...
分类:编程语言   时间:2018-05-18 00:30:11    阅读次数:182
mysql+linux 忘记密码
方法一: # /etc/init.d/mysql stop # mysqld_safe --user=mysql --skip-grant-tables --skip-networking & # mysql -u root mysql mysql> UPDATE user SET Password ...
分类:数据库   时间:2018-05-09 17:59:42    阅读次数:216
【HDOJ图论题集】【转】
https://blog.csdn.net/ling_du/article/details/47038249 ...
分类:其他好文   时间:2018-05-08 21:06:06    阅读次数:151
hdoj-1036-Average is not Fast Enough!(水题,坑)
题目链接:Average is not Fast Enough! ...
分类:其他好文   时间:2018-05-04 18:22:42    阅读次数:184
hdoj 2159 (带限制的完全背包)
#include #include #include using namespace std; int dp[110][110]; int n,m,k,s; int w[110]; int val[110]; int main () { ios::sync_with_stdio(false); wh... ...
分类:其他好文   时间:2018-05-03 22:11:39    阅读次数:160
hdoj-1031-Design T-Shirt
题目链接 ...
分类:其他好文   时间:2018-05-03 22:07:29    阅读次数:161
3176条   上一页 1 ... 31 32 33 34 35 ... 318 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!