抱歉,您的浏览器无法访问本站
本页面需要浏览器支持(启用)JavaScript
了解详情 >

GeneralUtilities` 是Mathematica从版本10开始新加入的一个上下文。其中提供了大量的实用函数,包括代码生成、调试、静态分析、迭代器对象等各个领域,一定程度上弥补了Mathematica基础设施不足的状况。

根据个人经验和见闻总结而来。主要涉及C和C++语法和语义方面的一些陷阱。

原文地址 XCC HomepageDocuments -> MIX File format


MIX 文件格式

Copyright © 2000 Olaf van der Spek

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

介绍

作者:Olaf van der Spek。

本文解释了命令与征服:泰伯利亚黎明、红色警戒、泰伯利亚之日使用的MIX文件的格式

MIX文件用于存储其他文件,与ZIP文件相同,但没有压缩。我将在本文档中使用C++表示法。

原文链接


CSF文件格式

CSF文件存储了红色警戒2/尤里的复仇(也有将军/绝命时刻和其它可能)的字符串表。

来自PPM
(只翻关键部分)

作者:Dark Templar X

简单来说,它是控制当有扩展地图包时,什么地图将出现在遭遇战的各种模式中。当然,MPR和YRM格式的地图没必要有它。

不管怎样,其基本的设置类似于rules文件中的载具列表,里面有地图的列表以及各个地图的细节内容。