码迷,mamicode.com
首页 >  
搜索关键字:tell    ( 578个结果
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 ...
分类:其他好文   时间:2017-05-12 11:44:02    阅读次数:256
hdu2609 最小表示法
Give you n ( n < 10000) necklaces ,the length of necklace will not large than 100,tell me How many kinds of necklaces total have.(if two necklaces can ...
分类:其他好文   时间:2017-05-08 19:21:42    阅读次数:219
用户输入与while循环
函数input()的工作原理: 函数input()让程序短暂运行,等待用户输入一些文本,获取用户输入后将其存储在一个变量中 测试input()功能—— #!/usr/bin/env python#filename:input().py message=input("tell me something ...
分类:其他好文   时间:2017-05-08 01:20:20    阅读次数:171
总结一下这几节Java课的...重点!!!
1.定义一个Person类,包含两个私有的属性(name、age)、一个含参的方法setValue(int age,String name)、一个不含参方法setValue()和一个普通方法tell()。 定义一个测试类Test,实例化一个Person类的对象,名为p;对两个属性赋值并输出结果。 2 ...
分类:编程语言   时间:2017-05-03 21:59:46    阅读次数:144
actor中!(tell)与forward的差别
! 的源代码: def !(message: Any)(implicit sender: ActorRef = Actor.noSender): Unit tell 的源代码: final def tell(msg: Any, sender: ActorRef): Unit = this.!(msg ...
分类:其他好文   时间:2017-04-28 15:56:09    阅读次数:179
POJ 1679 次小生成树
The Unique MST Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 30015 Accepted: 10738 Description Given a connected undirected graph, tell i ...
分类:其他好文   时间:2017-04-23 12:35:10    阅读次数:184
Python之文件操作
1,打开文件 obj = file('文件路径和文件名','打开方式') obj = open('文件路径和文件名','打开方式') 推荐使用open #r,w,a obj = open('log') obj.tell() #取到指针的位置 obj.seek(0) #跳到指定位置 PS:对于打开方式 ...
分类:编程语言   时间:2017-04-21 14:42:15    阅读次数:177
Never Go Away
Hey if you ever want to leave it allif you ever want to lose control leave it all escape so far awaymaybe then you will think it is okbut i will tell ...
分类:其他好文   时间:2017-04-12 02:27:56    阅读次数:222
XMU 1050 Diffuse Secret 【最短路】
1050: Diffuse Secret Description A secret is good in one, better in two, ill in three and worse in four. Hi, I know a secret, come on I will tell you. ...
分类:其他好文   时间:2017-04-11 00:47:13    阅读次数:231
P - How many
Give you n ( n < 10000) necklaces ,the length of necklace will not large than 100,tell me How many kinds of necklaces total have.(if two necklaces can ...
分类:其他好文   时间:2017-04-09 23:29:36    阅读次数:211
578条   上一页 1 ... 28 29 30 31 32 ... 58 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!