1) the means of EPS
输出EPS格式法
2) EPS format
EPS格式
1.
In view of vector class and without resolution rate of EPS format,it is difficult to use digital image processing technology for recognition.
由于EPS格式为矢量类文件,无分辨率可言,很难利用数字图像处理技术来识别。
4) Formatting Output
格式化输出
1.
Instroduce a processing method of displaying, formatting output of Chinese characterstring and linking dot matrix of Chinese character tu source program under PC-DOS.
介绍了在英文操作系统PC-DOS下的汉字串的显示、格式化输出以及连接汉字点阵数据到源程序中的方法。
5) multi-format outputting
多格式输出
1.
To meet the demands of multi-format outputting of map and weakness of existing cartography and publish softs,the article discussed the research content of map symbol library which supporting multi-format outputting.
在分析地图符号库与多格式输出技术的基础上,提出了多格式输出地图符号库的设计思路。
6) IO format
输入输出格式
补充资料: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
这样就可以对输出数据用别的工具进行处理。
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条