对绩效计划的判断要依据()原则。
参考答案:“SMART”
各单元各影响因素分值的计算,可采用()或()的方法进行。
A.系统分析法
B.特尔菲法
C.因素分值定量测算法
D.算术平均法
E.加权平均法
以下选项中不能正确把c1定义成结构体变量的是( )。
A.typedef struct { int red; int green; int blue; } COLOR; COLOR cl;
B.struct color cl { int red; int green; int blue; }
C.struct color { int red; int green; int blue; } cl;
D.struct { int red; int green; int blue; } cl;