搜索资源列表
D_MyDongFrmRpt
- dong dai biao dll ke yi chuang jian bu tong feng ge biao biao-dong negation biao dll ke yi bu tong chuang 40c fe Vi biao ge biao
MTL100JE
- 基于DOS系统下的多任务类库。Class DOS Thread provides a framework for writing DOS applications-DOS-based system under the Multi-task library. Class DOS Thread provides a framework for writi Vi DOS applications
VI
- 一个关于串口的输入与输出的的子模块传给大家! labview程序
spi
- c8051f005读取SCA100T之程序,SCA100T仍是VI出的一款角度传感器,测量范围为+90~-90度
shortestpath
- 首先,引进一个辅助向量D,它的每个分量D表示当前所找到的从始点v到每个终点vi的最短路径的长度。如D[3]=2表示从始点v到终点3的路径相对最小长度为2。这里强调相对就是说在算法过程中D的值是在不断逼近最终结果但在过程中不一定就等于最短路径长度。它的初始状态为:若从v到vi有弧,则D为弧上的权值;否则置D为∞。显然,长度为 D[j]=-First of all, the introduction of an auxiliary vector D, for each of its componen
string
- 将时间转换为字符串,作为子vi经常使用,正常实现功能。-The time is converted to a string, often used as a sub-vi, the normal implementation function.
Labview 中API---如何获得窗口句柄(HWND)
- hwnd 是窗口句柄,系统分配的一个ID号,对操作系统来说就是这个窗口的唯一标识,通过它就可以操作WIN窗口了,labview VI的前面板无疑是一个WINDOWS窗口,那如何获得这个窗口句柄那. 有两种方法: 1.利用API FindWindow函数,通过窗口标题,来查找前面板的窗口句柄. 2.利用LABVIEW未公开的私有属性节点