1) saynchronous output
异步(数据)输出
2) asynchronous data transfer
异步数据传输
1.
This paper introduces how to use MTA technology to implement the asynchronous data transfer within OPC Data Access server and client.
介绍如何使用COM的MTA线程实现OPC服务器的异步数据传输 :首先说明OPC服务器的异步数据传输机制和使用多线程实现异步传输的优点 ;然后介绍COM的多线程技术 ;最后通过例子讲解如何使用MTA线程实现OPC服务器的异步数据传
3) asynchronous data transmission
异步数据传输
1.
To research the network I/O models of Windows and approach the problems in server threading models, a communication model based on asynchronous notification and asynchronous data transmission was presented.
通过对Windows网络I/O模型的研究,针对服务器线程模型的不足,提出了基于异步通知和异步数据传输的通信模型。
4) asynchronous output
异步输出
5) Asynchronous Communication Mechanism
异步数据传输机制
1.
The Theory and Application Research of Asynchronous Communication Mechanisms;
异步数据传输机制理论及应用研究
6) data output
数据输出
1.
This paper describes design idea of data output system of intelligent water-resistance test bed for diesel locomotives in the DF family.
详细叙述了东风系列内燃机车智能化水阻试验台数据输出系统的设计思路,以Visual Basic为开发平台,克服了VB在数据输出设计方面的缺点,充分利用了Excel设计及输出数据报表的优势,介绍了用VB直接面向Excel设计和输出报表的方法。
补充资料: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
这样就可以对输出数据用别的工具进行处理。
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条