说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 中间数据格式
1)  intermediate data format
中间数据格式
1.
VHDL Intermediate Data Format
VHDL语言中间数据格式
2.
This paper introduces the development of VHDL briefly, discusses the detail of the design of VHDL compiler ,introduces pre-process , lexical analyzer, grammar process, syntax analyzer, semantics analyzer, and error process, design the compiling intermediate data format.
简要介绍了 VHDL语言的发展 ,详细讨论了 VHDL语言编译器的设计 ;对预处理、词法分析、文法处理、语法分析、语义分析、出错处理 6个模块进行了介绍 ,同时设计了源描述编译的中间数据格式
2)  China geo-spatial data format
中国地球空间数据格式
1.
This paper introduces the GIS software MAPINFO data format commonly in use at present and China geo-spatial data format, and then compares the differences between the two types of data formats.
数据交换是国土资源信息建设的首要解决难题之一,本文首先介绍了目前我国常用的GIS软件MAPINFO数据格式与中国地理空间数据格式;然后从分析入手对比了两种数据格式之间的差距,研究出MAPINFO数据格式基于中国地球空间数据格式的转换方法并进行转换程序的编写和实现;最后应用于实际情况并看其转换效果。
3)  Spatial Data Format
空间数据格式
1.
Reading of GIS Spatial Data Format;
GIS空间数据格式读取
4)  data concentration formatting
数据集中格式化
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 



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

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