.记录一下以前没掌握的变量解释示例String字符串,一段文本。 要指示变量是字符串,你应该将它们用引号包裹起来。var myVariable = 'Bob';Number数字,一个数字。不用引号包围。是只有一个单一的数据类型,内部被表示为64位的浮点数,和java的double一样. NaN是一个...
分类:
编程语言 时间:
2015-10-19 23:52:50
阅读次数:
296
GETTING STARTED WITH BRACKETS Bob Marcio Eric ...
分类:
其他好文 时间:
2015-10-18 18:08:41
阅读次数:
166
Time Limit:1000MSMemory Limit:65536KTotal Submissions:4533Accepted:2780DescriptionAlice and Bob decide to play a funny game. At the beginning of the g...
分类:
其他好文 时间:
2015-10-16 20:48:41
阅读次数:
217
Number GameTime Limit:2 Seconds Memory Limit:65536 KBThe bored Bob is playing a number game. In the beginning, there arennumbers. For each turn, Bob w...
分类:
其他好文 时间:
2015-10-16 20:40:10
阅读次数:
264
CakeTime Limit:4 Seconds Memory Limit:65536 KBAlice and Bob like eating cake very much. One day, Alice and Bob went to a bakery and bought many cakes....
分类:
其他好文 时间:
2015-10-15 23:24:37
阅读次数:
264
ZOJ Monthly, October 2015 K题二分答案+验证#include#include#include#include#includeusing namespace std;const double pi=3.1415926535898;const int maxn=100000+1...
分类:
其他好文 时间:
2015-10-11 22:50:57
阅读次数:
230
Alice and BobTime Limit: 10000/5000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 2901Accepted Submission(s): 941Probl...
分类:
其他好文 时间:
2015-10-08 16:02:18
阅读次数:
181
最近的项目,很感动于linux和gdbserver内容,I think must write something to record it .各位对不起,图片挂了。。Ok, at first I'm very thanks to Bob. 这篇文章大部分是来自bob的一份文档,所以是转载。以下给一个...
分类:
数据库 时间:
2015-10-01 14:03:06
阅读次数:
377
信息摘要、数字签名根据文章,绍了的非对称密钥算法:http://blog.csdn.net/u014419512/article/details/26290821如今我们能够继续我们的场景:如果有一天。Alice收到了一份署名为Bob的文件。Alice希望可以确认这份文件一定是来自Bob;另外Ali...
分类:
其他好文 时间:
2015-09-29 22:02:54
阅读次数:
212
我们都知道Python中的tuple是一个非常高效的集合对象,但是我们只能通过索引的方式访问这个集合中的元素,比如下面的代码:1 Bob=('bob',30,'male') 2 print'Representation:',Bob3 4 Jane=('Jane',29,'female')5 prin...
分类:
编程语言 时间:
2015-09-27 08:48:12
阅读次数:
208