geekerunix的ChinaUnix博客
geekerunix
全部博文(469)
编程(3)
memcached(20)
libevent(20)
网络(16)
vim(1)
2015年(81)
2014年(125)
2013年(261)
2012年(2)
anderson
playmud
爱下雨的
taiandot
jiuniu11
cynthia
浪花小雨
Bsolar
zouman
shixin_0
YESpywz
chichush
发布时间:2015-01-07 09:58:53
C语言需要掌握上千个编程技巧,才能有一些编程思路去写一些程序;而python只要上百个编程技巧就能写很多程序了。比如获取[-80, 20]之间的随机数:Python:import random; random.randrange(-80, 20)C:点击(此处)折叠或打开#include #include.........【阅读全文】
登录 注册