|
IDL中的关系运算符包括EQ、NE、GE、GT
|
加载中…
加载中…
加载中…
标签:
杂谈 |
|
IDL中的关系运算符包括EQ、NE、GE、GT
|
标签:
杂谈 |
波茨坦气候研究中心http://www.pik-potsdam.de/
干旱区水文生态模型Britta Tietjen 的主页
http://www.pik-potsdam.de/members/tietjen/britta-tietjen-homepage
Our goal is to study the coupled dynamics of the geosphere, biosphere and anthroposphere under natural and human forcing. Results should shed light on the implications of future human perturbations to the Earth system.
Earth as a planet is currently in an unusually long and stable interglacial period. The dominant force for change in the present anthropocene is human activity, which is altering the atmosphere, oceans and land surfaces. This activity consists not only of the emission of greenhouse gases but also of direct large-scale impacts on the land and marine biosphere.
The analysis o
标签:
杂谈 |
标签:
杂谈 |
根据本人学习的心得,特地从网上搜集的地信专业人士常用的相关软件及教程,与广大hi友分享一下:
软件
1.Arcmap9.2全系列下载
下载地址:http://down.icuit.cn/arcgis9.2/ArcGISDesktop9.2DVD.rar
3.24G,下载后请把后缀rar该成ISO用虚拟光驱打开
2.Mapinfo7.8简体中文汉化版
下载地址:http://down.icuit.cn/mapinfo/mapinfo78.rar
3.MapGis
下载地址:http://down.icuit.cn/mapgis66/MAPGIS66.rar
4.Arcview3.3
标签:
杂谈 |
标签:
杂谈 |
在VS2005里写个最简单的语句
MessageBox('Hello,World!');
出现错误提示:
error C2664: 'CWnd::MessageBoxW' : cannot convert parameter 1 from
'const char [13]' to 'LPCTSTR'
查找到解决方法是改成
MessageBox(_T('Helloworld'));
MessageBox(L'Helloworld');
The former is preferred as it will work regardless
if you're compiling for Unicode, MBCS, or ANSI; the latter will
only work for Unicode builds.
因为2005中默认的是unicode的,char是非unicode的。不同于以前在6.0中的写法MessageBox('Hello,World!')。ANSI字符集是通常的char每个字符一个字节。Unicode每个字符两个字节。
You can use the L'string' form if you plan to
always use Unicode, but if you use the _T('string') and TCHAR
macros you will be able to compile in either Unicode or ANSI
modes.
标签:
杂谈 |
标签:
杂谈 |
今天偶然搜到EXCEL竟然还能做方差分析,我可是一直都不知道啊,在工具下面的加载宏,里面有很多excel自带的数据分析功能。就可以用excel做方差分析了,不过,我还么做呢,这次试试,呵呵。
标签:
杂谈 |
会议开完了、家搬完了,我的心却仍旧浮躁。
我害怕,害怕时间过得太快了,快的让我没有心理准备。
似乎整天在忙,却不知为了谁,每天在忙却不知道它的意义。
今天晚上碰到师姐了,她说XX真厉害啊,发了一篇一级权威,是啊,她好厉害,我不该有借口的。
我,What am I doing now?what have I done?
坐在这里我能感觉到自己的浮躁,fickleness,What should I do?
突然感觉自己真的好笨,笨的一无是处,一个东西搞了半年了却出不来一篇文章,还搞得乱七八糟的,自己的语文功底也不好,总是写的让人不满意,我不知道如果我做那个结果又会是什么样子,不去想。
假期已经来了,老师已经布置了暑假的任务,我好像麻木了似的对自己没了信心,这绝对不是曾经被说过分自信的那个我了。时间不多了,还需努力,不能让自己在过了暑假之后再说后悔,不能再浮躁,安心两个月搞研究,安心,安心,不要有其他的杂念,相信自己是有能力的。还记得师姐的话,自己和自己比,每天都有进步,做最好的自己吧。
标签:
杂谈 |
在Arcgis里实现等高线的标注,像在地形图里一样,把等高线打断那样,本来想着应该很容易实现的,但是折腾了好一阵子都不行,在论坛上问人才知道帮助里有的,但实现过程也折腾了半天才出来,不错有结果,下面是步骤:
1在图层中标注,用label得到你想要的标注,让他们显示出来
2右击图层将label转换成annotation,注意转的时候要保存在一个geodatabase里
Expand the Cartography tools.