# This Python file uses the following encoding: utf-8# Starting in the top left corner of a 2×2 grid, and only being able to move to the right and dow...
分类:
编程语言 时间:
2014-10-22 08:43:00
阅读次数:
139
print "Hello World!" print "Hello Again" print "I like typing this."print "This is fun." print 'Yay! Printing.'print "I'd much rather you 'not'." prin...
分类:
其他好文 时间:
2014-10-20 21:01:43
阅读次数:
171
提炼出一门语言或技术的 Good Parts, 使用该子集去构造健壮稳固的应用。 我们总是倾向于去学习和使用所有的语言特性,好像凡是新的,凡是提供了的, 就有必要去使用; 这本书告诉我们, 要有选择性地学习和使用。 不是所有的语言特性都需要学习和使用。 学习和使用那些设计不良的特性,不仅耗...
分类:
编程语言 时间:
2014-10-20 20:53:16
阅读次数:
245
WeakReference 弱引用1. 简介"Weak reference objects, which do not prevent their referents from being made finalizable,finalized, and then reclaimed. Weak re...
分类:
编程语言 时间:
2014-10-20 17:14:25
阅读次数:
191
1057. Amount of Degrees
Time limit: 1.0 second
Memory limit: 64 MB
Create a code to determine the amount of integers, lying in the set [X;Y] and being a sum of exactlyK different integer de...
分类:
其他好文 时间:
2014-10-20 15:16:05
阅读次数:
227
笔试题目:
如果输入一个字符串" lan zhihui is a good boy! ",现在需要去除字符串首位的空格,每个单词之间留一个空格,即返回"lan zhihui is a good boy! "。
#include
using namespace std;
void fun(char a[],char b[])
{
int len=...
分类:
其他好文 时间:
2014-10-19 21:29:38
阅读次数:
266
Description
Farmer John's cows have discovered that the clover growing along the ridge of the hill (which we can think of as a one-dimensional number line) in his field is particularly good.
...
分类:
编程语言 时间:
2014-10-19 00:08:59
阅读次数:
331
Bill is developing a new mathematical theory for human emotions. His recent investigations are dedicated to studying how good or bad days influent people's memories about some period of life.
A new i...
分类:
其他好文 时间:
2014-10-17 21:59:29
阅读次数:
229
sound = love.audio.newSource("pling.wav", "static") -- the "static" tells LÖVE to load the file into memory, good for short sound effectsmusic = love....
分类:
其他好文 时间:
2014-10-17 20:26:21
阅读次数:
152
Reverse digits of an integer.Example1:x = 123, return 321Example2:x = -123, return -321Have you thought about this?Here are some good questions to ask...
分类:
其他好文 时间:
2014-10-16 21:06:03
阅读次数:
180