联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 单片机开发(1) 
按平台查找All JavaScript(1) 

[单片机开发] MonsterAttrExTable

额,这个不是乱码,不用为这个担心。因为你把内存中连续的地址给拆分来看。当然显示起来时乱的了。 这个你打开的是该文件在内存中的地址和内容。比如一个汉字“汉”,在内存中占了2个字节,比如说它的内存值是03 E5。那么03对应的值是个不完整的值,只有与E5联合起来才能显示一个“汉”,所以单独看03或者E5就是乱码。
Well, this is not a mess. Don't worry about it. Because you split the successive addresses in memory. Of course, it's a mess. What you open here is the address and content of the file in memory. For example, a Chinese character "Han" occupies two bytes in memory, for example, its memory value is 03 E5. Then the value of 03 is an incomplete value, and only when combined with E5 can a "Han" be displayed, so looking at 03 or E5 alone is garbled. (2020-06-13, JavaScript, 795KB, 下载0次)

http://www.pudn.com/Download/item/id/1592059201245988.html
总计:1