搜索资源列表
labviewdwasi
- 关于瓦斯检测的labview原码,对大家编程有一些帮助。-on gas detection code of the original PC, the program we have some help.
LABVIEW_LED
- LabVIEW编写的8段数码管仿真程序,初学LabVIEW的朋友可以
LABVIEW_suoxianghuan
- LABVIEW模拟锁相环的程序。程序一般,可供参考
LABVIE_01
- 搜集的一些LABVIEW的例子,包括一个时钟程序,一个打砖块游戏的源码,单摆仿真的程序,模糊控制的例子和一些使用的小程序
labview_02
- 搜集的一些LABVIEW的例子,包括一调用API,图片控制,通信和一些实用例子
VI
- 一个关于串口的输入与输出的的子模块传给大家! labview程序
基于声卡的频谱分析仪
- 基于声卡的频谱分析仪,用LabVIEW编写,经过测试成功,Spectrum analyzer based on sound card
tankmntr
- 液位温度的labview的界面显示源程序-level temper
screen_keybord
- 基于labview的屏幕键盘,可用于平板电脑组成的测量系统-Labview-based screen keyboard can be used for flat-panel computer measuring system composed of
labviewdesign
- 万用表LV设计(PCI卡) 万用表是一种电子测量工具,它能对电压、电流、电阻等进行度量。它在现实中应用相当广泛,是电子测试不可缺少的工具。LabVIEW中编写的万用表使用更为方便、灵活,从传统观念上改变了万用表的外形、增强了功能。虚拟万用表的编程主要部件是数据采集板卡,这种方式现在越来越多的被大家应用。本章将以板卡作数据采集进行编程,实现虚拟数字万用表。
dianchiguanli
- 电池管理系统的界面,基于can总线,excel存数据-Battery management system interface, based on the can bus, excel data have
PassaMak
- PassaMak 是基于Labview的多语言用户接口-PassaMak is an alternative to the established methods of creating multi-lingual user interfaces that attempts to simplify both their creation and use. It is a wholely Labview native API (with source) that can scan either a
Word_Report
- 基于LabView平台的Word报表开发VBA,可以使用本工具包提供的模块设计自定义表格(规则表、不规则表)。-Word reports based on LabView platform development of VBA, you can use this tool package provided by the modular design custom forms (rules table, and irregularly shaped table).
keygen_aft2009
- LABVIEW2009注册机文件,可以破解试用版软件。在网上搜索相关的安装方法。-LABVIEW2009
labviewfunction
- labview里面的公式节点运算,可以用来计算复杂的数学运算-labview formula node operation which can be used to calculate complex mathematical operations
ProcessPMonitor
- 用于labview编程,属于中间文件,作用明显,是要频率高-For labview programming, is an intermediate file, the obvious effect is to high frequency
niaes_lib_inline_crc-1.0.0-6
- crc校验,包括CRC8,CRC16等几种校验方式-crc checksum
CRCCheck
- 使用Labview实现Modbus协议RTU模式中的CRC16校验,采用的是直接字符输入和字符输出。-Achieved using Labview Modbus protocol RTU mode CRC16 checksum, using direct character input and character output.
Labview_MSComm
- 用于labview 串口通讯,非常有用,并且实测有用-useing for labview serial communicaton,it very useful
Labview 中API---如何获得窗口句柄(HWND)
- hwnd 是窗口句柄,系统分配的一个ID号,对操作系统来说就是这个窗口的唯一标识,通过它就可以操作WIN窗口了,labview VI的前面板无疑是一个WINDOWS窗口,那如何获得这个窗口句柄那. 有两种方法: 1.利用API FindWindow函数,通过窗口标题,来查找前面板的窗口句柄. 2.利用LABVIEW未公开的私有属性节点