投资项目的社会评估方法主要包括确定评估的基准线调查法、_______逻辑框架分析法和综合分析评估法等。
有无对比分析法
扫描二维码免费使用微信小程序搜题/刷题/查看解析。
版权声明:本文由翰林刷题小程序授权发布,如需转载请注明出处。
本文链接:https://doc.20230611.cn/post/724996.html
上一篇:社会心理是( )与社会行为之间的中介过程。
下一篇:#include < iostream > using namespace std; class A { private: int X, Y; public : A ( int myx, int myy) { X = myx; Y = myy ;} void show ( ) { cout << "X =" << X << " Y = " << Y << endl;} <
#include < iostream > using namespace std; class A { private: int X, Y; public : A ( int myx, int myy) { X = myx; Y = myy ;} void show ( ) { cout << "X =" << X << " Y = " << Y << endl;} <