询问访客身份:MayI have your name, please? 请问您贵姓?Whatcompany are you from?您是哪个公司的?Could you tell me whatcompany you are representing? 能告诉我您代表什么公司吗?如果碰到了老朋友可以...
分类:
其他好文 时间:
2015-09-07 12:37:03
阅读次数:
176
上次我在http://www.cnblogs.com/Philip-Tell-Truth/p/4787067.html这里,稍微讲了一下一种很普通的贪婪的算法,其实这个算法一开始是用来做压缩程序的,就是最著名的Huffman压缩算法 那么这个算法是怎么样的呢,我们知道,我们的...
分类:
其他好文 时间:
2015-09-06 22:49:38
阅读次数:
378
How to tell if a file is an EXE or a DLL? 1 void DumpFile(LPWSTR filename) 2 { 3 HANDLE hFile = CreateFile(filename, GENERIC_READ, FILE_SHARE_READ...
分类:
其他好文 时间:
2015-09-06 18:16:22
阅读次数:
142
Reported FeaturesHow to Tell Science Stories with MapsAugust 25, 2015Greg MillerThis map, part of Audubon’sBirds and Climate Changereport, depicts pre...
分类:
其他好文 时间:
2015-08-31 21:11:32
阅读次数:
160
题目连接http://poj.org/problem?id=1679The Unique MSTDescriptionGiven a connected undirected graph, tell if its minimum spanning tree is unique.Definition ...
分类:
其他好文 时间:
2015-08-31 16:52:10
阅读次数:
123
1036. Boys vs Girls (25)时间限制400 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueThis time you are asked to tell the difference between the lowest gr...
分类:
其他好文 时间:
2015-08-29 00:45:35
阅读次数:
167
原文 While John Gilbert was in hospital, he asked his doctor to tell him whether his operation had been successful, but the doctor refused to do so. The following day, the patient asked for a bedsi...
分类:
其他好文 时间:
2015-08-27 15:36:54
阅读次数:
127
It's been a long day without you my friend 没有老友你的陪伴 日子真是漫长 And I'll tell you all about it when I see you again 与你重逢之时 我会敞开心扉倾诉所有 We've come a long way from where we began 回头凝望 我们携手走过漫长的旅程 Oh I'll...
分类:
其他好文 时间:
2015-08-26 20:07:45
阅读次数:
233
package five;public class Five {
public static void main(String[] args) {
User p1=new User();
p1.tell();
User p2=new User(“xpq”);
p2.tell();
User p3=new User(“xpq”,”mima123”);...
分类:
编程语言 时间:
2015-08-25 12:02:54
阅读次数:
177
原题:DescriptionGirls are clever and bright. In HDU every girl like math. Every girl like to solve math problem!Now tell you two nonnegative integer a a...
分类:
其他好文 时间:
2015-08-21 21:23:42
阅读次数:
135