發表文章

目前顯示的是 11月, 2017的文章

I can not see where "g" is?

圖片
The google search main screen, but I cann’t see where the second “g” is?

另一個免費下載圖的地方

圖片
https://www.photock.jp/

Using R and PhotoScape to make sine wave animation

圖片
for (i in 1:30){   x=seq(-5*pi+i-1.6,-3*pi+i-1.6,by=.02)   y=sin(x)   png(paste0(i,".png"),width=640,height = 400)   plot(x,y,xlim=c(-3*pi,3*pi),type="l" ,ann=F,lwd=2,col="red")   abline(h=0)   dev.off() } for(i in 1:30) file.copy(from=paste0(getwd(),"/",i,".png"),to=paste0(getwd(),"/",61-i,".png"),overwrite = T) for (i in 1:30){  x=seq(-6*pi,-4*pi,by=.02) y=sin(x) png(paste0(i,".png"),width=640,height = 400) plot(x+i,y,xlim=c(-3*pi,3*pi),type="l" ,ann=F,lwd=2,col="blue") abline(h=0) dev.off() } for(i in 1:30) file.copy(from=paste0(getwd(),"/",i,".png"),to=paste0(getwd(),"/",61-i,".png"),overwrite = T)

inventor2 study- 使用文件管理器(file 元件)做檔案的讀寫

圖片
用file元件設計手機檔案讀寫的app 畫面布局, 添加一垂直布局 2. 添加一表格布局, 可直接拖拉表格布局到screen1內 3. 完成畫面布局 4. 拖拉標籤到第一列內 5. 更改標籤文字 6. 添加文件管理器(文件管理器在數據存儲類別裡) 修改組件名稱 7. 點選右上角邏輯設計按鈕, 進入程式拼圖設計

inventor2 study- 將 inventor2 英文介面改為中文介面

圖片
將 inventor2 英文介面改為中文介面 如下圖點選紅框位置的english按鈕 2. 點選繁體中文 3. 完成中文介面轉換

inventor2 study - how to start inventor2 app design

圖片
google 輸入 mit inventor2, 點選MIT App Inventor 2 2. 出現goole account request, 點選allow 按鈕 3. 畫面即進入你上次修改的project 上(如果有的話) 4. 如果是第一次使用, 尚未使用過inventor2 的話, 應該是出現以下圖示, 裡面project 是空的(因為我有用過, 所以裡面有許多project) 5. 點選start new project後, 進行project (即inventor檔案)命名, 注意:檔名一定要字母開頭,檔名只能是有字母或數字或底線 6. 最後即進入inventor 的編輯設計畫面

using read.csv to read csv file from website

using read.csv to read csv file from website title = readLines ( "http://www.twse.com.tw/exchangeReport/STOCK_DAY_ALL?response=csv" )[ 1 ] x = read.csv ( "http://www.twse.com.tw/exchangeReport/STOCK_DAY_ALL?response=csv" , skip = 1 ) print 20 entries for example library ( knitr ) cat ( title ) ## "106年11月03日 當日日成交資訊 (股)" kable ( x [ 200 : 220 , 1 : 10 ]) 證券代號 證券名稱 成交股數 成交金額 開盤價 最高價 最低價 收盤價 漲跌價差 成交筆數 200 1470 大統染 0 0 0.00 0.00 0.00 0.00 0.00 0 201 1471 首利 272,683 1,325,502 4.95 4.95 4.84 4.87 +0.02 103 202 1472 三洋紡 109,829 4,202,152 38.20 39.70 37.90 38.15 -0.05 88 203 1473 台南 52,100 1,220,694 23.50 23.50 23.40 23.45 0.00 37 204 1474 弘裕 155,919 1,817,005 11.60 11.70 11.60 11.65 +0.05 31 205 1476 儒鴻 782,081 270,389,640 343.00 349.00 341.00 347.50 +4.50 774 206 1477 聚陽 621,419