自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (1)
  • 收藏
  • 关注

原创 Anaconda,Python以及PyCharm的安装

I use Notepad++, sublime before Pycharm. For some reason, I find it hard to install packages on PyCharm. I searched online, still failed to solve the problems, and find it is highly recommended to u

2017-08-12 10:05:48 2439

原创 [Python 3.6.2] 5.1 Data Structure -- LIST METHODS

Python官网截取的data structure的用法5.1 Listhere are all the methods of list objects:list.append()   # add an item to the end of the list.  equivalent to a[len(a):] = [x]list.extend(iterable) 

2017-08-11 09:22:12 379

原创 Python: 创建空的list,以及append用法

Python中list的用法:如何创建list,如何表达list中的元素,如何修改和删除list

2017-08-10 20:14:30 191497

高斯去噪Matlab代码

Matlab在遥感上的应用。高斯去噪代码

2015-05-31

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除