一、概念题(每小题3分,共30分) 1.灰色系统,2. 区间灰数,3.灰度,4.缓冲算子,5.级比,6.AGO,7.灰色绝对关联度,8. 灰色接近关联度, 9. 决策四要素, 10.决策方案。

一、概念题(每小题3分,共30分) 1.灰色系统,2. 区间灰数,3.灰度,4.缓冲算子,5.级比,6.AGO,7.灰色绝对关联度,8. 灰色接近关联度, 9. 决策四要素, 10.决策方案。


参考答案和解析
建模所需信息少;不必知道原始数据分布的特征;建模精度高

相关考题:

受压容器安全附件是:1.();2.();3.();4.();5.();6.();7.()

影响土地利用决策的因素:1.自然因素2.()3.土地制度4.()5.信息6.年龄7.教育8.个人品格9.文化因素 A、经济因素B、环境认识C、历史过程

土地利用决策的系统思考程序:1.()2.确定目标3.()4.利用潜力预测与可行性分析5.限制因素分析6.关节点因素分析7.输入输出系统分析8.系统综合,制定方案9.决策与反馈修正。 A、确定系统边界B、环境因素分析C、经济效益

唾液淀粉酶发挥作用的最适pH是A. 2. 0?3. 0 B. 4. 0?5. 0 C. 6. 0?7. 0 D. 8. 0?9. 0

我国钢期货的交割月份为( )。A. 1. 3. 5. 7. 8. 9. 11. 12月B. 1. 3. 4. 5. 6. 7. 8. 9. 10. 11月C. 1. 3. 5. 7. 9. 11月D. 1—12月

朱熹在《文公家礼》中的丧礼仪式:1.送终2.戴孝3.报丧4.小殓5.设祭6.吊丧7.入殓8.出殡9.。下葬其顺序是()。A、1.3.2.4.5.6.7.8.9B、2.3.5.6.8.9.7.4.1C、1.3.5.7.9.8.6.4.2D、1.2.3.4.5.6.7.8.9

包装设计构图方法共有几种() 1.垂直式 2.水平式 3.倾斜式 4.分割式 5.中心式 6.散点式 7.边角式 8.重叠式 9.综合式A、6种B、7种C、 8种D、9种

除了各式屋顶外,中国传统物业的其他典型元素还有:1.()、2.()、3.()、4.()、5.()、6.()、7.()、8.()、9.()、10.()、11.()、12.()13.()、14.()、15.()、16.()、17.()、18.()、19.()、20.()、21.()。

