Installing /usr/local/lib/python2.7/dist-packages/matplotlib-1.4.0-py2.7-nspkg.pthSuccessfully installed matplotlibCleaning up...import matplotlib.py....
分类:
其他好文 时间:
2014-10-13 02:42:28
阅读次数:
232
###################################
# __author__ = 'pipi'
# ctime 2014.10.11
###################################
from matplotlib.patches import Ellipse, Circle
import matplotlib.pyplot as plt...
分类:
编程语言 时间:
2014-10-12 03:02:57
阅读次数:
344
我的主攻是C, C++,之前也学过 Python, Lua 脚本语言,没有接触过PHP。这几天在学习PHP,做个笔记。 感觉PHP在语法上与PHP特别相似。只要会C++,PHP基本上不用记什么。 语法上有这些特点: 1. 数据类型 ??? nu...
分类:
Web程序 时间:
2014-10-11 23:13:37
阅读次数:
459
步骤1: cp /usr/share/vim/vimrc ~/.vimrc 先复制一份vim配置模板到个人目录下步骤2: vi ~/.vimrc 进入insert模式,在最后加二行 syntax on set nu!保存收工。最后附上其它选项(从网上淘来的)set nocompatible "去掉有...
分类:
系统相关 时间:
2014-10-11 22:26:47
阅读次数:
254
Given an array of integers, find two numbers such that they add up to a specific target number.The function twoSum should return indices of the two nu...
分类:
其他好文 时间:
2014-10-10 16:26:13
阅读次数:
141
在Ubuntu中安装numpy、scipy、matplotlib、OpenCV等
和Python(x,y)不一样,在Ubuntu中需要手工安装科学计算的各个模块,
如何安装IPython, NumPy, SciPy, matplotlib, PyQt4, Spyder, Cython, SWIG, ETS, OpenCV:
在Ubuntu下安装Python模块通常可以使用apt-ge...
分类:
编程语言 时间:
2014-10-09 01:35:57
阅读次数:
210
Life is short, you need Python!------ Bruce Eckel(ANSI C++ Comitee member) Python[1]是一门很难让人拒绝学习的程序设计语言,我喜欢它是因为它能很快给人带来成就感,海量的扩展库几乎可以帮助你立刻完成许多看起来很困难的事....
分类:
编程语言 时间:
2014-10-07 02:16:12
阅读次数:
926
Wormholes
Time Limit: 2000MS
Memory Limit: 65536K
Total Submissions: 31593
Accepted: 11497
Description
While exploring his many farms, Farmer John has discovered a nu...
分类:
其他好文 时间:
2014-10-03 12:01:04
阅读次数:
187
Given an array of integers, find two numbers such that they add up to a specific target number.The function twoSum should return indices of the two nu...
分类:
其他好文 时间:
2014-09-27 23:31:00
阅读次数:
186