想要改进这个问题吗? 更新问题,以便用
Closed 10 years ago.
最近,我一直在工作的研究小组 一直在研究一些模拟代码。
For the codes we have the main C++ files containing the code, a text file containing input parameters for the simulation. The data of the simulation at every time step is spitted out in the form of columnar data where each column representing some physical quantity position, pressure, etc. and each row represents a grid point.
My boss has now asked me to switch the data format of the input-parameter-file and output data files to the XML format from its present key-value , key-value nature. He seems to be very poor at his explanations since his English pretty much sucks. Its been two times now that he ranted about the superiority about XML without me understanding a word.
现在,让我说,我只是你的平均 C / C++ / Python 程序员对科学计算感兴趣, 我对计算机工程学科目没有后台, 比如XML似乎最常用的数据库或网络开发。
Can anyone give me a short explanation of this or else point me to some resources which offer a gentle explanation of the concepts with simple yet non-trivial examples without all the yoga, chanting, incense burning , and ugly technical vocabulary (which keep requiring me to do endless googling) that all the XML tutorials seem to be filled with.
If someone can give some explicit real-life examples of where and how the XML data format is used in some applied mathematics codes that will really be helpful.