实例介绍
【实例简介】C#雷赛运控控制卡实例
.
├── C#的雷赛板卡案例
│ ├── 例10_单轴任意速度规划PVT
│ │ ├── Backup
│ │ │ ├── 单轴任意速度规划PVT
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LTDMC.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── 单轴任意速度规划PVT.csproj
│ │ │ ├── 单轴任意速度规划PVT.sln
│ │ │ └── 单轴任意速度规划PVT.suo
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport.xslt
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ └── UpgradeReport_Plus.gif
│ │ ├── 单轴任意速度规划PVT
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── LTDMC.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LTDMC.dll
│ │ │ │ ├── PVT.dll
│ │ │ │ ├── 单轴任意速度规划PVT.exe
│ │ │ │ ├── 单轴任意速度规划PVT.pdb
│ │ │ │ ├── 单轴任意速度规划PVT.vshost.exe
│ │ │ │ └── 单轴任意速度规划PVT.vshost.exe.manifest
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── 单轴任意速度规划PVT.Form1.resources
│ │ │ │ ├── 单轴任意速度规划PVT.Properties.Resources.resources
│ │ │ │ ├── 单轴任意速度规划PVT.csproj.FileListAbsolute.txt
│ │ │ │ ├── 单轴任意速度规划PVT.csproj.GenerateResource.Cache
│ │ │ │ ├── 单轴任意速度规划PVT.exe
│ │ │ │ └── 单轴任意速度规划PVT.pdb
│ │ │ └── 单轴任意速度规划PVT.csproj
│ │ ├── 单轴任意速度规划PVT.sln
│ │ └── 单轴任意速度规划PVT.suo
│ ├── 例11_两轴高级轨迹规划PVT
│ │ ├── Backup
│ │ │ ├── 两轴高级轨迹规划PVT
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LTDMC.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── 两轴高级轨迹规划PVT.csproj
│ │ │ ├── 两轴高级轨迹规划PVT.sln
│ │ │ └── 两轴高级轨迹规划PVT.suo
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport.xslt
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ └── UpgradeReport_Plus.gif
│ │ ├── 两轴高级轨迹规划PVT
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── LTDMC.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LTDMC.dll
│ │ │ │ ├── PVT.dll
│ │ │ │ ├── 两轴高级轨迹规划PVT.exe
│ │ │ │ ├── 两轴高级轨迹规划PVT.pdb
│ │ │ │ ├── 两轴高级轨迹规划PVT.vshost.exe
│ │ │ │ └── 两轴高级轨迹规划PVT.vshost.exe.manifest
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── 两轴高级轨迹规划PVT.Form1.resources
│ │ │ │ ├── 两轴高级轨迹规划PVT.Properties.Resources.resources
│ │ │ │ ├── 两轴高级轨迹规划PVT.csproj.FileListAbsolute.txt
│ │ │ │ ├── 两轴高级轨迹规划PVT.csproj.GenerateResource.Cache
│ │ │ │ ├── 两轴高级轨迹规划PVT.exe
│ │ │ │ └── 两轴高级轨迹规划PVT.pdb
│ │ │ └── 两轴高级轨迹规划PVT.csproj
│ │ ├── 两轴高级轨迹规划PVT.sln
│ │ └── 两轴高级轨迹规划PVT.suo
│ ├── 例12_三轴高级轨迹规划PVT
│ │ ├── Backup
│ │ │ ├── 三轴高级轨迹规划PVT
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LTDMC.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── 三轴高级轨迹规划PVT.csproj
│ │ │ ├── 三轴高级轨迹规划PVT.sln
│ │ │ └── 三轴高级轨迹规划PVT.suo
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport.xslt
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ └── UpgradeReport_Plus.gif
│ │ ├── 三轴高级轨迹规划PVT
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── LTDMC.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LTDMC.dll
│ │ │ │ ├── PVT.dll
│ │ │ │ ├── 三轴高级轨迹规划PVT.exe
│ │ │ │ ├── 三轴高级轨迹规划PVT.pdb
│ │ │ │ ├── 三轴高级轨迹规划PVT.vshost.exe
│ │ │ │ └── 三轴高级轨迹规划PVT.vshost.exe.manifest
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── 三轴高级轨迹规划PVT.Form1.resources
│ │ │ │ ├── 三轴高级轨迹规划PVT.Properties.Resources.resources
│ │ │ │ ├── 三轴高级轨迹规划PVT.csproj.FileListAbsolute.txt
│ │ │ │ ├── 三轴高级轨迹规划PVT.csproj.GenerateResource.Cache
│ │ │ │ ├── 三轴高级轨迹规划PVT.exe
│ │ │ │ └── 三轴高级轨迹规划PVT.pdb
│ │ │ └── 三轴高级轨迹规划PVT.csproj
│ │ ├── 三轴高级轨迹规划PVT.sln
│ │ └── 三轴高级轨迹规划PVT.suo
│ ├── 例1_定长运动
│ │ ├── Backup
│ │ │ ├── 定长运动
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LTDMC.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── 定长运动.csproj
│ │ │ ├── 定长运动.sln
│ │ │ └── 定长运动.suo
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport.xslt
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ └── UpgradeReport_Plus.gif
│ │ ├── 定长运动
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── LTDMC.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ ├── LTDMC.dll
│ │ │ │ │ ├── PVT.dll
│ │ │ │ │ ├── 定长运动.exe
│ │ │ │ │ ├── 定长运动.pdb
│ │ │ │ │ ├── 定长运动.vshost.exe
│ │ │ │ │ └── 定长运动.vshost.exe.manifest
│ │ │ │ └── Release
│ │ │ │ ├── 定长运动.exe
│ │ │ │ ├── 定长运动.pdb
│ │ │ │ ├── 定长运动.vshost.exe
│ │ │ │ └── 定长运动.vshost.exe.manifest
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ │ ├── GenerateResource.read.1.tlog
│ │ │ │ │ ├── GenerateResource.write.1.tlog
│ │ │ │ │ ├── TempPE
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ ├── 定长运动.Form1.resources
│ │ │ │ │ ├── 定长运动.Properties.Resources.resources
│ │ │ │ │ ├── 定长运动.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── 定长运动.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 定长运动.csprojResolveAssemblyReference.cache
│ │ │ │ │ ├── 定长运动.exe
│ │ │ │ │ └── 定长运动.pdb
│ │ │ │ └── Release
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── 定长运动.Form1.resources
│ │ │ │ ├── 定长运动.Properties.Resources.resources
│ │ │ │ ├── 定长运动.csproj.FileListAbsolute.txt
│ │ │ │ ├── 定长运动.csproj.GenerateResource.Cache
│ │ │ │ ├── 定长运动.csprojResolveAssemblyReference.cache
│ │ │ │ ├── 定长运动.exe
│ │ │ │ └── 定长运动.pdb
│ │ │ └── 定长运动.csproj
│ │ ├── 定长运动.sln
│ │ └── 定长运动.suo
│ ├── 例2_连续运动
│ │ ├── Backup
│ │ │ ├── 连续运动
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LTDMC.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── 连续运动.csproj
│ │ │ ├── 连续运动.sln
│ │ │ └── 连续运动.suo
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport.xslt
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ └── UpgradeReport_Plus.gif
│ │ ├── 连续运动
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── LTDMC.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LTDMC.dll
│ │ │ │ ├── PVT.dll
│ │ │ │ ├── 连续运动.exe
│ │ │ │ ├── 连续运动.pdb
│ │ │ │ ├── 连续运动.vshost.exe
│ │ │ │ └── 连续运动.vshost.exe.manifest
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource.read.1.tlog
│ │ │ │ ├── GenerateResource.write.1.tlog
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── 连续运动.Form1.resources
│ │ │ │ ├── 连续运动.Properties.Resources.resources
│ │ │ │ ├── 连续运动.csproj.FileListAbsolute.txt
│ │ │ │ ├── 连续运动.csproj.GenerateResource.Cache
│ │ │ │ ├── 连续运动.csprojResolveAssemblyReference.cache
│ │ │ │ ├── 连续运动.exe
│ │ │ │ └── 连续运动.pdb
│ │ │ └── 连续运动.csproj
│ │ ├── 连续运动.sln
│ │ └── 连续运动.suo
│ ├── 例3_回原点运动
│ │ ├── Backup
│ │ │ ├── 回原点运动
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LTDMC.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── 回原点运动.csproj
│ │ │ ├── 回原点运动.sln
│ │ │ └── 回原点运动.suo
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport.xslt
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ └── UpgradeReport_Plus.gif
│ │ ├── 回原点运动
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── LTDMC.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LTDMC.dll
│ │ │ │ ├── PVT.dll
│ │ │ │ ├── 回原点运动.exe
│ │ │ │ ├── 回原点运动.pdb
│ │ │ │ ├── 回原点运动.vshost.exe
│ │ │ │ └── 回原点运动.vshost.exe.manifest
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource.read.1.tlog
│ │ │ │ ├── GenerateResource.write.1.tlog
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── 回原点运动.Form1.resources
│ │ │ │ ├── 回原点运动.Properties.Resources.resources
│ │ │ │ ├── 回原点运动.csproj.FileListAbsolute.txt
│ │ │ │ ├── 回原点运动.csproj.GenerateResource.Cache
│ │ │ │ ├── 回原点运动.exe
│ │ │ │ └── 回原点运动.pdb
│ │ │ └── 回原点运动.csproj
│ │ ├── 回原点运动.sln
│ │ └── 回原点运动.suo
│ ├── 例4_通用专用输入输出
│ │ ├── Backup
│ │ │ ├── 通用专用输入输出
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LTDMC.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── 通用专用输入输出.csproj
│ │ │ ├── 通用专用输入输出.sln
│ │ │ └── 通用专用输入输出.suo
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport.xslt
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ └── UpgradeReport_Plus.gif
│ │ ├── 通用专用输入输出
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── LTDMC.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LTDMC.dll
│ │ │ │ ├── PVT.dll
│ │ │ │ ├── 通用专用输入输出.exe
│ │ │ │ ├── 通用专用输入输出.pdb
│ │ │ │ ├── 通用专用输入输出.vshost.exe
│ │ │ │ └── 通用专用输入输出.vshost.exe.manifest
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── 通用专用输入输出.Form1.resources
│ │ │ │ ├── 通用专用输入输出.Properties.Resources.resources
│ │ │ │ ├── 通用专用输入输出.csproj.FileListAbsolute.txt
│ │ │ │ ├── 通用专用输入输出.csproj.GenerateResource.Cache
│ │ │ │ ├── 通用专用输入输出.exe
│ │ │ │ └── 通用专用输入输出.pdb
│ │ │ └── 通用专用输入输出.csproj
│ │ ├── 通用专用输入输出.sln
│ │ └── 通用专用输入输出.suo
│ ├── 例5_直线插补
│ │ ├── Backup
│ │ │ ├── 直线插补
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LTDMC.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── 直线插补.csproj
│ │ │ ├── 直线插补.sln
│ │ │ └── 直线插补.suo
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport.xslt
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ └── UpgradeReport_Plus.gif
│ │ ├── 直线插补
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── LTDMC.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LTDMC.dll
│ │ │ │ ├── PVT.dll
│ │ │ │ ├── 直线插补.exe
│ │ │ │ ├── 直线插补.pdb
│ │ │ │ ├── 直线插补.vshost.exe
│ │ │ │ └── 直线插补.vshost.exe.manifest
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ │ ├── LTDMC.dll
│ │ │ │ ├── PVT.dll
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── 直线插补.Form1.resources
│ │ │ │ ├── 直线插补.Properties.Resources.resources
│ │ │ │ ├── 直线插补.csproj.FileListAbsolute.txt
│ │ │ │ ├── 直线插补.csproj.GenerateResource.Cache
│ │ │ │ ├── 直线插补.exe
│ │ │ │ └── 直线插补.pdb
│ │ │ └── 直线插补.csproj
│ │ ├── 直线插补.sln
│ │ └── 直线插补.suo
│ ├── 例6_两轴圆弧插补
│ │ ├── Backup
│ │ │ ├── 两轴圆弧插补
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LTDMC.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── 两轴圆弧插补.csproj
│ │ │ ├── 两轴圆弧插补.sln
│ │ │ └── 两轴圆弧插补.suo
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport.xslt
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ └── UpgradeReport_Plus.gif
│ │ ├── 两轴圆弧插补
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── LTDMC.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LTDMC.dll
│ │ │ │ ├── PVT.dll
│ │ │ │ ├── 两轴圆弧插补.exe
│ │ │ │ ├── 两轴圆弧插补.pdb
│ │ │ │ ├── 两轴圆弧插补.vshost.exe
│ │ │ │ └── 两轴圆弧插补.vshost.exe.manifest
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource.read.1.tlog
│ │ │ │ ├── GenerateResource.write.1.tlog
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── 两轴圆弧插补.Form1.resources
│ │ │ │ ├── 两轴圆弧插补.Properties.Resources.resources
│ │ │ │ ├── 两轴圆弧插补.csproj.FileListAbsolute.txt
│ │ │ │ ├── 两轴圆弧插补.csproj.GenerateResource.Cache
│ │ │ │ ├── 两轴圆弧插补.exe
│ │ │ │ └── 两轴圆弧插补.pdb
│ │ │ └── 两轴圆弧插补.csproj
│ │ ├── 两轴圆弧插补.sln
│ │ └── 两轴圆弧插补.suo
│ ├── 例7_手轮运动
│ │ ├── Backup
│ │ │ ├── 手轮运动
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LTDMC.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── 手轮运动.csproj
│ │ │ ├── 手轮运动.sln
│ │ │ └── 手轮运动.suo
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport.xslt
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ └── UpgradeReport_Plus.gif
│ │ ├── 手轮运动
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── LTDMC.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LTDMC.dll
│ │ │ │ ├── PVT.dll
│ │ │ │ ├── 手轮运动.exe
│ │ │ │ ├── 手轮运动.pdb
│ │ │ │ ├── 手轮运动.vshost.exe
│ │ │ │ └── 手轮运动.vshost.exe.manifest
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── 手轮运动.Form1.resources
│ │ │ │ ├── 手轮运动.Properties.Resources.resources
│ │ │ │ ├── 手轮运动.csproj.FileListAbsolute.txt
│ │ │ │ ├── 手轮运动.csproj.GenerateResource.Cache
│ │ │ │ ├── 手轮运动.exe
│ │ │ │ └── 手轮运动.pdb
│ │ │ └── 手轮运动.csproj
│ │ ├── 手轮运动.sln
│ │ └── 手轮运动.suo
│ ├── 例8_单轴点位运动
│ │ ├── Backup
│ │ │ ├── 单轴点位运动
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LTDMC.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── 单轴点位运动.csproj
│ │ │ ├── 单轴点位运动.sln
│ │ │ └── 单轴点位运动.suo
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport.xslt
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ └── UpgradeReport_Plus.gif
│ │ ├── 单轴点位运动
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── LTDMC.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LTDMC.dll
│ │ │ │ ├── PVT.dll
│ │ │ │ ├── 单轴点位运动.exe
│ │ │ │ ├── 单轴点位运动.pdb
│ │ │ │ ├── 单轴点位运动.vshost.exe
│ │ │ │ └── 单轴点位运动.vshost.exe.manifest
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── 单轴点位运动.Form1.resources
│ │ │ │ ├── 单轴点位运动.Properties.Resources.resources
│ │ │ │ ├── 单轴点位运动.csproj.FileListAbsolute.txt
│ │ │ │ ├── 单轴点位运动.csproj.GenerateResource.Cache
│ │ │ │ ├── 单轴点位运动.exe
│ │ │ │ └── 单轴点位运动.pdb
│ │ │ └── 单轴点位运动.csproj
│ │ ├── 单轴点位运动.sln
│ │ └── 单轴点位运动.suo
│ └── 例9_轨迹运动
│ ├── Backup
│ │ ├── 轨迹运动
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── LTDMC.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── 轨迹运动.csproj
│ │ ├── 轨迹运动.sln
│ │ └── 轨迹运动.suo
│ ├── UpgradeLog.XML
│ ├── _UpgradeReport_Files
│ │ ├── UpgradeReport.css
│ │ ├── UpgradeReport.xslt
│ │ ├── UpgradeReport_Minus.gif
│ │ └── UpgradeReport_Plus.gif
│ ├── 轨迹运动
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── LTDMC.cs
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── LTDMC.dll
│ │ │ │ ├── LTDMC.h
│ │ │ │ ├── LTDMC.lib
│ │ │ │ ├── PVT.dll
│ │ │ │ ├── 轨迹运动.exe
│ │ │ │ ├── 轨迹运动.pdb
│ │ │ │ ├── 轨迹运动.vshost.exe
│ │ │ │ └── 轨迹运动.vshost.exe.manifest
│ │ │ └── Release
│ │ │ ├── 轨迹运动.exe
│ │ │ └── 轨迹运动.pdb
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource.read.1.tlog
│ │ │ │ ├── GenerateResource.write.1.tlog
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── 轨迹运动.Form1.resources
│ │ │ │ ├── 轨迹运动.Properties.Resources.resources
│ │ │ │ ├── 轨迹运动.csproj.FileListAbsolute.txt
│ │ │ │ ├── 轨迹运动.csproj.GenerateResource.Cache
│ │ │ │ ├── 轨迹运动.csprojResolveAssemblyReference.cache
│ │ │ │ ├── 轨迹运动.exe
│ │ │ │ └── 轨迹运动.pdb
│ │ │ └── Release
│ │ │ ├── TempPE
│ │ │ ├── 轨迹运动.Form1.resources
│ │ │ ├── 轨迹运动.Properties.Resources.resources
│ │ │ ├── 轨迹运动.csproj.FileListAbsolute.txt
│ │ │ ├── 轨迹运动.csproj.GenerateResource.Cache
│ │ │ ├── 轨迹运动.exe
│ │ │ └── 轨迹运动.pdb
│ │ └── 轨迹运动.csproj
│ ├── 轨迹运动.sln
│ └── 轨迹运动.suo
└── 好例子网_C#的雷赛板卡案例.rar
151 directories, 605 files
【实例截图】
.
├── C#的雷赛板卡案例
│ ├── 例10_单轴任意速度规划PVT
│ │ ├── Backup
│ │ │ ├── 单轴任意速度规划PVT
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LTDMC.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── 单轴任意速度规划PVT.csproj
│ │ │ ├── 单轴任意速度规划PVT.sln
│ │ │ └── 单轴任意速度规划PVT.suo
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport.xslt
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ └── UpgradeReport_Plus.gif
│ │ ├── 单轴任意速度规划PVT
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── LTDMC.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LTDMC.dll
│ │ │ │ ├── PVT.dll
│ │ │ │ ├── 单轴任意速度规划PVT.exe
│ │ │ │ ├── 单轴任意速度规划PVT.pdb
│ │ │ │ ├── 单轴任意速度规划PVT.vshost.exe
│ │ │ │ └── 单轴任意速度规划PVT.vshost.exe.manifest
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── 单轴任意速度规划PVT.Form1.resources
│ │ │ │ ├── 单轴任意速度规划PVT.Properties.Resources.resources
│ │ │ │ ├── 单轴任意速度规划PVT.csproj.FileListAbsolute.txt
│ │ │ │ ├── 单轴任意速度规划PVT.csproj.GenerateResource.Cache
│ │ │ │ ├── 单轴任意速度规划PVT.exe
│ │ │ │ └── 单轴任意速度规划PVT.pdb
│ │ │ └── 单轴任意速度规划PVT.csproj
│ │ ├── 单轴任意速度规划PVT.sln
│ │ └── 单轴任意速度规划PVT.suo
│ ├── 例11_两轴高级轨迹规划PVT
│ │ ├── Backup
│ │ │ ├── 两轴高级轨迹规划PVT
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LTDMC.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── 两轴高级轨迹规划PVT.csproj
│ │ │ ├── 两轴高级轨迹规划PVT.sln
│ │ │ └── 两轴高级轨迹规划PVT.suo
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport.xslt
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ └── UpgradeReport_Plus.gif
│ │ ├── 两轴高级轨迹规划PVT
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── LTDMC.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LTDMC.dll
│ │ │ │ ├── PVT.dll
│ │ │ │ ├── 两轴高级轨迹规划PVT.exe
│ │ │ │ ├── 两轴高级轨迹规划PVT.pdb
│ │ │ │ ├── 两轴高级轨迹规划PVT.vshost.exe
│ │ │ │ └── 两轴高级轨迹规划PVT.vshost.exe.manifest
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── 两轴高级轨迹规划PVT.Form1.resources
│ │ │ │ ├── 两轴高级轨迹规划PVT.Properties.Resources.resources
│ │ │ │ ├── 两轴高级轨迹规划PVT.csproj.FileListAbsolute.txt
│ │ │ │ ├── 两轴高级轨迹规划PVT.csproj.GenerateResource.Cache
│ │ │ │ ├── 两轴高级轨迹规划PVT.exe
│ │ │ │ └── 两轴高级轨迹规划PVT.pdb
│ │ │ └── 两轴高级轨迹规划PVT.csproj
│ │ ├── 两轴高级轨迹规划PVT.sln
│ │ └── 两轴高级轨迹规划PVT.suo
│ ├── 例12_三轴高级轨迹规划PVT
│ │ ├── Backup
│ │ │ ├── 三轴高级轨迹规划PVT
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LTDMC.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── 三轴高级轨迹规划PVT.csproj
│ │ │ ├── 三轴高级轨迹规划PVT.sln
│ │ │ └── 三轴高级轨迹规划PVT.suo
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport.xslt
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ └── UpgradeReport_Plus.gif
│ │ ├── 三轴高级轨迹规划PVT
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── LTDMC.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LTDMC.dll
│ │ │ │ ├── PVT.dll
│ │ │ │ ├── 三轴高级轨迹规划PVT.exe
│ │ │ │ ├── 三轴高级轨迹规划PVT.pdb
│ │ │ │ ├── 三轴高级轨迹规划PVT.vshost.exe
│ │ │ │ └── 三轴高级轨迹规划PVT.vshost.exe.manifest
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── 三轴高级轨迹规划PVT.Form1.resources
│ │ │ │ ├── 三轴高级轨迹规划PVT.Properties.Resources.resources
│ │ │ │ ├── 三轴高级轨迹规划PVT.csproj.FileListAbsolute.txt
│ │ │ │ ├── 三轴高级轨迹规划PVT.csproj.GenerateResource.Cache
│ │ │ │ ├── 三轴高级轨迹规划PVT.exe
│ │ │ │ └── 三轴高级轨迹规划PVT.pdb
│ │ │ └── 三轴高级轨迹规划PVT.csproj
│ │ ├── 三轴高级轨迹规划PVT.sln
│ │ └── 三轴高级轨迹规划PVT.suo
│ ├── 例1_定长运动
│ │ ├── Backup
│ │ │ ├── 定长运动
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LTDMC.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── 定长运动.csproj
│ │ │ ├── 定长运动.sln
│ │ │ └── 定长运动.suo
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport.xslt
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ └── UpgradeReport_Plus.gif
│ │ ├── 定长运动
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── LTDMC.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ ├── LTDMC.dll
│ │ │ │ │ ├── PVT.dll
│ │ │ │ │ ├── 定长运动.exe
│ │ │ │ │ ├── 定长运动.pdb
│ │ │ │ │ ├── 定长运动.vshost.exe
│ │ │ │ │ └── 定长运动.vshost.exe.manifest
│ │ │ │ └── Release
│ │ │ │ ├── 定长运动.exe
│ │ │ │ ├── 定长运动.pdb
│ │ │ │ ├── 定长运动.vshost.exe
│ │ │ │ └── 定长运动.vshost.exe.manifest
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ │ ├── GenerateResource.read.1.tlog
│ │ │ │ │ ├── GenerateResource.write.1.tlog
│ │ │ │ │ ├── TempPE
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ ├── 定长运动.Form1.resources
│ │ │ │ │ ├── 定长运动.Properties.Resources.resources
│ │ │ │ │ ├── 定长运动.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── 定长运动.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 定长运动.csprojResolveAssemblyReference.cache
│ │ │ │ │ ├── 定长运动.exe
│ │ │ │ │ └── 定长运动.pdb
│ │ │ │ └── Release
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── 定长运动.Form1.resources
│ │ │ │ ├── 定长运动.Properties.Resources.resources
│ │ │ │ ├── 定长运动.csproj.FileListAbsolute.txt
│ │ │ │ ├── 定长运动.csproj.GenerateResource.Cache
│ │ │ │ ├── 定长运动.csprojResolveAssemblyReference.cache
│ │ │ │ ├── 定长运动.exe
│ │ │ │ └── 定长运动.pdb
│ │ │ └── 定长运动.csproj
│ │ ├── 定长运动.sln
│ │ └── 定长运动.suo
│ ├── 例2_连续运动
│ │ ├── Backup
│ │ │ ├── 连续运动
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LTDMC.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── 连续运动.csproj
│ │ │ ├── 连续运动.sln
│ │ │ └── 连续运动.suo
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport.xslt
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ └── UpgradeReport_Plus.gif
│ │ ├── 连续运动
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── LTDMC.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LTDMC.dll
│ │ │ │ ├── PVT.dll
│ │ │ │ ├── 连续运动.exe
│ │ │ │ ├── 连续运动.pdb
│ │ │ │ ├── 连续运动.vshost.exe
│ │ │ │ └── 连续运动.vshost.exe.manifest
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource.read.1.tlog
│ │ │ │ ├── GenerateResource.write.1.tlog
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── 连续运动.Form1.resources
│ │ │ │ ├── 连续运动.Properties.Resources.resources
│ │ │ │ ├── 连续运动.csproj.FileListAbsolute.txt
│ │ │ │ ├── 连续运动.csproj.GenerateResource.Cache
│ │ │ │ ├── 连续运动.csprojResolveAssemblyReference.cache
│ │ │ │ ├── 连续运动.exe
│ │ │ │ └── 连续运动.pdb
│ │ │ └── 连续运动.csproj
│ │ ├── 连续运动.sln
│ │ └── 连续运动.suo
│ ├── 例3_回原点运动
│ │ ├── Backup
│ │ │ ├── 回原点运动
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LTDMC.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── 回原点运动.csproj
│ │ │ ├── 回原点运动.sln
│ │ │ └── 回原点运动.suo
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport.xslt
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ └── UpgradeReport_Plus.gif
│ │ ├── 回原点运动
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── LTDMC.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LTDMC.dll
│ │ │ │ ├── PVT.dll
│ │ │ │ ├── 回原点运动.exe
│ │ │ │ ├── 回原点运动.pdb
│ │ │ │ ├── 回原点运动.vshost.exe
│ │ │ │ └── 回原点运动.vshost.exe.manifest
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource.read.1.tlog
│ │ │ │ ├── GenerateResource.write.1.tlog
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── 回原点运动.Form1.resources
│ │ │ │ ├── 回原点运动.Properties.Resources.resources
│ │ │ │ ├── 回原点运动.csproj.FileListAbsolute.txt
│ │ │ │ ├── 回原点运动.csproj.GenerateResource.Cache
│ │ │ │ ├── 回原点运动.exe
│ │ │ │ └── 回原点运动.pdb
│ │ │ └── 回原点运动.csproj
│ │ ├── 回原点运动.sln
│ │ └── 回原点运动.suo
│ ├── 例4_通用专用输入输出
│ │ ├── Backup
│ │ │ ├── 通用专用输入输出
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LTDMC.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── 通用专用输入输出.csproj
│ │ │ ├── 通用专用输入输出.sln
│ │ │ └── 通用专用输入输出.suo
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport.xslt
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ └── UpgradeReport_Plus.gif
│ │ ├── 通用专用输入输出
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── LTDMC.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LTDMC.dll
│ │ │ │ ├── PVT.dll
│ │ │ │ ├── 通用专用输入输出.exe
│ │ │ │ ├── 通用专用输入输出.pdb
│ │ │ │ ├── 通用专用输入输出.vshost.exe
│ │ │ │ └── 通用专用输入输出.vshost.exe.manifest
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── 通用专用输入输出.Form1.resources
│ │ │ │ ├── 通用专用输入输出.Properties.Resources.resources
│ │ │ │ ├── 通用专用输入输出.csproj.FileListAbsolute.txt
│ │ │ │ ├── 通用专用输入输出.csproj.GenerateResource.Cache
│ │ │ │ ├── 通用专用输入输出.exe
│ │ │ │ └── 通用专用输入输出.pdb
│ │ │ └── 通用专用输入输出.csproj
│ │ ├── 通用专用输入输出.sln
│ │ └── 通用专用输入输出.suo
│ ├── 例5_直线插补
│ │ ├── Backup
│ │ │ ├── 直线插补
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LTDMC.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── 直线插补.csproj
│ │ │ ├── 直线插补.sln
│ │ │ └── 直线插补.suo
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport.xslt
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ └── UpgradeReport_Plus.gif
│ │ ├── 直线插补
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── LTDMC.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LTDMC.dll
│ │ │ │ ├── PVT.dll
│ │ │ │ ├── 直线插补.exe
│ │ │ │ ├── 直线插补.pdb
│ │ │ │ ├── 直线插补.vshost.exe
│ │ │ │ └── 直线插补.vshost.exe.manifest
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ │ ├── LTDMC.dll
│ │ │ │ ├── PVT.dll
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── 直线插补.Form1.resources
│ │ │ │ ├── 直线插补.Properties.Resources.resources
│ │ │ │ ├── 直线插补.csproj.FileListAbsolute.txt
│ │ │ │ ├── 直线插补.csproj.GenerateResource.Cache
│ │ │ │ ├── 直线插补.exe
│ │ │ │ └── 直线插补.pdb
│ │ │ └── 直线插补.csproj
│ │ ├── 直线插补.sln
│ │ └── 直线插补.suo
│ ├── 例6_两轴圆弧插补
│ │ ├── Backup
│ │ │ ├── 两轴圆弧插补
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LTDMC.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── 两轴圆弧插补.csproj
│ │ │ ├── 两轴圆弧插补.sln
│ │ │ └── 两轴圆弧插补.suo
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport.xslt
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ └── UpgradeReport_Plus.gif
│ │ ├── 两轴圆弧插补
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── LTDMC.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LTDMC.dll
│ │ │ │ ├── PVT.dll
│ │ │ │ ├── 两轴圆弧插补.exe
│ │ │ │ ├── 两轴圆弧插补.pdb
│ │ │ │ ├── 两轴圆弧插补.vshost.exe
│ │ │ │ └── 两轴圆弧插补.vshost.exe.manifest
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource.read.1.tlog
│ │ │ │ ├── GenerateResource.write.1.tlog
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── 两轴圆弧插补.Form1.resources
│ │ │ │ ├── 两轴圆弧插补.Properties.Resources.resources
│ │ │ │ ├── 两轴圆弧插补.csproj.FileListAbsolute.txt
│ │ │ │ ├── 两轴圆弧插补.csproj.GenerateResource.Cache
│ │ │ │ ├── 两轴圆弧插补.exe
│ │ │ │ └── 两轴圆弧插补.pdb
│ │ │ └── 两轴圆弧插补.csproj
│ │ ├── 两轴圆弧插补.sln
│ │ └── 两轴圆弧插补.suo
│ ├── 例7_手轮运动
│ │ ├── Backup
│ │ │ ├── 手轮运动
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LTDMC.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── 手轮运动.csproj
│ │ │ ├── 手轮运动.sln
│ │ │ └── 手轮运动.suo
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport.xslt
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ └── UpgradeReport_Plus.gif
│ │ ├── 手轮运动
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── LTDMC.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LTDMC.dll
│ │ │ │ ├── PVT.dll
│ │ │ │ ├── 手轮运动.exe
│ │ │ │ ├── 手轮运动.pdb
│ │ │ │ ├── 手轮运动.vshost.exe
│ │ │ │ └── 手轮运动.vshost.exe.manifest
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── 手轮运动.Form1.resources
│ │ │ │ ├── 手轮运动.Properties.Resources.resources
│ │ │ │ ├── 手轮运动.csproj.FileListAbsolute.txt
│ │ │ │ ├── 手轮运动.csproj.GenerateResource.Cache
│ │ │ │ ├── 手轮运动.exe
│ │ │ │ └── 手轮运动.pdb
│ │ │ └── 手轮运动.csproj
│ │ ├── 手轮运动.sln
│ │ └── 手轮运动.suo
│ ├── 例8_单轴点位运动
│ │ ├── Backup
│ │ │ ├── 单轴点位运动
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LTDMC.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── 单轴点位运动.csproj
│ │ │ ├── 单轴点位运动.sln
│ │ │ └── 单轴点位运动.suo
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport.xslt
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ └── UpgradeReport_Plus.gif
│ │ ├── 单轴点位运动
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── LTDMC.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LTDMC.dll
│ │ │ │ ├── PVT.dll
│ │ │ │ ├── 单轴点位运动.exe
│ │ │ │ ├── 单轴点位运动.pdb
│ │ │ │ ├── 单轴点位运动.vshost.exe
│ │ │ │ └── 单轴点位运动.vshost.exe.manifest
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── 单轴点位运动.Form1.resources
│ │ │ │ ├── 单轴点位运动.Properties.Resources.resources
│ │ │ │ ├── 单轴点位运动.csproj.FileListAbsolute.txt
│ │ │ │ ├── 单轴点位运动.csproj.GenerateResource.Cache
│ │ │ │ ├── 单轴点位运动.exe
│ │ │ │ └── 单轴点位运动.pdb
│ │ │ └── 单轴点位运动.csproj
│ │ ├── 单轴点位运动.sln
│ │ └── 单轴点位运动.suo
│ └── 例9_轨迹运动
│ ├── Backup
│ │ ├── 轨迹运动
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── LTDMC.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── 轨迹运动.csproj
│ │ ├── 轨迹运动.sln
│ │ └── 轨迹运动.suo
│ ├── UpgradeLog.XML
│ ├── _UpgradeReport_Files
│ │ ├── UpgradeReport.css
│ │ ├── UpgradeReport.xslt
│ │ ├── UpgradeReport_Minus.gif
│ │ └── UpgradeReport_Plus.gif
│ ├── 轨迹运动
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── LTDMC.cs
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── LTDMC.dll
│ │ │ │ ├── LTDMC.h
│ │ │ │ ├── LTDMC.lib
│ │ │ │ ├── PVT.dll
│ │ │ │ ├── 轨迹运动.exe
│ │ │ │ ├── 轨迹运动.pdb
│ │ │ │ ├── 轨迹运动.vshost.exe
│ │ │ │ └── 轨迹运动.vshost.exe.manifest
│ │ │ └── Release
│ │ │ ├── 轨迹运动.exe
│ │ │ └── 轨迹运动.pdb
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource.read.1.tlog
│ │ │ │ ├── GenerateResource.write.1.tlog
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── 轨迹运动.Form1.resources
│ │ │ │ ├── 轨迹运动.Properties.Resources.resources
│ │ │ │ ├── 轨迹运动.csproj.FileListAbsolute.txt
│ │ │ │ ├── 轨迹运动.csproj.GenerateResource.Cache
│ │ │ │ ├── 轨迹运动.csprojResolveAssemblyReference.cache
│ │ │ │ ├── 轨迹运动.exe
│ │ │ │ └── 轨迹运动.pdb
│ │ │ └── Release
│ │ │ ├── TempPE
│ │ │ ├── 轨迹运动.Form1.resources
│ │ │ ├── 轨迹运动.Properties.Resources.resources
│ │ │ ├── 轨迹运动.csproj.FileListAbsolute.txt
│ │ │ ├── 轨迹运动.csproj.GenerateResource.Cache
│ │ │ ├── 轨迹运动.exe
│ │ │ └── 轨迹运动.pdb
│ │ └── 轨迹运动.csproj
│ ├── 轨迹运动.sln
│ └── 轨迹运动.suo
└── 好例子网_C#的雷赛板卡案例.rar
151 directories, 605 files
好例子网口号:伸出你的我的手 — 分享!
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
网友评论
我要评论