摘要:
指针(二) (Week 5) 字符串与指针 指向数组的指针 int a[10]; int p; p = a; 指向字符串的指针 指向字符串的指针变量 char a[10]; char p; p = a; C++ int main() { int a[3][4] = {{1,2,3,4},{5,6,7 阅读全文
posted @ 2020-05-09 23:35
maimai_d
阅读(223)
评论(0)
推荐(0)
摘要:
Culture Matters(Week 5) High/Low Context Communication High Context Communication The Middle East, Asia, Africa, South America Non explicit Descriptiv 阅读全文
posted @ 2020-05-09 13:53
maimai_d
阅读(2908)
评论(0)
推荐(0)
摘要:
Request and Apology Emails(Week 4) How to Write Request Emails Write more POLITELY & SINCERELUY Please Could/Would...? Would you mind...? would like P 阅读全文
posted @ 2020-05-09 02:14
maimai_d
阅读(3455)
评论(0)
推荐(0)
摘要:
Introduction and Announcement Emails (Week 3) Overview of Introduction & Announcement Emails 1. Basic Purpose & Approaches 2. Key language for Writing 阅读全文
posted @ 2020-05-09 02:13
maimai_d
阅读(2672)
评论(0)
推荐(0)
摘要:
Let's Start Writing (Week 2) Write Effective Subject Lines be BRIEF 50 characters or less = 5 7 words for all devices: 25 30 characters = 3 5 words be 阅读全文
posted @ 2020-05-09 02:12
maimai_d
阅读(3696)
评论(0)
推荐(0)