码迷,mamicode.com
首页 >  
搜索关键字:tell    ( 578个结果
办公室英语2
询问访客身份:MayI have your name, please? 请问您贵姓?Whatcompany are you from?您是哪个公司的?Could you tell me whatcompany you are representing? 能告诉我您代表什么公司吗?如果碰到了老朋友可以...
分类:其他好文   时间:2015-09-07 12:37:03    阅读次数:176
Greedy:Huffman编码
上次我在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?
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
How to Tell Science Stories with Maps
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
poj 1679 The Unique MST
题目连接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
pat1036. Boys vs Girls (25)
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
Am I all right?
原文 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
See You Again
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
《Java实战开发经典》第五章5.5
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
hdu 2669 Romantic 解题心得
原题: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
578条   上一页 1 ... 40 41 42 43 44 ... 58 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!