Week1
setwd()設定預設資料夾位置
getwd()取得預設資料夾位置
require()呼叫套件
library()呼叫套件
require() will output a warning if a package is not installed and then continue to execute the code.
library() will output an error and "stop" the execution of the code.
Week2
seq(x) 產生X範圍的集合
real7660 changed 2 years agoView mode Like Bookmark
使用語言:C#
使用框架:.NET framework4.6.1
using System;
using System.Text;
using System.Drawing;
using System.Windows.Forms;
using System.Net;
using System.Net.Sockets;
using System.Threading;
real7660 changed 3 years agoView mode Like Bookmark