|
说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
|
|
您的位置: 首页 -> 词典 -> 节日旅游开发探讨
1) The Tourism Development of Festival
节日旅游开发探讨
2) exploit and investigate
开发探讨
3) tourism exploitation
旅游开发
1.
On externality of tourism exploitation and its internalization of Xiaolangdi Scenic Spot on Yellow River;
黄河小浪底风景区旅游开发的外部性及其内化探析
2.
Showing hanging river spectacle,containing historical cunures and building characteristic brand——Tentative plans of tourism exploitation of Yellow River in Kaifeng City;
悬河奇观·历史文化·特色品牌——黄河开封段旅游开发设想
4) development of tourism
旅游开发
1.
On the development of tourism of Huai an Water Resources Project;
对淮安水利枢纽旅游开发的思考
2.
Local Conditions and Customs of the Dong Nationality in Rongjiang and the Development of Tourism;
榕江侗族风情与旅游开发
3.
Henan opera culture has a long history,numerous local types,and high values in the development of tourism.
河南戏曲文化历史悠久,源远流长,剧种数量众多,为广大人民群众所喜闻乐见,极富旅游开发价值。
5) tourism development
旅游开发
1.
Ecological environmental problems and protection measures in the tourism development of Yansai Lake Reservoir;
燕塞湖水库旅游开发中生态环境问题及保护措施
2.
Environmental impacts and countermeasures of tourism development in Ruoergai Wetland;
若尔盖湿地旅游开发的环境影响及对策
3.
Ecological Risks and Countermeasures during Nature Reserve Tourism Development in Our Country;
我国自然保护区旅游开发的生态风险及对策
6) tourist development
旅游开发
1.
Investment in tourist development possesses more complicated uncertainty than investment in other businesses because of its characteristics and principles that tourism has.
旅游开发投资因为旅游自身具的特性和规律决定了其具有较其他行业投资更为复杂的不确定性,这种不确定性使旅游开发投资的风险加大。
2.
The results indicated that the landscape resources quality,environment quality,tourist development conditions of Baisha forest park scored 38.
结果表明,白沙森林公园的风景资源质量、区域环境质量、旅游开发条件3项指标的累积得分为38。
3.
This study is made to survey the effect of the environment,tourist development and soil utilization in the surrounding areas of Huashan upon the Huashan rock painting protection.
为了解花山周边环境、旅游开发和土地的利用程度对花山岩画保护的影响,更好地保护文物,促进当地社会、经济、生态的协调发展,通过问卷调查和主成分分析法对区内的大气、水、土采样分析;采用33个评价因子进行土地利用的可持续评价。
补充资料:Pro/E二次开发使用toolkit开发trigger的程序
使用toolkit开发trigger的程序时,往往需要能够连续通过trigger来触发dll中的函数. 我碰到的问题: 1.配置trigger: Name: CimDll Event: Create PIV Time: POST RequireNO DLL:Cim.dll Function:PDMTPIVCreatePostOperation 2.源代码: int PDMDLLInit() { PTCERROR pdm_status; FILE *g_pfileLog; g_pfileLog =fopen("test.dat","w"); setbuf(g_pfileLog,NULL); fprintf(g_pfileLog,"begin test\n"); pdm_status = PDMTriggerRegister("PDMTPIVCreatePostOperation", PDMTPIVCreatePostOperation); if (pdm_status != PDM_SUCCESS) { printf("Failed to Register Trigger PIV Create Post.\n"); } return (pdm_status); } int PDMTPIVCreatePostOperation(int argc, void **argv) { fprintf(g_pfileLog,"test\n"); ..... fprintf(g_pfileLog,"end test\n"); fclose(g_pfileLog); } 结果:以上代码存在的问题:如果我们在第一次checkin到C/S中后,删除test.dat文件,然后再进行checkin时,发现没有再生成test.dat,在函数PDMTPIVCreatePostOperation()中所进行的对文件的操作都无效. 原因:我们使用trigger触发时,真正起作用的是函数:PDMTPIVCreatePostOperation(),而PDMDLLInit()只是在第一次checkin时起作用,所以在第一次调用PDMTPIVCreatePostOperation()后,我就fclose(g_pfileLog),所以出现了上面的情况.所以注意的是:不要把一些重要的东西放在函数PDMDLLInit()中.
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条
|