请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
NITest
├── NITest
│ ├── Debug
│ │ ├── NITest.Build.CppClean.log
│ │ ├── NITest.log
│ │ ├── NITest.obj
│ │ ├── NITest.tlog
│ │ │ ├── CL.command.1.tlog
│ │ │ ├── CL.read.1.tlog
│ │ │ ├── CL.write.1.tlog
│ │ │ ├── NITest.lastbuildstate
│ │ │ ├── link.command.1.tlog
│ │ │ ├── link.read.1.tlog
│ │ │ └── link.write.1.tlog
│ │ ├── Visa32Test.obj
│ │ ├── vc141.idb
│ │ └── vc141.pdb
│ ├── DriverDll
│ │ ├── BaseBattery.h
│ │ ├── DMMVIEW_I通信协议(0.0).CHM
│ │ ├── KeithleyBat.cpp
│ │ ├── KeithleyBat.h
│ │ ├── SCPI例子.txt
│ │ ├── SPCI命令表.txt
│ │ ├── VisaDriver.cpp
│ │ ├── VisaDriver.h
│ │ └── 可程控直流电源编程手册.chm
│ ├── NITest.cpp
│ ├── NITest.vcxproj
│ ├── NITest.vcxproj.filters
│ ├── NITest.vcxproj.user
│ ├── Ni4882Test
│ │ ├── include
│ │ │ ├── decl-32.h
│ │ │ ├── ni488.h
│ │ │ ├── ni4882.h
│ │ │ ├── nisyscfg.h
│ │ │ ├── nisyscfg_errors.h
│ │ │ └── nisyscfg_wide.h
│ │ └── ni4882.dll
│ ├── Visa32Test
│ │ ├── visa.h
│ │ ├── visa32.lib
│ │ └── visatype.h
│ ├── Visa32Test.cpp
│ └── ni4882.dll
└── NITest.sln
7 directories, 39 files