码迷,mamicode.com
首页 > 其他好文
hdu1179Ollivanders: Makers of Fine Wands since 382 BC. (二分最大匹配)
Problem Description In Diagon Alley ,there is only one Wand-seller,peeling gold letters over the door read Ollivanders: Makers of Fine Wands since 382 BC.A single wand lay on a faded purple cushion i...
分类:其他好文   时间:2014-07-29 14:59:59    阅读次数:242
(校赛) URAL 1993 This cheeseburger you don't need
Master Yoda is the oldest member of the Jedi Council. He conducts preparatory classes of little Younglings up to the moment they get a mentor. All Younglings adore master Yoda and they hope to grow...
分类:其他好文   时间:2014-07-29 14:59:48    阅读次数:266
”舍得“大法:把自己的优点当缺点倒出去
和几个创业者在网上或线下聊天,聊着聊着几个人就开始激动或吐槽了,无外乎几个原因:1)创业成效还不见 2)亏损现象不能扭转 3)产品打不出去 ,打了广告很多钱都无法把产品推出去我暂时不去主观和客观的评价这些现象,因为我自己也具备以上三点“死穴”,尤其第三点。不过幸好的是,我心态略比他们好一些,如果不猛灌我几杯“猫尿”,我是基本不会吐槽的。玩笑过后,我想起一本描写胡雪岩怎么创业的书,里面有个案例顿时在...
分类:其他好文   时间:2014-07-29 14:59:18    阅读次数:188
HDU 1180:诡异的楼梯(BFS)
: 诡异的楼梯 Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 131072/65536 K (Java/Others) Total Submission(s): 8640    Accepted Submission(s): 2127 Problem Description Hogwarts...
分类:其他好文   时间:2014-07-29 14:59:08    阅读次数:251
W?i?n?d?o?w?s? ?I?O?处?理?流?程?浅?析?(?I?R?P?)
Windows操作系统中(以Windows 2000/XP为例),一个典型的I/O请求要通过一系列复杂的操作实现。          讨论Windows 系统的I/O操作的流程之前,不得不提及Windows的I/O系统结构。简单说来,从虚拟机的角度来说,Windows的I/O系统是一个层层封装的虚拟机。Windows在系统核心中,对设备进行了数层封装:直接构建在设备上的是硬件抽象层(HAL),在...
分类:其他好文   时间:2014-07-29 14:58:19    阅读次数:247
hdu 2426 Interesting Housing Problem (KM算法)
Interesting Housing Problem Time Limit: 10000/2000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 2388    Accepted Submission(s): 879 Problem Description ...
分类:其他好文   时间:2014-07-29 14:57:58    阅读次数:315
HDUJ 1753 大明A+B
大明A+B Time Limit: 3000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 8244    Accepted Submission(s): 2904 Problem Description 话说,经过了漫长的一个多月,小明已经成长了许多,...
分类:其他好文   时间:2014-07-29 14:57:48    阅读次数:221
HDU 1712 ACboy needs your help(DP)
Problem Description ACboy has N courses this term, and he plans to spend at most M days on study.Of course,the profit he will gain from different course depending on the days he spend on it.How to ar...
分类:其他好文   时间:2014-07-29 14:57:28    阅读次数:292
HDU2066 一个人的旅行 【Dijkstra】【Floyd】
一个人的旅行 Time Limit: 1000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 18484    Accepted Submission(s): 6429 Problem Description 虽然草儿是个路痴(就是在杭电待了一年多,...
分类:其他好文   时间:2014-07-29 14:57:18    阅读次数:275
UVa Problem 10191 Longest Nap (最长打盹时间)
// Longest Nap (最长打盹时间) // PC/UVa IDs: 110404/10191, Popularity: B, Success rate: average Level: 1 // Verdict: Accepted // Submission Date: 2014-07-28 // UVa Run Time: 0.018s // // 版权所有(C)2014,邱秋。meta...
分类:其他好文   时间:2014-07-29 14:57:08    阅读次数:223
Socket编程学习之道:揭开Socket编程的面纱
对TCP/IP、UDP、Socket编程这些词你不会很陌生吧?随着网络技术的发展,这些词充斥着我们的耳朵。那么我想问: 1.         什么是TCP/IP、UDP? 2.         Socket在哪里呢? 3.         Socket是什么呢? 4.         你会使用它们吗? 什么是TCP/IP、UDP?          TCP/IP(Trans...
分类:其他好文   时间:2014-07-29 14:56:38    阅读次数:260
VMware三种联网方式
VMware三种网络模式联网 首先说一下VMware的几个虚拟设备 安装了VMware虚拟机后,会在网络连接对话框中多出两个虚拟网卡,如图: VMnet0:用于虚拟桥接网络下的虚拟交换机 VMnet1:用于虚拟Host-Only网络下的虚拟交换机 VMnet8:用于虚拟NAT网络下的虚拟交换机 VMware Network AdepterVMnet1:Host用于与Host-O...
分类:其他好文   时间:2014-07-29 14:56:08    阅读次数:266
Andy's First Dictionary UVA 10815
#include #include #include #define MAXN 5000+5 #define MAXM 200+5 typedef struct Dic{ char str[MAXN]; struct Dic* next; }Dic; Dic *head; char word[MAXM]; int cnt=0; int get_word(); void conver...
分类:其他好文   时间:2014-07-29 14:55:28    阅读次数:156
TcxTreeList 节点 上移 下移 代码
if not Assigned(cxDBTreeList1.FocusedNode) then Exit; // 上移方法:   with cxDBTreeList1 do     FocusedNode.MoveTo(FocusedNode.getPrevSibling, tlamInsert); // 下移方法:   with cxDBTreeList1 do...
分类:其他好文   时间:2014-07-29 14:55:18    阅读次数:218
poj 1061 青蛙的约会(扩展欧几里得)
链接:poj 1061 解题思路:扩展欧几里德应用:求方程Ax+By=C的一组解(x0,y0)。  设青蛙跳t次相遇,由题意可得方程:       x+mt=y+nt+CL       --> x-y=(n-m)t+CL 且 (x-y),(n-m),L已知.就是求满足方程的最小正整数解t。 定理:设a,b,c为任意整数。若方程ax+by=c的一组整数解为(x0...
分类:其他好文   时间:2014-07-29 14:55:11    阅读次数:173
USACO Section 2.1 Hamming Codes
/* ID: lucien23 PROG: hamming LANG: C++ */ #include #include #include using namespace std; int main() { ifstream infile("hamming.in"); ofstream outfile("hamming.out"); if(!infile || !outfile) ...
分类:其他好文   时间:2014-07-29 14:54:58    阅读次数:169
从svn下载项目后build path为灰色
今天从svn上下载项目后,想添加以下jar包。但是build path为灰色。 解决办法是:1、在项目上右键properties---project facts 如图所示: 点击右侧convert to faced from...出现如图所示: 点击ok即可。...
分类:其他好文   时间:2014-07-29 14:54:53    阅读次数:475
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!