date是什么意思
date,可以翻译为日期、日子,等等。
详细解释:
音标:英 [deɪt] 美 [deɪt]
n. 日期;年代;会晤时间;约会;约会对象;枣椰树;枣子
v. 给 ... 标明日期;确定年代;过时;显老;和 ... 约会;追溯到
词汇搭配:
1、closing date 截止日期
2、 early date 早期
3、fixed date 固定的日期
4、future date 将来的日期
常见句型:
1、The date on the coin is 1956.
这硬币上的日期为1956年。
2、I don’t remember the date of that important battle.
我记不清那个重要战役的日期了。
3、That meeting will be held at a not too distant date.
这个会不久即将召开。
4、The date of birth comes after the name in the list.
在名册上,出生日期写在姓名之后。
扩展资料:
词语用法
1、date指的日期往往是特指的,其前常加the。
2、date也可作“时代,年代”解,若指历史上某一时期,是不可数名词。
3、date用作不及物动词,还有“过时,不流行”的意思。
4、date前常加介词at或on。如at an early date,on a certain date和on that date;
user-generated是什么意思
user-generated:用户生成的;例如: User-generated video用户生成的视频User-Generated Advertising用户产生广告User-generated functions使用者创造功能User-Generated Material用户生成内容user-generated media用户生成媒体 新年快乐,如果帮到你,请记得采纳,O(∩_∩)O谢谢!
Matlab的legend函数是什么意思
x=0:0.2:12;plot(x,sin(x),’-’,x,1.5*cos(x),’:’)legend(’First’,’Second’,-1)legend就是添加图例的标注,字符串依次注释plot中的图,后面板的参数(此处是-1)表示注释的位置~