码迷,mamicode.com
首页 > 其他好文
HDU 4518
整理一下思路,明天再写。。。#include #include #define LL __int64using namespace std;const LL inf=10000000000000ll;const int root=0;LL f[60],ans[60];int trie[550][10...
分类:其他好文   时间:2015-03-15 00:39:42    阅读次数:150
Hyper-v opensuse 虚拟机 网络设置
最近买了一块ssd,并且为了尝鲜,系统换成了windows 10,但是不用linux,总觉得少点什么,于是乎决定把opensuse请到虚拟机里。 提到虚拟机,首先想到的是virtualbox,但是virtualbox安装完成后,会导致win10黑屏。只得放弃。突然间想到,微软还有自己的虚拟机h...
分类:其他好文   时间:2015-03-15 00:38:14    阅读次数:254
codeforces 144D Missile Silos(最短路)
转载请注明出处:http://www.cnblogs.com/fraud/ ——by fraudMissile SilosA country called Berland consists of n cities, numbered with integer numbers from 1 to n....
分类:其他好文   时间:2015-03-15 00:39:42    阅读次数:189
(简单) POJ 2253 Frogger,Dijkstra。
Description Freddy 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 to ...
分类:其他好文   时间:2015-03-15 00:37:42    阅读次数:154
wolire
haha
分类:其他好文   时间:2015-03-15 00:38:16    阅读次数:121
(简单) POJ 2387 Til the Cows Come Home,Dijkstra。
Description Bessie is out in the field and wants to get back to the barn to get as much sleep as possible before Farmer John wakes her for the mor...
分类:其他好文   时间:2015-03-15 00:38:21    阅读次数:195
poj2778DNA Sequence (AC自动机+矩阵快速幂)
转载请注明出处:http://www.cnblogs.com/fraud/ ——by fraudDNA SequenceTime Limit: 1000MSMemory Limit: 65536KDescriptionIt's well known that DNA Sequence is a se...
分类:其他好文   时间:2015-03-15 00:37:31    阅读次数:184
(简单) POJ 2502 Subway,Dijkstra。
Description You have just moved from a quiet Waterloo neighbourhood to a big, noisy city. Instead of getting to ride your bike to school every day...
分类:其他好文   时间:2015-03-15 00:37:38    阅读次数:184
LeetCode-87 Scramble String
Given a strings1, we may represent it as a binary tree by partitioning it to two non-empty substrings recursively.Below is one possible representation...
分类:其他好文   时间:2015-03-15 00:36:38    阅读次数:159
AC自动机
给定n个模式串在主串中出现了几个#include #include const int MAXPT=500007; //最大节点数const int size=26; //子节点数const char start='a'; //子节点标号对应关系 class Ac_Automat{pr...
分类:其他好文   时间:2015-03-15 00:35:39    阅读次数:162
(简单) POJ 1502 MPI Maelstrom,Dijkstra。
Description BIT has recently taken delivery of their new supercomputer, a 32 processor Apollo Odyssey distributed shared memory machine with a hie...
分类:其他好文   时间:2015-03-15 00:34:49    阅读次数:262
(简单) POJ 1511 Invitation Cards,SPFA。
Description In the age of television, not many people attend theater performances. Antique Comedians of Malidinesia are aware of this fact. They wa...
分类:其他好文   时间:2015-03-15 00:36:34    阅读次数:255
Cacti部署
Lamp准备篇请看前文博客 安装rrdtool工具 这里使用源码安装 解压rrdtool包 配置(编译安装需要gcc等编译程序支持) 注意如果配置出错缺乏libxml2-devel、pango-devel、需要进行自我解决,否则不会成功。 配置完成 编译和安装 Make &&make install...
分类:其他好文   时间:2015-03-15 00:34:34    阅读次数:242
使用github上面别人的pyqt4+pyserial代码的时遇到的问题
因为想要学习python界面和串口通信。所以在github上面找到了这个一个程序 地址是http://eli.thegreenplace.net/2009/08/07/a-live-data-monitor-with-python-pyqt-and-pyserial我使用git将代码clone出来之...
分类:其他好文   时间:2015-03-15 00:35:41    阅读次数:337
Tomcat性能调优-让小猫飞奔[转]
http://blog.csdn.net/lifetragedy/article/details/7708724 http://blog.csdn.net/lifetragedy/article/details/43817903
分类:其他好文   时间:2015-03-15 00:35:42    阅读次数:138
HDU-3666 THE MATRIX PROBLEM
很容易发现约束条件:L#include #include #include #include #include #include #include #define rep(i, l, r) for(int i=l; i=r; i--)#define N 456#define MAX 1'9') { ...
分类:其他好文   时间:2015-03-15 00:34:09    阅读次数:162
微软职位内部推荐-Senior Software Development Engineer_Commerce
微软近期Open的职位:Are you looking for a high impact project that involves processing of billions of dollars, hundreds of millions of transactions, and tens ...
分类:其他好文   时间:2015-03-15 00:32:52    阅读次数:185
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!