在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 最新ni-visa示例程序

最新ni-visa示例程序

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:1.72M
  • 下载次数:9
  • 浏览次数:250
  • 发布时间:2021-11-07
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
最新ni-visa示例程序 包含 VS6 VS2003 vs2005 vs2008 vs2010示例程序,适合初级开发使用
【实例截图】
【核心代码】
16359647361256783060.rar
├── CVI
│   └── samples
│   └── nimax
│   ├── nimaxcopy.c
│   ├── nimaxcopy.cws
│   ├── nimaxcopy.prj
│   ├── nimaxgeneratereport.c
│   ├── nimaxgeneratereport.cws
│   └── nimaxgeneratereport.prj
└── NI-VISA
└── Examples
├── C
│   ├── Examples_MSVC.dsw
│   ├── Examples_MSVC.ncb
│   ├── Examples_MSVC.opt
│   ├── Examples_MSVC_VS2005.sln
│   ├── General
│   │   ├── FindRsrc.c
│   │   ├── FindRsrc_CVI.prj
│   │   ├── FindRsrc_MSVC.dsp
│   │   ├── FindRsrc_MSVC_VS2005.vcproj
│   │   ├── Locking.c
│   │   ├── Locking_CVI.prj
│   │   ├── Locking_MSVC.dsp
│   │   ├── Locking_MSVC_VS2005.vcproj
│   │   ├── RdWrt.c
│   │   ├── RdWrt_CVI.prj
│   │   ├── RdWrt_MSVC.dsp
│   │   └── RdWrt_MSVC_VS2005.vcproj
│   ├── Gpib
│   │   ├── AsyncIO.c
│   │   ├── AsyncIO_CVI.prj
│   │   ├── AsyncIO_MSVC.dsp
│   │   ├── AsyncIO_MSVC.plg
│   │   ├── AsyncIO_MSVC_VS2005.vcproj
│   │   ├── AsyncSRQ.c
│   │   ├── AsyncSRQ_CVI.prj
│   │   ├── AsyncSRQ_MSVC.dsp
│   │   ├── AsyncSRQ_MSVC_VS2005.vcproj
│   │   ├── Debug
│   │   │   ├── AsyncIO.exe
│   │   │   ├── AsyncIO.ilk
│   │   │   ├── AsyncIO.map
│   │   │   ├── AsyncIO_MSVC.bsc
│   │   │   ├── AsyncIO_MSVC.pch
│   │   │   ├── AsyncIO.obj
│   │   │   ├── AsyncIO.pdb
│   │   │   ├── AsyncIO.sbr
│   │   │   ├── vc60.idb
│   │   │   └── vc60.pdb
│   │   ├── WaitSRQ.c
│   │   ├── WaitSRQ_CVI.prj
│   │   ├── WaitSRQ_MSVC.dsp
│   │   └── WaitSRQ_MSVC_VS2005.vcproj
│   ├── PXI
│   │   ├── ReserveTrig.c
│   │   ├── ReserveTrig_CVI.prj
│   │   ├── ReserveTrig_MSVC.dsp
│   │   ├── ReserveTrig_MSVC_VS2005.vcproj
│   │   ├── RouteTrig.c
│   │   ├── RouteTrig_CVI.prj
│   │   ├── RouteTrig_MSVC.dsp
│   │   └── RouteTrig_MSVC_VS2005.vcproj
│   ├── Serial
│   │   ├── RdWrtSrl.c
│   │   ├── RdWrtSrl_CVI.prj
│   │   ├── RdWrtSrl_MSVC.dsp
│   │   └── RdWrtSrl_MSVC_VS2005.vcproj
│   ├── TCPIP
│   │   ├── tcpip.c
│   │   ├── TCPIP_CVI.prj
│   │   ├── TCPIP_MSVC.dsp
│   │   └── TCPIP_MSVC_VS2005.vcproj
│   └── Vxi-vme
│   ├── AsyncIntr.c
│   ├── AsyncIntr_CVI.prj
│   ├── AsyncIntr_MSVC.dsp
│   ├── AsyncIntr_MSVC_VS2005.vcproj
│   ├── HighReg.c
│   ├── HighReg_CVI.prj
│   ├── HighReg_MSVC.dsp
│   ├── HighReg_MSVC_VS2005.vcproj
│   ├── LowReg.c
│   ├── LowReg_CVI.prj
│   ├── LowReg_MSVC.dsp
│   ├── LowReg_MSVC_VS2005.vcproj
│   ├── ShareSys.c
│   ├── ShareSys_CVI.prj
│   ├── ShareSys_MSVC.dsp
│   ├── ShareSys_MSVC_VS2005.vcproj
│   ├── WaitIntr.c
│   ├── WaitIntr_CVI.prj
│   ├── WaitIntr_MSVC.dsp
│   ├── WaitIntr_MSVC_VS2005.vcproj
│   ├── WaitTrig.c
│   ├── WaitTrig_CVI.prj
│   ├── WaitTrig_MSVC.dsp
│   └── WaitTrig_MSVC_VS2005.vcproj
├── DotNET1.1
│   ├── AssertVxiTriggerAndTriggerHandler
│   │   ├── CS
│   │   │   ├── App.ico
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── AssertVxiTriggerAndTriggerHandler.csproj
│   │   │   ├── AssertVxiTriggerAndTriggerHandler.sln
│   │   │   ├── MainForm.cs
│   │   │   ├── MainForm.resx
│   │   │   └── ReadMe.txt
│   │   └── VB
│   │   ├── App.ico
│   │   ├── AssemblyInfo.vb
│   │   ├── AssertVxiTriggerAndTriggerHandler.sln
│   │   ├── AssertVxiTriggerAndTriggerHandler.vbproj
│   │   ├── MainForm.resx
│   │   ├── MainForm.vb
│   │   └── ReadMe.txt
│   ├── FindResources
│   │   ├── CS
│   │   │   ├── App.ico
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── CustomFilter.cs
│   │   │   ├── CustomFilter.resx
│   │   │   ├── FindResources.csproj
│   │   │   ├── FindResources.sln
│   │   │   ├── MainForm.cs
│   │   │   ├── MainForm.resx
│   │   │   ├── ReadMe.txt
│   │   │   ├── TcpipResourceVerificationUtility.cs
│   │   │   └── TcpipResourceVerificationUtility.resx
│   │   └── VB
│   │   ├── App.ico
│   │   ├── AssemblyInfo.vb
│   │   ├── CustomFilter.resx
│   │   ├── CustomFilter.vb
│   │   ├── FindResources.sln
│   │   ├── FindResources.vbproj
│   │   ├── MainForm.resx
│   │   ├── MainForm.vb
│   │   ├── ReadMe.txt
│   │   ├── TcpipResourceVerifiicationUtility.resx
│   │   └── TcpipResourceVerifiicationUtility.vb
│   ├── RegisterBasedOperations
│   │   ├── CS
│   │   │   ├── App.ico
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── MainForm.cs
│   │   │   ├── MainForm.resx
│   │   │   ├── ReadMe.txt
│   │   │   ├── RegisterBasedOperations.csproj
│   │   │   └── RegisterBasedOperations.sln
│   │   └── VB
│   │   ├── App.ico
│   │   ├── AssemblyInfo.vb
│   │   ├── MainForm.resx
│   │   ├── MainForm.vb
│   │   ├── ReadMe.txt
│   │   ├── RegisterBasedOperations.sln
│   │   └── RegisterBasedOperations.vbproj
│   ├── ServiceRequest
│   │   ├── CS
│   │   │   ├── App.ico
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── MainForm.cs
│   │   │   ├── MainForm.resx
│   │   │   ├── ReadMe.txt
│   │   │   ├── ServiceRequest.csproj
│   │   │   └── ServiceRequest.sln
│   │   └── VB
│   │   ├── App.ico
│   │   ├── AssemblyInfo.vb
│   │   ├── MainForm.resx
│   │   ├── MainForm.vb
│   │   ├── ReadMe.txt
│   │   ├── ServiceRequest.sln
│   │   └── ServiceRequest.vbproj
│   ├── SimpleAsynchronousReadWrite
│   │   ├── CS
│   │   │   ├── App.ico
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── MainForm.cs
│   │   │   ├── MainForm.resx
│   │   │   ├── ReadMe.txt
│   │   │   ├── SelectResource.cs
│   │   │   ├── SelectResource.resx
│   │   │   ├── SimpleAsynchronousReadWrite.csproj
│   │   │   └── SimpleAsynchronousReadWrite.sln
│   │   └── VB
│   │   ├── App.ico
│   │   ├── AssemblyInfo.vb
│   │   ├── MainForm.resx
│   │   ├── MainForm.vb
│   │   ├── ReadMe.txt
│   │   ├── SelectResource.resx
│   │   ├── SelectResource.vb
│   │   ├── SimpleAsynchronousReadWrite.sln
│   │   └── SimpleAsynchronousReadWrite.vbproj
│   ├── SimpleReadWrite
│   │   ├── CS
│   │   │   ├── App.ico
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── MainForm.cs
│   │   │   ├── MainForm.resx
│   │   │   ├── ReadMe.txt
│   │   │   ├── SelectResource.cs
│   │   │   ├── SelectResource.resx
│   │   │   ├── SimpleReadWrite.csproj
│   │   │   └── SimpleReadWrite.sln
│   │   └── VB
│   │   ├── App.ico
│   │   ├── AssemblyInfo.vb
│   │   ├── MainForm.resx
│   │   ├── MainForm.vb
│   │   ├── ReadMe.txt
│   │   ├── SelectResource.resx
│   │   ├── SelectResource.vb
│   │   ├── SimpleReadWrite.sln
│   │   └── SimpleReadWrite.vbproj
│   ├── VisaicNS
│   │   ├── CS
│   │   │   ├── App.ico
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── CustomFilter.cs
│   │   │   ├── CustomFilter.resx
│   │   │   ├── MainForm.cs
│   │   │   ├── MainForm.resx
│   │   │   ├── ReadMe.txt
│   │   │   ├── ResourceList.cs
│   │   │   ├── ResourceList.resx
│   │   │   ├── TcpipResourceVerificationUtility.cs
│   │   │   ├── TcpipResourceVerificationUtility.resx
│   │   │   ├── VisaicNS.csproj
│   │   │   └── VisaicNS.sln
│   │   └── VB
│   │   ├── App.ico
│   │   ├── AssemblyInfo.vb
│   │   ├── CustomFilter.resx
│   │   ├── CustomFilter.vb
│   │   ├── MainForm.resx
│   │   ├── MainForm.vb
│   │   ├── Readme.txt
│   │   ├── ResourceList.resx
│   │   ├── ResourceList.vb
│   │   ├── TcpipResourceVerifiicationUtility.resx
│   │   ├── TcpipResourceVerifiicationUtility.vb
│   │   ├── VisaicNS.sln
│   │   └── VisaicNS.vbproj
│   └── VxiInterruptHandler
│   ├── CS
│   │   ├── App.ico
│   │   ├── AssemblyInfo.cs
│   │   ├── MainForm.cs
│   │   ├── MainForm.resx
│   │   ├── ReadMe.txt
│   │   ├── VxiInterruptHandler.csproj
│   │   └── VxiInterruptHandler.sln
│   └── VB
│   ├── App.ico
│   ├── AssemblyInfo.vb
│   ├── MainForm.resx
│   ├── MainForm.vb
│   ├── ReadMe.txt
│   ├── VxiInterruptHandler.sln
│   └── VxiInterruptHandler.vbproj
├── DotNET2.0
│   ├── AssertVxiTriggerAndTriggerHandler
│   │   ├── cs
│   │   │   ├── App.ico
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── AssertVxiTriggerAndTriggerhandler.2005.csproj
│   │   │   ├── AssertVxiTriggerAndTriggerHandler.2005.sln
│   │   │   ├── MainForm.cs
│   │   │   ├── MainForm.resx
│   │   │   └── ReadMe.txt
│   │   └── vb
│   │   ├── App.ico
│   │   ├── AssemblyInfo.vb
│   │   ├── AssertVxiTriggerAndTriggerHandler.2005.sln
│   │   ├── AssertVxiTriggerAndTriggerhandler.2005.vbproj
│   │   ├── MainForm.resx
│   │   ├── MainForm.vb
│   │   └── ReadMe.txt
│   ├── FindResources
│   │   ├── cs
│   │   │   ├── App.ico
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── CustomFilter.cs
│   │   │   ├── CustomFilter.resx
│   │   │   ├── FindResources.2005.csproj
│   │   │   ├── FindResources.2005.sln
│   │   │   ├── MainForm.cs
│   │   │   ├── MainForm.resx
│   │   │   ├── ReadMe.txt
│   │   │   ├── TcpipResourceVerificationUtility.cs
│   │   │   └── TcpipResourceVerificationUtility.resx
│   │   └── vb
│   │   ├── App.ico
│   │   ├── AssemblyInfo.vb
│   │   ├── CustomFilter.resx
│   │   ├── CustomFilter.vb
│   │   ├── FindResources.2005.sln
│   │   ├── FindResources.2005.vbproj
│   │   ├── MainForm.resx
│   │   ├── MainForm.vb
│   │   ├── ReadMe.txt
│   │   ├── TcpipResourceVerifiicationUtility.resx
│   │   └── TcpipResourceVerifiicationUtility.vb
│   ├── RegisterBasedOperations
│   │   ├── cs
│   │   │   ├── App.ico
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── MainForm.cs
│   │   │   ├── MainForm.resx
│   │   │   ├── ReadMe.txt
│   │   │   ├── RegisterBasedOperations.2005.csproj
│   │   │   └── RegisterBasedOperations.2005.sln
│   │   └── vb
│   │   ├── App.ico
│   │   ├── AssemblyInfo.vb
│   │   ├── MainForm.resx
│   │   ├── MainForm.vb
│   │   ├── ReadMe.txt
│   │   ├── RegisterBasedOperations.2005.sln
│   │   └── RegisterBasedOperations.2005.vbproj
│   ├── ServiceRequest
│   │   ├── cs
│   │   │   ├── App.ico
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── MainForm.cs
│   │   │   ├── MainForm.resx
│   │   │   ├── ReadMe.txt
│   │   │   ├── ServiceRequest.2005.csproj
│   │   │   └── ServiceRequest.2005.sln
│   │   └── vb
│   │   ├── App.ico
│   │   ├── AssemblyInfo.vb
│   │   ├── MainForm.resx
│   │   ├── MainForm.vb
│   │   ├── ReadMe.txt
│   │   ├── ServiceRequest.2005.sln
│   │   └── ServiceRequest.2005.vbproj
│   ├── SimpleAsynchronousReadWrite
│   │   ├── cs
│   │   │   ├── App.ico
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── MainForm.cs
│   │   │   ├── MainForm.resx
│   │   │   ├── ReadMe.txt
│   │   │   ├── SelectResource.cs
│   │   │   ├── SelectResource.resx
│   │   │   ├── SimpleAsynchronousReadWrite.2005.csproj
│   │   │   └── SimpleAsynchronousReadWrite.2005.sln
│   │   └── vb
│   │   ├── App.ico
│   │   ├── AssemblyInfo.vb
│   │   ├── MainForm.resx
│   │   ├── MainForm.vb
│   │   ├── ReadMe.txt
│   │   ├── SelectResource.resx
│   │   ├── SelectResource.vb
│   │   ├── SimpleAsynchronousReadWrite.2005.sln
│   │   └── SimpleAsynchronousReadWrite.2005.vbproj
│   ├── SimpleReadWrite
│   │   ├── cs
│   │   │   ├── App.ico
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── MainForm.cs
│   │   │   ├── MainForm.resx
│   │   │   ├── ReadMe.txt
│   │   │   ├── SelectResource.cs
│   │   │   ├── SelectResource.resx
│   │   │   ├── SimpleReadWrite.2005.csproj
│   │   │   └── SimpleReadWrite.2005.sln
│   │   └── vb
│   │   ├── App.ico
│   │   ├── AssemblyInfo.vb
│   │   ├── MainForm.resx
│   │   ├── MainForm.vb
│   │   ├── ReadMe.txt
│   │   ├── SelectResource.resx
│   │   ├── SelectResource.vb
│   │   ├── SimpleReadWrite.2005.sln
│   │   └── SimpleReadWrite.2005.vbproj
│   ├── VisaicNS
│   │   ├── cs
│   │   │   ├── App.ico
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── CustomFilter.cs
│   │   │   ├── CustomFilter.resx
│   │   │   ├── MainForm.cs
│   │   │   ├── MainForm.resx
│   │   │   ├── ReadMe.txt
│   │   │   ├── ResourceList.cs
│   │   │   ├── ResourceList.resx
│   │   │   ├── TcpipResourceVerificationUtility.cs
│   │   │   ├── TcpipResourceVerificationUtility.resx
│   │   │   ├── VisaicNS.2005.csproj
│   │   │   └── VisaicNS.2005.sln
│   │   └── vb
│   │   ├── App.ico
│   │   ├── AssemblyInfo.vb
│   │   ├── CustomFilter.resx
│   │   ├── CustomFilter.vb
│   │   ├── MainForm.resx
│   │   ├── MainForm.vb
│   │   ├── Readme.txt
│   │   ├── ResourceList.resx
│   │   ├── ResourceList.vb
│   │   ├── TcpipResourceVerifiicationUtility.resx
│   │   ├── TcpipResourceVerifiicationUtility.vb
│   │   ├── VisaicNS.2005.sln
│   │   └── VisaicNS.2005.vbproj
│   └── VxiInterruptHandler
│   ├── cs
│   │   ├── App.ico
│   │   ├── AssemblyInfo.cs
│   │   ├── MainForm.cs
│   │   ├── MainForm.resx
│   │   ├── ReadMe.txt
│   │   ├── VxiInterruptHandler.2005.csproj
│   │   └── VxiInterruptHandler.2005.sln
│   └── vb
│   ├── App.ico
│   ├── AssemblyInfo.vb
│   ├── MainForm.resx
│   ├── MainForm.vb
│   ├── ReadMe.txt
│   ├── VxiInterruptHandler.2005.sln
│   └── VxiInterruptHandler.2005.vbproj
├── DotNET3.5
│   ├── AssertVxiTriggerAndTriggerHandler
│   │   ├── cs
│   │   │   ├── App.ico
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── AssertVxiTriggerAndTriggerhandler.2008.csproj
│   │   │   ├── AssertVxiTriggerAndTriggerHandler.2008.sln
│   │   │   ├── MainForm.cs
│   │   │   ├── MainForm.resx
│   │   │   └── ReadMe.txt
│   │   └── vb
│   │   ├── App.ico
│   │   ├── AssemblyInfo.vb
│   │   ├── AssertVxiTriggerAndTriggerHandler.2008.sln
│   │   ├── AssertVxiTriggerAndTriggerhandler.2008.vbproj
│   │   ├── MainForm.resx
│   │   ├── MainForm.vb
│   │   └── ReadMe.txt
│   ├── FindResources
│   │   ├── cs
│   │   │   ├── App.ico
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── CustomFilter.cs
│   │   │   ├── CustomFilter.resx
│   │   │   ├── FindResources.2008.csproj
│   │   │   ├── FindResources.2008.sln
│   │   │   ├── MainForm.cs
│   │   │   ├── MainForm.resx
│   │   │   ├── ReadMe.txt
│   │   │   ├── TcpipResourceVerificationUtility.cs
│   │   │   └── TcpipResourceVerificationUtility.resx
│   │   └── vb
│   │   ├── App.ico
│   │   ├── AssemblyInfo.vb
│   │   ├── CustomFilter.resx
│   │   ├── CustomFilter.vb
│   │   ├── FindResources.2008.sln
│   │   ├── FindResources.2008.vbproj
│   │   ├── MainForm.resx
│   │   ├── MainForm.vb
│   │   ├── ReadMe.txt
│   │   ├── TcpipResourceVerifiicationUtility.resx
│   │   └── TcpipResourceVerifiicationUtility.vb
│   ├── RegisterBasedOperations
│   │   ├── cs
│   │   │   ├── App.ico
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── MainForm.cs
│   │   │   ├── MainForm.resx
│   │   │   ├── ReadMe.txt
│   │   │   ├── RegisterBasedOperations.2008.csproj
│   │   │   └── RegisterBasedOperations.2008.sln
│   │   └── vb
│   │   ├── App.ico
│   │   ├── AssemblyInfo.vb
│   │   ├── MainForm.resx
│   │   ├── MainForm.vb
│   │   ├── ReadMe.txt
│   │   ├── RegisterBasedOperations.2008.sln
│   │   └── RegisterBasedOperations.2008.vbproj
│   ├── ServiceRequest
│   │   ├── cs
│   │   │   ├── App.ico
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── MainForm.cs
│   │   │   ├── MainForm.resx
│   │   │   ├── ReadMe.txt
│   │   │   ├── ServiceRequest.2008.csproj
│   │   │   └── ServiceRequest.2008.sln
│   │   └── vb
│   │   ├── App.ico
│   │   ├── AssemblyInfo.vb
│   │   ├── MainForm.resx
│   │   ├── MainForm.vb
│   │   ├── ReadMe.txt
│   │   ├── ServiceRequest.2008.sln
│   │   └── ServiceRequest.2008.vbproj
│   ├── SimpleAsynchronousReadWrite
│   │   ├── cs
│   │   │   ├── App.ico
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── MainForm.cs
│   │   │   ├── MainForm.resx
│   │   │   ├── ReadMe.txt
│   │   │   ├── SelectResource.cs
│   │   │   ├── SelectResource.resx
│   │   │   ├── SimpleAsynchronousReadWrite.2008.csproj
│   │   │   └── SimpleAsynchronousReadWrite.2008.sln
│   │   └── vb
│   │   ├── App.ico
│   │   ├── AssemblyInfo.vb
│   │   ├── MainForm.resx
│   │   ├── MainForm.vb
│   │   ├── ReadMe.txt
│   │   ├── SelectResource.resx
│   │   ├── SelectResource.vb
│   │   ├── SimpleAsynchronousReadWrite.2008.sln
│   │   └── SimpleAsynchronousReadWrite.2008.vbproj
│   ├── SimpleReadWrite
│   │   ├── cs
│   │   │   ├── App.ico
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── MainForm.cs
│   │   │   ├── MainForm.resx
│   │   │   ├── ReadMe.txt
│   │   │   ├── SelectResource.cs
│   │   │   ├── SelectResource.resx
│   │   │   ├── SimpleReadWrite.2008.csproj
│   │   │   └── SimpleReadWrite.2008.sln
│   │   └── vb
│   │   ├── App.ico
│   │   ├── AssemblyInfo.vb
│   │   ├── MainForm.resx
│   │   ├── MainForm.vb
│   │   ├── ReadMe.txt
│   │   ├── SelectResource.resx
│   │   ├── SelectResource.vb
│   │   ├── SimpleReadWrite.2008.sln
│   │   └── SimpleReadWrite.2008.vbproj
│   ├── VisaicNS
│   │   ├── cs
│   │   │   ├── App.ico
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── CustomFilter.cs
│   │   │   ├── CustomFilter.resx
│   │   │   ├── MainForm.cs
│   │   │   ├── MainForm.resx
│   │   │   ├── ReadMe.txt
│   │   │   ├── ResourceList.cs
│   │   │   ├── ResourceList.resx
│   │   │   ├── TcpipResourceVerificationUtility.cs
│   │   │   ├── TcpipResourceVerificationUtility.resx
│   │   │   ├── VisaicNS.2008.csproj
│   │   │   └── VisaicNS.2008.sln
│   │   └── vb
│   │   ├── App.ico
│   │   ├── AssemblyInfo.vb
│   │   ├── CustomFilter.resx
│   │   ├── CustomFilter.vb
│   │   ├── MainForm.resx
│   │   ├── MainForm.vb
│   │   ├── Readme.txt
│   │   ├── ResourceList.resx
│   │   ├── ResourceList.vb
│   │   ├── TcpipResourceVerifiicationUtility.resx
│   │   ├── TcpipResourceVerifiicationUtility.vb
│   │   ├── VisaicNS.2008.sln
│   │   └── VisaicNS.2008.vbproj
│   └── VxiInterruptHandler
│   ├── cs
│   │   ├── App.ico
│   │   ├── AssemblyInfo.cs
│   │   ├── MainForm.cs
│   │   ├── MainForm.resx
│   │   ├── ReadMe.txt
│   │   ├── VxiInterruptHandler.2008.csproj
│   │   └── VxiInterruptHandler.2008.sln
│   └── vb
│   ├── App.ico
│   ├── AssemblyInfo.vb
│   ├── MainForm.resx
│   ├── MainForm.vb
│   ├── ReadMe.txt
│   ├── VxiInterruptHandler.2008.sln
│   └── VxiInterruptHandler.2008.vbproj
└── VB6
├── General
│   ├── FindRsrc.frm
│   ├── FindRsrc.vbp
│   └── FindRsrc.vbw
└── Vxi-vme
├── visahigh.frm
└── visahigh.vbp

91 directories, 510 files

标签:

实例下载地址

最新ni-visa示例程序

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警