说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> SPS数据格式
1)  SPS Data format
SPS数据格式
2)  SPS Format
SPS格式
1.
The Application of SPS Format File in I/O Image System;
SPS格式文件在I/OImage系统中的应用
2.
Combining 408UL seismograph with VE432 vibroseis configuration,the paper fully introduced SPS system,especially the SPS data format,from the aspects of the principle,format and application,expounded concrete application and role of SPS format in the separate links of field production by application cases and pointed out the importance of SPS format in aspect of production QC.
本文结合408UL仪器和VE432可控震源配置,从SPS系统的原理、格式及应用等方面对SPS系统特别是SPS数据的格式作了全面介绍,并通过应用实例阐述了SPS格式在野外生产各个环节中的具体应用方法及其作用,指出了SPS格式在生产质量控制方面的重要性。
3)  SPS data encoding
SPS数据编码
4)  SPS format file
SPS格式文件
5)  data format
数据格式
1.
On the data formats in the Teaching Management System;
论高校教务管理系统中数据格式
2.
Study on Exchange of Different Data Format in Spatial Information Grid;
空间信息栅格中的不同数据格式转换研究
3.
SIR—10H type geology radar data format;
SIR—10H型地质雷达仪数据格式
6)  data form
数据格式
1.
Present muti source data integration has data form change mode, data operate mode and direct datum visit mode.
由多数据格式组成的多源数据非常复杂,主要表现在没有标准的基础数据,旧有的数据又难以利用,数据的多语义性,获取数据方法的多源性,数据存储格式的多样性以及数据的多时空性和多尺度等,但多源数据集成共享又是客观需要。
2.
In order to realize the three-dimensional seismic visualized system of windows platforms based on computers,the problem to be solved first is that the SEGY data form on the work station must be transformed into SEGY data form discerned by process system of the computer.
实现基于微机的Windows平台三维地震可视化系统,必须将工作站上的地震资料SEGY数据格式转化成微机上处理系统能识别的SEGY数据格式。
补充资料:ANSYS--格式输出数据

利用APDL功能按照一定格式写出ansys数据文件的方法 


ANSYS在运行阶段总是处理大量的模型数据、载荷数据以及结果数据等,有时需要将这些数据按照一定的格式写进指定的数据文件中,这时可以利用*GET和*VGET数据提取的各种命令将数据存入到变量或数组中,然后利用*CFWRITE或*VWRITE命令写入到指定文件.下面是使用*VWRITE实现该过程的一个实例: 


/post1
set,,,,,10.0
*get,ntemp01,node,2,temp ! 时间等于10时的节点2的温度值 
*get,ntemp02,node,9,temp ! 时间等于10时的节点9的温度值
*get,ntemp03,node,7,temp ! 时间等于10时的节点7的温度值 


*vwrite,ntemp01,ntemp02,ntemp03
(T1,''N2 TEMP='',F5.1,'', N9 TEMP='',F5.1,'', N7 TEMP='',F5.1)
/output,nodetemp,dat 


其中,命令/output可以用于确定输出方向,即输出到ansys的输出窗口(OUTPUT WINDOW)中,或者指定的文件中。上面将温度值输出到nodetemp.dat文件中,内容如下: 


N2 TEMP= 19.2, N9 TEMP= 19.8, N7 TEMP= 20.8 



这样就可以对输出数据用别的工具进行处理。

说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条