皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【单选题】
副作用是在下述哪种剂量时产生的不良反应
A.
治疗量
B.
无效量
C.
极量
D.
LD50
E.
最小中毒量时
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】唐代文成公主进藏的路线与茶马古道相重合的部分是()。
A.
蜀身毒道
B.
远征古道
C.
丝绸之路
D.
唐蕃古道
【多选题】下面哪几个选项中的语句能够完成用fplot语句来绘制函数【图片】在区间[-5,5]上的图形。
A.
x=-5:0.5:5; y= x.^3+2*x.^2+sin(x) fplot(x,y)
B.
f=inline('x^3+2*x^2+sin(x)') fplot(@f,[-5,5])
C.
先定义函数文件: function y=f(x) y=x^3+2*x^2+sin(x) 以文件名f.m保存在磁盘上 然后在另一文件内或命令窗口用绘图命令: fplot(@f,[-5,5])
D.
function y=f(x) y=x^3+2*x^2+sin(x) fplot(@f,[-5,5] (此三行语句写在同一个文件里面且按现在顺序,并以f.m命名)
E.
fplot('x^3+2*x^2+sin(x)',[-5,5])
F.
x=-5:0.5:5; y= x^3+2*x^2+sin(x) fplot(x,y)
【多选题】下面哪几个选项中的语句能够完成用fplot语句来绘制函数y=x^3+2*x^2+sin(x)在区间[-5,5]上的图形。
A.
x=-5:0.5:5; y= x^3+2*x^2+sin(x) fplot(x,y)
B.
f=inline('x^3+2*x^2+sin(x)') fplot(@f,[-5,5])
C.
先定义函数文件: function y=f(x) y=x^3+2*x^2+sin(x) 以文件名f.m保存在磁盘上 然后在命令行窗口输入绘图命令: fplot(@f,[-5,5])
D.
function y=f(x) y=x^3+2*x^2+sin(x) fplot(@f,[-5,5]) (此三行语句写在同一个文件里面,并以f.m命名)
E.
fplot('x^3+2*x^2+sin(x)',[-5,5])
F.
x=-5:0.5:5; y= x^3+2*x^2+sin(x) ezplot(x,y)
【简答题】(四) Life isn’t fair. Some people seem to have the ability to easily charm anyone they meet. They talk with a stranger and quickly get a new friend. How do they do it? Well, there are a number of facto...
【单选题】下列属于无损压缩的是______。
A.
将bmp文件压缩为jpg文件
B.
用WinRAR软件压缩文件
C.
将电影制作成VCD
D.
将电影制作成DVD
【单选题】In the 1970s and 1980s in cognitive science, it became a ____ to think about how language might shape the way we think.
A.
a trend
B.
a challenge
C.
a mistake
D.
a taboo
【简答题】Life isn’t fair. Some people seem to have the ability to easily charm anyone they meet. They talk with a stranger and quickly get a new friend. How do they do it? Well, there are a number of factors a...
【单选题】下列属于无损压缩的是( )。
A.
WAV文件压缩成MP3文件
B.
TXT文件压缩成RAR文件
C.
BMP文件压缩成JPEG文件
D.
AVI文件压缩成RM文件
【多选题】下面哪几个选项中的语句能够完成用fplot语句来绘制函数y=x^3+2*x^2+sin(x)在区间[-5,5]上的图形。
A.
x=-5:0.5:5; y= x^3+2*x^2+sin(x) fplot(x,y)
B.
f=inline('x^3+2*x^2+sin(x)') fplot(@f,[-5,5])
C.
先定义函数文件: function y=f(x) y=x^3+2*x^2+sin(x) 以文件名f.m保存在磁盘上 然后在另一个文件或命令行窗口用绘图命令: fplot(@f,[-5,5])
D.
function y=f(x) y=x^3+2*x^2+sin(x) fplot(@f,[-5,5]) (此三行语句写在同一个文件里面,并以f.m命名)
E.
fplot('x^3+2*x^2+sin(x)',[-5,5])
F.
x=-5:0.5:5; y= x^3+2*x^2+sin(x) ezplot(x,y)
【多选题】下面哪几个选项中的语句能够完成用fplot语句来绘制函数y=x^3+2*x^2+sin(x)在区间[-5,5]上的图形。
A.
x=-5:0.5:5; y= x^3+2*x^2+sin(x) fplot(x,y)
B.
f=inline('x^3+2*x^2+sin(x)') fplot(@f,[-5,5])
C.
先定义函数文件: function y=f(x) y=x^3+2*x^2+sin(x) 以文件名f.m保存在磁盘上 然后用绘图命令: fplot(@f,[-5,5])
D.
function y=f(x) y=x^3+2*x^2+sin(x) fplot(@f,[-5,5]) (此三行语句写在同一个文件里面,并以f.m命名)
E.
fplot('x^3+2*x^2+sin(x)',[-5,5])
F.
x=-5:0.5:5; y= x^3+2*x^2+sin(x) ezplot(x,y)
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题