├── .gitignore ├── Examples ├── Keithley 6517B-GPIB-1.png ├── Keithley 6517B-GPIB-2.png ├── Keithley 6517B-GPIB-3.png ├── Keithley 6517B-RS232-1.png ├── Keithley 6517B-RS232-2.png └── Keithley 6517B-RS232-3.png ├── README.md ├── VISA_CommonUnit.sln ├── VISA_CommonUnit ├── App.config ├── ComboBoxWithTooltip.cs ├── Icon │ └── ICON.ico ├── MainForm.Designer.cs ├── MainForm.cs ├── MainForm.resx ├── Program_Main.cs ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings ├── SelectDeviceForm.Designer.cs ├── SelectDeviceForm.cs ├── SelectDeviceForm.resx ├── VISA_CommonUnit.csproj ├── VISA_CommonUnit.csproj.user ├── bin │ └── Release │ │ ├── CommandSets │ │ ├── 34401A_User's Guide.pdf │ │ ├── Agilent34401A.commandset │ │ ├── Agilent34401A.xlsx │ │ ├── GPIB 通用命令.commandset │ │ ├── Keithley 195A.commandset │ │ ├── Keithley 195A.pdf │ │ ├── Keithley 195A.xlsx │ │ ├── Keithley 6517A.PDF │ │ ├── Keithley 6517B.commandset │ │ ├── Keithley 6517B.pdf │ │ ├── Keithley 6517B.xlsx │ │ ├── LI5640.commandset │ │ ├── LI5640.xlsx │ │ ├── SCPI_Programming_Guide_SigGens.pdf │ │ ├── Template.commandset.template │ │ ├── Universal.commandset │ │ ├── e_li5640.pdf │ │ └── 命令集编辑模板.xlsx │ │ ├── GNUCoreutils │ │ ├── awk.exe │ │ ├── basename.exe │ │ ├── bash.exe │ │ ├── bc.exe │ │ ├── bison.exe │ │ ├── bunzip2.exe │ │ ├── bzip2.dll │ │ ├── bzip2.exe │ │ ├── bzip2recover.exe │ │ ├── cat.exe │ │ ├── chgrp.exe │ │ ├── chmod.exe │ │ ├── chown.exe │ │ ├── chroot.exe │ │ ├── cksum.exe │ │ ├── clear.bat │ │ ├── col.exe │ │ ├── colcrt.exe │ │ ├── colrm.exe │ │ ├── cp.exe │ │ ├── csplit.exe │ │ ├── cut.exe │ │ ├── dc.exe │ │ ├── dd.exe │ │ ├── ddate.exe │ │ ├── df.exe │ │ ├── diff3.exe │ │ ├── dirname.exe │ │ ├── dos2unix.exe │ │ ├── du.exe │ │ ├── egrep.exe │ │ ├── env.exe │ │ ├── expand.exe │ │ ├── expr.exe │ │ ├── factor.exe │ │ ├── fgrep.exe │ │ ├── flex.exe │ │ ├── fmt.exe │ │ ├── fold.exe │ │ ├── gawk.exe │ │ ├── gdbm3.dll │ │ ├── getopt.exe │ │ ├── gfind.exe │ │ ├── gow.bat │ │ ├── gow.vbs │ │ ├── grep.exe │ │ ├── gsar.exe │ │ ├── gsort.exe │ │ ├── gzip.exe │ │ ├── head.exe │ │ ├── hexdump.exe │ │ ├── history5.dll │ │ ├── hostid.exe │ │ ├── hostname.exe │ │ ├── iconv.exe │ │ ├── id.exe │ │ ├── indent.exe │ │ ├── join.exe │ │ ├── jwhois.exe │ │ ├── less.exe │ │ ├── lesskey.exe │ │ ├── libcharset1.dll │ │ ├── libiconv-2.dll │ │ ├── libiconv2.dll │ │ ├── libidn-11.dll │ │ ├── libintl-2.dll │ │ ├── libintl3.dll │ │ ├── line.exe │ │ ├── ln.exe │ │ ├── m4.exe │ │ ├── md5sum.exe │ │ ├── mkdir.exe │ │ ├── mkfifo.exe │ │ ├── mknod.exe │ │ ├── msys-1.0.dll │ │ ├── msys-regex-1.dll │ │ ├── msys-termcap-0.dll │ │ ├── mv.exe │ │ ├── nl.exe │ │ ├── od.exe │ │ ├── paste.exe │ │ ├── patch.exe │ │ ├── pathchk.exe │ │ ├── pcre3.dll │ │ ├── pr.exe │ │ ├── printenv.exe │ │ ├── printf.exe │ │ ├── pwd.exe │ │ ├── readline5.dll │ │ ├── regex2.dll │ │ ├── rename.exe │ │ ├── rev.exe │ │ ├── rm.exe │ │ ├── rmdir.exe │ │ ├── scp.bat │ │ ├── sdiff.exe │ │ ├── sed.exe │ │ ├── seq.exe │ │ ├── sftp.bat │ │ ├── sha1sum.exe │ │ ├── shar.exe │ │ ├── sleep.exe │ │ ├── split.exe │ │ ├── ssh.bat │ │ ├── ssleay32.dll │ │ ├── su.exe │ │ ├── sum.exe │ │ ├── sync.exe │ │ ├── tac.exe │ │ ├── tail.exe │ │ ├── tailf.exe │ │ ├── tee.exe │ │ ├── test.exe │ │ ├── touch.exe │ │ ├── tr.exe │ │ ├── uname.exe │ │ ├── unexpand.exe │ │ ├── uniq.exe │ │ ├── unix2dos.exe │ │ ├── unlink.exe │ │ ├── unshar.exe │ │ ├── uudecode.exe │ │ ├── uuencode.exe │ │ ├── wc.exe │ │ ├── whereis.bat │ │ ├── whereis.exe │ │ ├── which.exe │ │ ├── whoami.exe │ │ ├── xargs.exe │ │ └── yes.exe │ │ ├── NationalInstruments.VisaNS.Static.dll │ │ ├── VISA_CommonUnit.exe │ │ └── 说明.txt ├── doc │ ├── App Note - VISA Control.pdf │ ├── ILMerge.png │ ├── IlMerger.ilproj │ ├── NI-VISA .NET Class Hierarchy Chart.pdf │ ├── NIVisaNSDotNETHelpVS2010.chm │ ├── ReadMe.txt │ └── StaticLink.txt └── lib │ ├── AboutTheseDlls.txt │ ├── About_NationalInstruments.VisaNS.Static.dll.txt │ ├── About_NationalInstruments.VisaNS.Static.dll.txt.png │ ├── NationalInstruments.Common.dll │ ├── NationalInstruments.MStudioCLM.dll │ ├── NationalInstruments.NiLmClientDLL.dll │ ├── NationalInstruments.VisaNS.Static.dll │ └── NationalInstruments.VisaNS.dll └── 重要说明.docx /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/.gitignore -------------------------------------------------------------------------------- /Examples/Keithley 6517B-GPIB-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/Examples/Keithley 6517B-GPIB-1.png -------------------------------------------------------------------------------- /Examples/Keithley 6517B-GPIB-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/Examples/Keithley 6517B-GPIB-2.png -------------------------------------------------------------------------------- /Examples/Keithley 6517B-GPIB-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/Examples/Keithley 6517B-GPIB-3.png -------------------------------------------------------------------------------- /Examples/Keithley 6517B-RS232-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/Examples/Keithley 6517B-RS232-1.png -------------------------------------------------------------------------------- /Examples/Keithley 6517B-RS232-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/Examples/Keithley 6517B-RS232-2.png -------------------------------------------------------------------------------- /Examples/Keithley 6517B-RS232-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/Examples/Keithley 6517B-RS232-3.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/README.md -------------------------------------------------------------------------------- /VISA_CommonUnit.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit.sln -------------------------------------------------------------------------------- /VISA_CommonUnit/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/App.config -------------------------------------------------------------------------------- /VISA_CommonUnit/ComboBoxWithTooltip.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/ComboBoxWithTooltip.cs -------------------------------------------------------------------------------- /VISA_CommonUnit/Icon/ICON.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/Icon/ICON.ico -------------------------------------------------------------------------------- /VISA_CommonUnit/MainForm.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/MainForm.Designer.cs -------------------------------------------------------------------------------- /VISA_CommonUnit/MainForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/MainForm.cs -------------------------------------------------------------------------------- /VISA_CommonUnit/MainForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/MainForm.resx -------------------------------------------------------------------------------- /VISA_CommonUnit/Program_Main.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/Program_Main.cs -------------------------------------------------------------------------------- /VISA_CommonUnit/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /VISA_CommonUnit/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /VISA_CommonUnit/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/Properties/Resources.resx -------------------------------------------------------------------------------- /VISA_CommonUnit/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /VISA_CommonUnit/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/Properties/Settings.settings -------------------------------------------------------------------------------- /VISA_CommonUnit/SelectDeviceForm.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/SelectDeviceForm.Designer.cs -------------------------------------------------------------------------------- /VISA_CommonUnit/SelectDeviceForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/SelectDeviceForm.cs -------------------------------------------------------------------------------- /VISA_CommonUnit/SelectDeviceForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/SelectDeviceForm.resx -------------------------------------------------------------------------------- /VISA_CommonUnit/VISA_CommonUnit.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/VISA_CommonUnit.csproj -------------------------------------------------------------------------------- /VISA_CommonUnit/VISA_CommonUnit.csproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/VISA_CommonUnit.csproj.user -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/CommandSets/34401A_User's Guide.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/CommandSets/34401A_User's Guide.pdf -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/CommandSets/Agilent34401A.commandset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/CommandSets/Agilent34401A.commandset -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/CommandSets/Agilent34401A.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/CommandSets/Agilent34401A.xlsx -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/CommandSets/GPIB 通用命令.commandset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/CommandSets/GPIB 通用命令.commandset -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/CommandSets/Keithley 195A.commandset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/CommandSets/Keithley 195A.commandset -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/CommandSets/Keithley 195A.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/CommandSets/Keithley 195A.pdf -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/CommandSets/Keithley 195A.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/CommandSets/Keithley 195A.xlsx -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/CommandSets/Keithley 6517A.PDF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/CommandSets/Keithley 6517A.PDF -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/CommandSets/Keithley 6517B.commandset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/CommandSets/Keithley 6517B.commandset -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/CommandSets/Keithley 6517B.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/CommandSets/Keithley 6517B.pdf -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/CommandSets/Keithley 6517B.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/CommandSets/Keithley 6517B.xlsx -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/CommandSets/LI5640.commandset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/CommandSets/LI5640.commandset -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/CommandSets/LI5640.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/CommandSets/LI5640.xlsx -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/CommandSets/SCPI_Programming_Guide_SigGens.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/CommandSets/SCPI_Programming_Guide_SigGens.pdf -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/CommandSets/Template.commandset.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/CommandSets/Template.commandset.template -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/CommandSets/Universal.commandset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/CommandSets/Universal.commandset -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/CommandSets/e_li5640.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/CommandSets/e_li5640.pdf -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/CommandSets/命令集编辑模板.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/CommandSets/命令集编辑模板.xlsx -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/awk.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/awk.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/basename.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/basename.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/bash.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/bash.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/bc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/bc.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/bison.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/bison.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/bunzip2.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/bunzip2.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/bzip2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/bzip2.dll -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/bzip2.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/bzip2.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/bzip2recover.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/bzip2recover.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/cat.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/cat.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/chgrp.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/chgrp.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/chmod.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/chmod.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/chown.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/chown.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/chroot.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/chroot.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/cksum.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/cksum.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/clear.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | cls 3 | -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/col.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/col.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/colcrt.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/colcrt.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/colrm.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/colrm.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/cp.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/cp.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/csplit.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/csplit.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/cut.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/cut.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/dc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/dc.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/dd.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/dd.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/ddate.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/ddate.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/df.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/df.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/diff3.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/diff3.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/dirname.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/dirname.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/dos2unix.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/dos2unix.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/du.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/du.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/egrep.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/egrep.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/env.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/env.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/expand.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/expand.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/expr.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/expr.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/factor.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/factor.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/fgrep.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/fgrep.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/flex.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/flex.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/fmt.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/fmt.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/fold.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/fold.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/gawk.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/gawk.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/gdbm3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/gdbm3.dll -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/getopt.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/getopt.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/gfind.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/gfind.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/gow.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | cscript //NoLogo "C:\Program Files (x86)\Gow\bin\gow.vbs" %1 -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/gow.vbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/gow.vbs -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/grep.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/grep.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/gsar.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/gsar.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/gsort.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/gsort.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/gzip.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/gzip.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/head.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/head.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/hexdump.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/hexdump.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/history5.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/history5.dll -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/hostid.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/hostid.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/hostname.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/hostname.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/iconv.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/iconv.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/id.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/id.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/indent.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/indent.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/join.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/join.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/jwhois.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/jwhois.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/less.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/less.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/lesskey.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/lesskey.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/libcharset1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/libcharset1.dll -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/libiconv-2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/libiconv-2.dll -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/libiconv2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/libiconv2.dll -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/libidn-11.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/libidn-11.dll -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/libintl-2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/libintl-2.dll -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/libintl3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/libintl3.dll -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/line.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/line.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/ln.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/ln.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/m4.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/m4.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/md5sum.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/md5sum.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/mkdir.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/mkdir.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/mkfifo.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/mkfifo.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/mknod.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/mknod.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/msys-1.0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/msys-1.0.dll -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/msys-regex-1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/msys-regex-1.dll -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/msys-termcap-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/msys-termcap-0.dll -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/mv.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/mv.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/nl.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/nl.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/od.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/od.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/paste.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/paste.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/patch.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/patch.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/pathchk.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/pathchk.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/pcre3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/pcre3.dll -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/pr.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/pr.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/printenv.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/printenv.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/printf.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/printf.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/pwd.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/pwd.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/readline5.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/readline5.dll -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/regex2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/regex2.dll -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/rename.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/rename.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/rev.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/rev.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/rm.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/rm.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/rmdir.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/rmdir.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/scp.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | pscp %1 %2 %3 %4 %5 %6 %7 %8 %9 3 | -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/sdiff.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/sdiff.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/sed.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/sed.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/seq.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/seq.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/sftp.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | psftp %1 %2 %3 %4 %5 %6 %7 %8 %9 3 | -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/sha1sum.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/sha1sum.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/shar.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/shar.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/sleep.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/sleep.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/split.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/split.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/ssh.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | plink %1 %2 %3 %4 %5 %6 %7 %8 %9 -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/ssleay32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/ssleay32.dll -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/su.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/su.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/sum.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/sum.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/sync.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/sync.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/tac.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/tac.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/tail.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/tail.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/tailf.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/tailf.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/tee.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/tee.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/test.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/test.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/touch.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/touch.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/tr.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/tr.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/uname.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/uname.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/unexpand.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/unexpand.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/uniq.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/uniq.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/unix2dos.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/unix2dos.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/unlink.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/unlink.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/unshar.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/unshar.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/uudecode.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/uudecode.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/uuencode.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/uuencode.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/wc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/wc.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/whereis.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/whereis.bat -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/whereis.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/whereis.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/which.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/which.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/whoami.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/whoami.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/xargs.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/xargs.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/GNUCoreutils/yes.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/GNUCoreutils/yes.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/NationalInstruments.VisaNS.Static.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/NationalInstruments.VisaNS.Static.dll -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/VISA_CommonUnit.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/VISA_CommonUnit.exe -------------------------------------------------------------------------------- /VISA_CommonUnit/bin/Release/说明.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/bin/Release/说明.txt -------------------------------------------------------------------------------- /VISA_CommonUnit/doc/App Note - VISA Control.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/doc/App Note - VISA Control.pdf -------------------------------------------------------------------------------- /VISA_CommonUnit/doc/ILMerge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/doc/ILMerge.png -------------------------------------------------------------------------------- /VISA_CommonUnit/doc/IlMerger.ilproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/doc/IlMerger.ilproj -------------------------------------------------------------------------------- /VISA_CommonUnit/doc/NI-VISA .NET Class Hierarchy Chart.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/doc/NI-VISA .NET Class Hierarchy Chart.pdf -------------------------------------------------------------------------------- /VISA_CommonUnit/doc/NIVisaNSDotNETHelpVS2010.chm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/doc/NIVisaNSDotNETHelpVS2010.chm -------------------------------------------------------------------------------- /VISA_CommonUnit/doc/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/doc/ReadMe.txt -------------------------------------------------------------------------------- /VISA_CommonUnit/doc/StaticLink.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/doc/StaticLink.txt -------------------------------------------------------------------------------- /VISA_CommonUnit/lib/AboutTheseDlls.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/lib/AboutTheseDlls.txt -------------------------------------------------------------------------------- /VISA_CommonUnit/lib/About_NationalInstruments.VisaNS.Static.dll.txt: -------------------------------------------------------------------------------- 1 | ../doc/StaticLink.txt -------------------------------------------------------------------------------- /VISA_CommonUnit/lib/About_NationalInstruments.VisaNS.Static.dll.txt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/lib/About_NationalInstruments.VisaNS.Static.dll.txt.png -------------------------------------------------------------------------------- /VISA_CommonUnit/lib/NationalInstruments.Common.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/lib/NationalInstruments.Common.dll -------------------------------------------------------------------------------- /VISA_CommonUnit/lib/NationalInstruments.MStudioCLM.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/lib/NationalInstruments.MStudioCLM.dll -------------------------------------------------------------------------------- /VISA_CommonUnit/lib/NationalInstruments.NiLmClientDLL.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/lib/NationalInstruments.NiLmClientDLL.dll -------------------------------------------------------------------------------- /VISA_CommonUnit/lib/NationalInstruments.VisaNS.Static.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/lib/NationalInstruments.VisaNS.Static.dll -------------------------------------------------------------------------------- /VISA_CommonUnit/lib/NationalInstruments.VisaNS.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/VISA_CommonUnit/lib/NationalInstruments.VisaNS.dll -------------------------------------------------------------------------------- /重要说明.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyangy/VISA_CommonUnit/HEAD/重要说明.docx --------------------------------------------------------------------------------