1. public class Outer{  2. public void someOuterMethod() {  3. // Line 3  4. }  5. public class Inner{}  6. public static void main( String[]argv ) {  7. Outer o = new Outer();  8. // Line 8  9. }  10. }  Which instantiates an instance of Inner?()  A、 new Inner(); // At line 3B、 new Inner(); // At line 8C、 new o.Inner(); // At line 8D、 new Outer.Inner(); // At line 8

1. public interface A {  2. public void doSomething(String thing);  3. }  1. public class AImpl implements A {  2. public void doSomething(String msg) { }  3. }  1. public class B {  2. public A doit() {  3. // more code here  4. }  5.  6. public String execute() { 7. // more code here  8. }  9. }  1. public class C extends B {  2. public AImpl doit() {  3. // more code here  4. }  5.  6. public Object execute() {  7. // more code here  8. }  9. }  Which statement is true about the classes and interfaces in the exhibit?() A、 Compilation will succeed for all classes and interfaces.B、 Compilation of class C will fail because of an error in line 2.C、 Compilation of class C will fail because of an error in line 6.D、 Compilation of class AImpl will fail because of an error in line 2.

1. class SuperClass {  2. public a geta() {  3. return new a();  4. }  5. }  6. class SubClass extends SuperClass {  7. public b geta() {  8. return new b();  9. }  10. }  Which is true?() A、 Compilation will succeed if a extends b.B、 Compilation will succeed if b extends a.C、 Compilation will always fail because of an error in line 7.D、 Compilation will always fail because of an error in line 8.

避免心理异常发生的方法:1.倾诉倾倒心理垃圾;2.转移注意力;3.学会宽容;4.常怀感恩之心;5.互相帮助;6.学会等待;7.懂得妥协;8.抛开心理包袱;9.拓展心理空间。

用六书分析下列汉字的结构。 1.豕 2.字 3.荆 4.刃 5.牧 6.闽 7.车 8.豫 9.本 10.集

设备点检管理的基本原则有:1.()、2.定标准、3.定人、4.定周期、5.定方法、6.定量、7.定业务流程、8.定点检要求。

1. public class test (  2. public static void main(string args[]) {  3. int 1= 0;  4. while (i)  {  5. if (i==4) {  6. break;  7. }  8. ++i;  9. }  10.    11. }  12. )   What is the value of i at line 10?()A、 0B、 3C、 4D、 5E、 The code will not compile.

填空题设备点检管理的基本原则有:1.()、2.定标准、3.定人、4.定周期、5.定方法、6.定量、7.定业务流程、8.定点检要求。

填空题除了各式屋顶外,中国传统物业的其他典型元素还有:1.()、2.()、3.()、4.()、5.()、6.()、7.()、8.()、9.()、10.()、11.()、12.()13.()、14.()、15.()、16.()、17.()、18.()、19.()、20.()、21.()。

单选题1. public class A {  2. public void doit() {  3. }  4. public String doit() {  5. return “a”;  6. }  7. public double doit(int x) {  8. return 1.0;  9. }  10.}  What is the result?()A An exception is thrown at runtime.B Compilation fails because of an error in line 7.C Compilation fails because of an error in line 4.D Compilation succeeds and no runtime errors with class A occur.

单选题1. public class Outer{  2. public void someOuterMethod() {  3. // Line 3  4. }  5. public class Inner{}  6. public static void main( String[]argv ) {  7. Outer o = new Outer();  8. // Line 8  9. }  10. }  Which instantiates an instance of Inner?()A new Inner(); // At line 3B new Inner(); // At line 8C new o.Inner(); // At line 8D new Outer.Inner(); // At line 8

填空题灰色系统理论主要围绕对一个灰色系统的分析、()、()、决策和控制五个环节的研究,提出了一套特有的具体方法。

多选题灰色系统理论主要研究的方面有:()。A灰色预测B灰色系统建模C模糊控制D不确定系统的决策

单选题1. class SuperClass {  2. public a geta() {  3. return new a();  4. }  5. }  6. class SubClass extends SuperClass {  7. public b geta() {  8. return new b();  9. }  10. }  Which is true?()A Compilation will succeed if a extends b.B Compilation will succeed if b extends a.C Compilation will always fail because of an error in line 7.D Compilation will always fail because of an error in line 8.

问答题用六书分析下列汉字的结构。 1.豕 2.字 3.荆 4.刃 5.牧 6.闽 7.车 8.豫 9.本 10.集

单选题1. public class test (  2. public static void main(string args[]) {  3. int 1= 0;  4. while (i)  {  5. if (i==4) {  6. break;  7. }  8. ++i;  9. }  10.    11. }  12. )   What is the value of i at line 10?()A 0B 3C 4D 5E The code will not compile.

问答题指出下列汉字属于“六书”中的哪种类型。 1.自 2.北 3.眉 4.上 5.莫 6.吠 7.雲 8.三 9.其 10.霜

单选题包装设计构图方法共有几种() 1.垂直式 2.水平式 3.倾斜式 4.分割式 5.中心式 6.散点式 7.边角式 8.重叠式 9.综合式A6种B7种C 8种D9种

判断题避免心理异常发生的方法:1.倾诉倾倒心理垃圾;2.转移注意力;3.学会宽容;4.常怀感恩之心;5.互相帮助;6.学会等待;7.懂得妥协;8.抛开心理包袱;9.拓展心理空间。A对B错

填空题蔬菜农业生物学的分类(栽培学分类)1.()2.()3.()4.()5.()6.()7.()8.()9.()10.()11.()12.()13.()-13类