自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(12)
  • 收藏
  • 关注

原创 R Programming Note 5

1.str functionstructure of the object2. Simulationd for densityr for random number generationp for cumulative distributionq for quantile functiondnorm(x, mean = 0, sd = 1, log =

2015-01-28 18:13:20 264

原创 R Programming Note 4

Loop Function:lapply - loop the list and evaluate a function on each element always return a listsapply - simplify the result same as lapplyapply: over the margins of an array(dimension)tapply

2015-01-23 14:34:31 266

原创 R Programming Note 3

1. If-elsey 3){10}else{0}2. forx for(i in 1:4) {print(x[i])}for(i in seq_along(x)){print(x[i])}for(letter in x){print(letter)}3. whilecountwhile(count

2015-01-12 12:57:22 361

原创 R Programming Note 2

1. Reading Dataread.table (If large dataset, provide colClasses and nrows)read.csvreadLinessourcedgetloadunserialize 2. File Connectionsstr(file)- r- w- a- rb, wb, abco

2015-01-07 16:50:06 308

原创 R Programming Note 1

1. Input and Evaluationassign: xcomment: # xprint: print(x)2. Objects and Attributesobjects:- character- numeric- integer- complex- logicalvector- objects of same classes: x

2015-01-06 16:57:51 304

原创 Beginning Python Chapter 28

Since I used the tkinter as the GUI, so it will be a little different from the book and also, so shame to say that I cannot

2014-06-22 23:10:22 354

原创 Beginning Python Chapter 27

First, I created the simple_node file, and as for I am using the Python 3.0, so there are several c

2014-06-22 01:13:39 357

原创 Beginning Python Chapter 26

Since I used the sqlite, so the codes are a little different from the books. Some points need to be noticed when do the cd

2014-06-21 15:37:07 377

原创 Beginning Python Chapter 25

Three parts of codes for this project:

2014-06-18 15:53:36 330

原创 Python CGI Apache

I have worked almost 2 hours to install the Apache httpd software.1. I find the "httpd-2.2.25-win32-x86-openssl-" file to install.2. Change

2014-06-18 14:54:30 378

原创 Beginning Python Chapter 22

Before writing the codes for Chapter 22, some points I found when I was reading the text.1.

2014-06-16 23:09:13 311

原创 Beginning Python Chapter 21

from urllib import requestfrom reportlab.graphics.shapes import *from reportlab.graphics.charts.lineplots import LinePlotfrom reportlab.graphics.charts.textlabels import Labelfrom reportlab.graphi

2014-06-15 20:21:47 307

空空如也

空空如也

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

TA关注的人

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