简述行情预测的要求。
答:行情预测的要求:(1)要明确预测的对象和目标。(2)预测人员必须具备较宽的知识面和较强的分析判断能力。(3)重视调查研究,重视资料收集。(4)要反复对比。P249
扫描二维码免费使用微信小程序搜题/刷题/查看解析。
版权声明:本文由翰林刷题小程序授权发布,如需转载请注明出处。
本文链接:https://doc.20230611.cn/post/331996.html
上一篇:将应计入“预提费用”科目贷方的620元误计入借方时,会计人员在查找该错误时,应当采用的方法是()。
下一篇:#include <iostream.h> template<class T> T func(T x,T y){ if(sizeof(T)==8) return x+y; else return x*y; } void main(){ cout <<func(8,5)<<":"<<func(5.0,10.0)<<endl;
#include <iostream.h>
template<class T> T func(T x,T y){ if(sizeof(T)==8) return x+y; else return x*y; } void main(){ cout <<func(8,5)<<":"<<func(5.0,10.0)<<endl;