雷塞DMC3800 例程└── C#
├── 例10_低速位置比较
│ ├── 低速二维位置比较
│ │ ├── App.config
│ │ ├── 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
│ │ │ ├── 低速二维位置比较.exe
│ │ │ ├── 低速二维位置比较.exe.config
│ │ │ ├── 低速二维位置比较.pdb
│ │ │ ├── 低速二维位置比较.vshost.exe
│ │ │ ├── 低速二维位置比较.vshost.exe.config
│ │ │ └── 低速二维位置比较.vshost.exe.manifest
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ ├── 低速二维位置比较.Form1.resources
│ │ │ ├── 低速二维位置比较.Properties.Resources.resources
│ │ │ ├── 低速二维位置比较.csproj.FileListAbsolute.txt
│ │ │ ├── 低速二维位置比较.csproj.GenerateResource.Cache
│ │ │ ├── 低速二维位置比较.exe
│ │ │ └── 低速二维位置比较.pdb
│ │ └── 低速二维位置比较.csproj
│ ├── 低速二维位置比较.sln
│ └── 低速二维位置比较.v11.suo
├── 例11_高速位置比较 锁存
│ ├── 高速位置比较 锁存
│ │ ├── App.config
│ │ ├── 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
│ │ │ ├── TestP2P.exe
│ │ │ ├── TestP2P.exe.config
│ │ │ ├── TestP2P.pdb
│ │ │ ├── TestP2P.vshost.exe
│ │ │ ├── TestP2P.vshost.exe.config
│ │ │ └── TestP2P.vshost.exe.manifest
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ ├── TestP2P.Form1.resources
│ │ │ ├── TestP2P.Properties.Resources.resources
│ │ │ ├── TestP2P.csproj.FileListAbsolute.txt
│ │ │ ├── TestP2P.csproj.GenerateResource.Cache
│ │ │ ├── TestP2P.csprojResolveAssemblyReference.cache
│ │ │ ├── TestP2P.exe
│ │ │ ├── TestP2P.pdb
│ │ │ ├── 高速位置比较 锁存.csproj.FileListAbsolute.txt
│ │ │ ├── 高速位置比较 锁存.csproj.GenerateResource.Cache
│ │ │ └── 高速位置比较 锁存.csprojResolveAssemblyReference.cache
│ │ └── 高速位置比较 锁存.csproj
│ ├── 高速位置比较 锁存.sln
│ ├── 高速位置比较 锁存.suo
│ └── 高速位置比较 锁存.v11.suo
├── 例1_定长运动
│ ├── 定长运动
│ │ ├── App.config
│ │ ├── 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
│ │ │ │ ├── 定长运动.exe
│ │ │ │ ├── 定长运动.exe.config
│ │ │ │ ├── 定长运动.pdb
│ │ │ │ ├── 定长运动.vshost.exe
│ │ │ │ ├── 定长运动.vshost.exe.config
│ │ │ │ └── 定长运动.vshost.exe.manifest
│ │ │ └── Release
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ ├── 定长运动.Form1.resources
│ │ │ ├── 定长运动.Properties.Resources.resources
│ │ │ ├── 定长运动.csproj.FileListAbsolute.txt
│ │ │ ├── 定长运动.csproj.GenerateResource.Cache
│ │ │ ├── 定长运动.exe
│ │ │ ├── 定长运动.pdb
│ │ │ ├── 定长运动_.Form1.resources
│ │ │ ├── 定长运动_脉冲当量_.Properties.Resources.resources
│ │ │ ├── 定长运动(脉冲当量).exe
│ │ │ └── 定长运动(脉冲当量).pdb
│ │ └── 定长运动.csproj
│ ├── 定长运动.sln
│ ├── 定长运动.v11.suo
│ └── 定长运动(脉冲当量).v11.suo
├── 例2_连续运动
│ ├── 连续运动
│ │ ├── App.config
│ │ ├── 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
│ │ │ ├── 连续运动.exe
│ │ │ ├── 连续运动.exe.config
│ │ │ ├── 连续运动.pdb
│ │ │ ├── 连续运动.vshost.exe
│ │ │ ├── 连续运动.vshost.exe.config
│ │ │ └── 连续运动.vshost.exe.manifest
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ ├── 连续运动.Form1.resources
│ │ │ ├── 连续运动.Properties.Resources.resources
│ │ │ ├── 连续运动.csproj.FileListAbsolute.txt
│ │ │ ├── 连续运动.csproj.GenerateResource.Cache
│ │ │ ├── 连续运动.exe
│ │ │ └── 连续运动.pdb
│ │ └── 连续运动.csproj
│ ├── 连续运动.sln
│ ├── 连续运动.v11.suo
│ ├── 连续运动(脉冲当量).suo
│ └── 连续运动(脉冲当量).v11.suo
└── 例3_插补运动
└── 插补运动
├── App.config
├── Form1.Designer.cs
├── Form1.cs
├── Form1.resx
├── LTDMC.cs
├── bin
│ └── Debug
│ ├── TestP2P.exe
│ ├── TestP2P.exe.config
│ ├── TestP2P.pdb
│ ├── TestP2P.vshost.exe
│ ├── TestP2P.vshost.exe.config
│ └── TestP2P.vshost.exe.manifest
└── obj
└── Debug
├── DesignTimeResolveAssemblyReferences.cache
├── DesignTimeResolveAssemblyReferencesInput.cache
├── TempPE
├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
└── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
41 directories, 152 files
评论