码迷,mamicode.com
首页 >  
搜索关键字:tell    ( 578个结果
Your Customers Do Not Mean What They Say
Your Customers Do Not Mean What They SayNate JacksonI’VE NEVER MET A CUSTOMER YET that wasn’t all too happy to tell me what they wanted—usually in great detail. The problem is that customers don’t alwa...
分类:其他好文   时间:2015-07-16 09:44:24    阅读次数:105
poj 1679 次小生成树
http://poj.org/problem?id=1679 Description Given a connected undirected graph, tell if its minimum spanning tree is unique.  Definition 1 (Spanning Tree): Consider a connected, undirected gra...
分类:其他好文   时间:2015-07-13 12:07:55    阅读次数:97
mysql 死锁检查
mysql 死锁检查今天看了一篇关于死锁检查的blog.Advanced InnoDB Deadlock Troubleshooting – What SHOW INNODB STATUS Doesn’t Tell You, and What Diagnostics You Should be Lo...
分类:数据库   时间:2015-07-08 16:08:13    阅读次数:158
Binary String Matching
描述:Given two strings A and B, whose alphabet consist only ‘0’ and ‘1’. Your task is only to tell how many times does A appear as a substring of B? For...
分类:其他好文   时间:2015-07-04 10:57:26    阅读次数:99
【xcode commit失败 please tell me who you are】
解决办法:
分类:其他好文   时间:2015-06-25 15:28:03    阅读次数:233
linux编译注解
Linux kernel release 3.x These are the release notes for Linux version 3. Read them carefully,as they tell you what this is all about, explain how to....
分类:系统相关   时间:2015-06-15 20:22:27    阅读次数:201
hdu 2685 I won't tell you this is about number theory
#include#include#define LL __int64LL mult_mod(LL a,LL b,LL c){ a%=c; b%=c; LL ret=0; while(b) { if(b&1){ret+=a;ret%=c;} a=c)a%=c; b>>=1; } return ret;...
分类:其他好文   时间:2015-06-08 18:51:16    阅读次数:150
POJ 1679 The Unique MST 判断最小生成树是否唯一
The Unique MST Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 22715   Accepted: 8055 Description Given a connected undirected graph, tell if its minimum s...
分类:其他好文   时间:2015-06-05 10:12:05    阅读次数:133
What day is it
DescriptionToday is Saturday, 17th Nov,2007. Now, if i tell you a date, can you tell me what day it is ? InputThere are multiply cases. One line is on...
分类:其他好文   时间:2015-06-04 18:54:59    阅读次数:143
POJ 1679 The Unique MST (最小生成树)
The Unique MSTTime Limit:1000MSMemory Limit:10000KTotal Submissions:22668Accepted:8038DescriptionGiven a connected undirected graph, tell if its minim...
分类:其他好文   时间:2015-06-03 17:12:01    阅读次数:98
578条   上一页 1 ... 43 44 45 46 47 ... 58 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!