码迷,mamicode.com
首页 >  
搜索关键字:tell    ( 578个结果
1036. Boys vs Girls
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-02-03 14:57:25    阅读次数:142
用sed删除空行
用sed删除空行我的代码如下:class Song def initialize(name) @name = name end def tell puts @name endendclass ZhouSong < Song def initialize(name,artist) super(n...
分类:其他好文   时间:2015-01-29 19:04:12    阅读次数:148
Steps to make U start HDD for launch X431 pad
This is the detailed way to tell you how to make U start HDD 1, Run Ghost32 Run “ghost32_11052666.exe” on laptop with XP system, then click OK. 2, Ch....
分类:其他好文   时间:2015-01-28 19:41:24    阅读次数:217
我的PHPMailer_v5.1 使用
IsSMTP(); // tell the class to use SMTP $mail->SMTPAuth = true; // enable SMTP authentication $mail...
分类:Web程序   时间:2015-01-26 01:16:30    阅读次数:319
git使用笔记
通过git init命令把这个目录变为git管理仓库第一步,用命令git add告诉Git,把文件添加到仓库:第二步,用命令git commit -m “ 记录信息”告诉Git,把文件提交到仓库:会提示如下信息:*** Please tell me who you are.Rungit config...
分类:其他好文   时间:2015-01-23 19:51:51    阅读次数:140
How does Unity.Resolve know which constructor to use?
Question:Given a class with several constructors - how can I tell Resolve which constructor to use?Consider the following example class:public class F...
分类:编程语言   时间:2015-01-23 17:46:25    阅读次数:104
CDZSC_2015寒假新人(1)——基础 H
Description Ignatius was born in a leap year, so he want to know when he could hold his birthday party. Can you tell him? Given a positive integers Y ...
分类:其他好文   时间:2015-01-23 13:16:22    阅读次数:216
A easy example to tell you what is "2>&1" in Perl
A easy example to tell you what is "2>&1" in Perl...
分类:其他好文   时间:2015-01-22 18:07:56    阅读次数:160
zsc_寒假训练 8
DescriptionIgnatius was born in a leap year, so he want to know when he could hold his birthday party. Can you tell him?Given a positive integers Y wh...
分类:其他好文   时间:2015-01-21 22:20:02    阅读次数:283
(次小生成树) poj 1679
The Unique MSTTime Limit:1000MSMemory Limit:10000KTotal Submissions:21358Accepted:7560DescriptionGiven a connected undirected graph, tell if its minim...
分类:其他好文   时间:2015-01-16 16:18:13    阅读次数:172
578条   上一页 1 ... 49 50 51 52 53 ... 58 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!