实例介绍
【实例简介】关于C#与WinCE的开发资料
关于WinCE开发的基本资料,包括WinCE操作系统基本资料以及利用C#开发应用程序的资料
文件清单
└── CSharpWinCE开发资料
├── 06- Tiny6410 WindowsCE开发指南-20110408.pdf
├── 06-_Tiny6410_WindowsCE开发指南-20110408.pdf
├── 11092909394503.pdf
├── 112.95.4.113_129733407391617500_GpsDemo_dotNet
│ ├── GpsDemo_dotNet
│ │ ├── GpsDemo_dotNet
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── GpsDemo_dotNet.exe
│ │ │ │ └── GpsDemo_dotNet.pdb
│ │ │ ├── CLR_GPS.cs
│ │ │ ├── CLR_Regex.cs
│ │ │ ├── GpsDemo_dotNet.csproj
│ │ │ ├── GpsDemo_dotNet.csproj.user
│ │ │ ├── GpsMainForm.cs
│ │ │ ├── GpsMainForm.designer.cs
│ │ │ ├── GpsMainForm.resx
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── GpsDemo_dotNet.csproj.GenerateResource.Cache
│ │ │ │ │ ├── GpsDemo_dotNet.exe
│ │ │ │ │ ├── GpsDemo_dotNet.GpsMainForm.resources
│ │ │ │ │ ├── GpsDemo_dotNet.pdb
│ │ │ │ │ ├── GpsDemo_dotNet.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ └── GpsDemo_dotNet.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ └── Resources.resx
│ │ ├── GpsDemo_dotNet.sln
│ │ └── GpsDemo_dotNet.suo
│ └── NMEA0183协议书.pdf
├── 112.95.4.113_129733407391617500_GpsDemo_dotNet.rar
├── 112.95.5.133_129742852952521250_6410二次开发文档及C#例程
│ └── 6410二次开发文档及C#例程
│ ├── 6410机型功能说明文档.pdf
│ ├── Demo
│ │ ├── 6410Phone_GPRS_Demo
│ │ │ ├── Phone_Demo
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Phone_Demo.exe
│ │ │ │ │ ├── Phone_Demo.pdb
│ │ │ │ │ └── Prima_6410.dll
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Phone_Demo.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── Phone_Demo.exe
│ │ │ │ │ │ ├── Phone_Demo.Form1.resources
│ │ │ │ │ │ ├── Phone_Demo.pdb
│ │ │ │ │ │ ├── Phone_Demo.Properties.Resources.resources
│ │ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ └── Phone_Demo.csproj.FileList.txt
│ │ │ │ ├── Phone_Demo.csproj
│ │ │ │ ├── Phone_Demo.csproj.user
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ └── Resources.resx
│ │ │ ├── Prima_6410.sln
│ │ │ └── Prima_6410.suo
│ │ ├── GPSReader.rar
│ │ ├── LED_Demo
│ │ │ ├── LED_Demo
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── GPIODLL.dll
│ │ │ │ │ ├── LED_Demo.exe
│ │ │ │ │ ├── LED_Demo.pdb
│ │ │ │ │ └── Prima_6410.dll
│ │ │ │ ├── FormLED.cs
│ │ │ │ ├── FormLED.Designer.cs
│ │ │ │ ├── FormLED.resx
│ │ │ │ ├── LED_Demo.csproj
│ │ │ │ ├── LED_Demo.csproj.user
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── LED_Demo.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── LED_Demo.exe
│ │ │ │ │ │ ├── LED_Demo.FormLED.resources
│ │ │ │ │ │ ├── LED_Demo.pdb
│ │ │ │ │ │ ├── LED_Demo.Properties.Resources.resources
│ │ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ └── LED_Demo.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ └── Resources.resx
│ │ │ ├── LED_Demo.sln
│ │ │ └── LED_Demo.suo
│ │ ├── Librate_Demo
│ │ │ ├── Librate_Demo
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── GPIODLL.dll
│ │ │ │ │ ├── Librate_Demo.exe
│ │ │ │ │ ├── Librate_Demo.pdb
│ │ │ │ │ └── Prima_6410.dll
│ │ │ │ ├── FormLibrate.cs
│ │ │ │ ├── FormLibrate.Designer.cs
│ │ │ │ ├── FormLibrate.resx
│ │ │ │ ├── Librate_Demo.csproj
│ │ │ │ ├── Librate_Demo.csproj.user
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Librate_Demo.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── Librate_Demo.exe
│ │ │ │ │ │ ├── Librate_Demo.FormLibrate.resources
│ │ │ │ │ │ ├── Librate_Demo.pdb
│ │ │ │ │ │ ├── Librate_Demo.Properties.Resources.resources
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ └── Librate_Demo.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ └── Resources.resx
│ │ │ ├── Librate_Demo.sln
│ │ │ └── Librate_Demo.suo
│ │ └── RFID_Demo
│ │ ├── RFID_Demo
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Prima_6410.dll
│ │ │ │ ├── RFID_Demo.exe
│ │ │ │ ├── RFID_Demo.pdb
│ │ │ │ └── RFIDDLL.dll
│ │ │ ├── FormRFID.cs
│ │ │ ├── FormRFID.Designer.cs
│ │ │ ├── FormRFID.resx
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Refactor
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ ├── RFID_Demo.csproj.GenerateResource.Cache
│ │ │ │ │ ├── RFID_Demo.exe
│ │ │ │ │ ├── RFID_Demo.FormRFID.resources
│ │ │ │ │ ├── RFID_Demo.pdb
│ │ │ │ │ ├── RFID_Demo.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ └── RFID_Demo.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ └── Resources.resx
│ │ │ ├── RFID_Demo.csproj
│ │ │ └── RFID_Demo.csproj.user
│ │ ├── RFID_Demo.sln
│ │ └── RFID_Demo.suo
│ ├── DLL
│ │ ├── GPIODLL.dll
│ │ ├── Prima_6410.dll
│ │ └── RFIDDLL.dll
│ └── Test_Demo
│ ├── LED
│ │ ├── GPIODLL.dll
│ │ ├── LED_Demo.exe
│ │ └── Prima_6410.dll
│ ├── Librate
│ │ ├── GPIODLL.dll
│ │ ├── Librate_Demo.exe
│ │ └── Prima_6410.dll
│ ├── Phone_GPRS
│ │ ├── Phone_Demo.exe
│ │ └── Prima_6410.dll
│ ├── Phone_GPRS.rar
│ └── RFID
│ ├── Prima_6410.dll
│ ├── RFID_Demo.exe
│ └── RFIDDLL.dll
├── 112.95.5.133_129742852952521250_6410二次开发文档及C#例程 (1)
│ └── 6410二次开发文档及C#例程
│ ├── 6410机型功能说明文档.pdf
│ ├── Demo
│ │ ├── 6410Phone_GPRS_Demo
│ │ │ ├── Phone_Demo
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Phone_Demo.exe
│ │ │ │ │ ├── Phone_Demo.pdb
│ │ │ │ │ └── Prima_6410.dll
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Phone_Demo.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── Phone_Demo.exe
│ │ │ │ │ │ ├── Phone_Demo.Form1.resources
│ │ │ │ │ │ ├── Phone_Demo.pdb
│ │ │ │ │ │ ├── Phone_Demo.Properties.Resources.resources
│ │ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ └── Phone_Demo.csproj.FileList.txt
│ │ │ │ ├── Phone_Demo.csproj
│ │ │ │ ├── Phone_Demo.csproj.user
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ └── Resources.resx
│ │ │ ├── Prima_6410.sln
│ │ │ └── Prima_6410.suo
│ │ ├── GPSReader.rar
│ │ ├── LED_Demo
│ │ │ ├── LED_Demo
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── GPIODLL.dll
│ │ │ │ │ ├── LED_Demo.exe
│ │ │ │ │ ├── LED_Demo.pdb
│ │ │ │ │ └── Prima_6410.dll
│ │ │ │ ├── FormLED.cs
│ │ │ │ ├── FormLED.Designer.cs
│ │ │ │ ├── FormLED.resx
│ │ │ │ ├── LED_Demo.csproj
│ │ │ │ ├── LED_Demo.csproj.user
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── LED_Demo.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── LED_Demo.exe
│ │ │ │ │ │ ├── LED_Demo.FormLED.resources
│ │ │ │ │ │ ├── LED_Demo.pdb
│ │ │ │ │ │ ├── LED_Demo.Properties.Resources.resources
│ │ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ └── LED_Demo.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ └── Resources.resx
│ │ │ ├── LED_Demo.sln
│ │ │ └── LED_Demo.suo
│ │ ├── Librate_Demo
│ │ │ ├── Librate_Demo
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── GPIODLL.dll
│ │ │ │ │ ├── Librate_Demo.exe
│ │ │ │ │ ├── Librate_Demo.pdb
│ │ │ │ │ └── Prima_6410.dll
│ │ │ │ ├── FormLibrate.cs
│ │ │ │ ├── FormLibrate.Designer.cs
│ │ │ │ ├── FormLibrate.resx
│ │ │ │ ├── Librate_Demo.csproj
│ │ │ │ ├── Librate_Demo.csproj.user
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Librate_Demo.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── Librate_Demo.exe
│ │ │ │ │ │ ├── Librate_Demo.FormLibrate.resources
│ │ │ │ │ │ ├── Librate_Demo.pdb
│ │ │ │ │ │ ├── Librate_Demo.Properties.Resources.resources
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ └── Librate_Demo.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ └── Resources.resx
│ │ │ ├── Librate_Demo.sln
│ │ │ └── Librate_Demo.suo
│ │ └── RFID_Demo
│ │ ├── RFID_Demo
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Prima_6410.dll
│ │ │ │ ├── RFID_Demo.exe
│ │ │ │ ├── RFID_Demo.pdb
│ │ │ │ └── RFIDDLL.dll
│ │ │ ├── FormRFID.cs
│ │ │ ├── FormRFID.Designer.cs
│ │ │ ├── FormRFID.resx
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Refactor
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ ├── RFID_Demo.csproj.GenerateResource.Cache
│ │ │ │ │ ├── RFID_Demo.exe
│ │ │ │ │ ├── RFID_Demo.FormRFID.resources
│ │ │ │ │ ├── RFID_Demo.pdb
│ │ │ │ │ ├── RFID_Demo.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ └── RFID_Demo.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ └── Resources.resx
│ │ │ ├── RFID_Demo.csproj
│ │ │ └── RFID_Demo.csproj.user
│ │ ├── RFID_Demo.sln
│ │ └── RFID_Demo.suo
│ ├── DLL
│ │ ├── GPIODLL.dll
│ │ ├── Prima_6410.dll
│ │ └── RFIDDLL.dll
│ └── Test_Demo
│ ├── LED
│ │ ├── GPIODLL.dll
│ │ ├── LED_Demo.exe
│ │ └── Prima_6410.dll
│ ├── Librate
│ │ ├── GPIODLL.dll
│ │ ├── Librate_Demo.exe
│ │ └── Prima_6410.dll
│ ├── Phone_GPRS
│ │ ├── Phone_Demo.exe
│ │ └── Prima_6410.dll
│ ├── Phone_GPRS.rar
│ └── RFID
│ ├── Prima_6410.dll
│ ├── RFID_Demo.exe
│ └── RFIDDLL.dll
├── 112.95.5.133_129742852952521250_6410二次开发文档及C#例程 (1).zip
├── 112.95.5.133_129742852952521250_6410二次开发文档及C#例程.zip
├── 27.38.1.171_129663384593308750_wince嵌入式开发入门C#
│ ├── C#开发wince嵌入式应用程序入门.pdf
│ ├── C#开发wince嵌入式应用程序常见问题.pdf
│ └── Prima.DEMO
│ ├── Prima.DEMO
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Prima.DEMO.exe
│ │ │ └── Prima.DEMO.pdb
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Prima.DEMO.csproj.GenerateResource.Cache
│ │ │ │ ├── Prima.DEMO.exe
│ │ │ │ ├── Prima.DEMO.Form1.resources
│ │ │ │ ├── Prima.DEMO.pdb
│ │ │ │ ├── Prima.DEMO.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ └── Prima.DEMO.csproj.FileList.txt
│ │ ├── Prima.DEMO.csproj
│ │ ├── Prima.DEMO.csproj.user
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ └── Resources.resx
│ ├── Prima.DEMO.sln
│ └── Prima.DEMO.suo
├── 27.38.150.189_129754962543115000_串口蓝牙
│ └── 串口蓝牙
│ ├── GPIO6410DEMO.exe
│ ├── Prima.Comm
│ │ ├── Prima.Comm
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Prima.Comm.exe
│ │ │ │ └── Prima.Comm.pdb
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Prima.Comm.csproj.GenerateResource.Cache
│ │ │ │ │ ├── Prima.Comm.exe
│ │ │ │ │ ├── Prima.Comm.Form1.resources
│ │ │ │ │ ├── Prima.Comm.pdb
│ │ │ │ │ ├── Prima.Comm.Properties.Resources.resources
│ │ │ │ │ ├── Refactor
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Resource1.Designer.cs.dll
│ │ │ │ ├── Prima.Comm.csproj.FileListAbsolute.txt
│ │ │ │ └── Prima.Comm.csproj.FileList.txt
│ │ │ ├── Prima.Comm.csproj
│ │ │ ├── Prima.Comm.csproj.user
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ └── Resources.resx
│ │ │ └── Resources
│ │ │ ├── LOAD.jpg
│ │ │ └── 效果图.jpg
│ │ ├── Prima.Comm.sln
│ │ └── Prima.Comm.suo
│ ├── SPP-SLAVER-V0.3协议.pdf
│ └── 说明.txt
├── 27.38.150.189_129754962543115000_串口蓝牙.rar
├── ARMSYS6410在WINCE6.0下的功能和性能全面测试(立宇泰手册节选).pdf
├── CSharp_GPS编程.doc
├── GPS数据包解析.doc
├── Idea6410开发板简介.pdf
├── WinCEqq_client
│ └── qq_client
│ ├── qq_client
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── qq_client.exe
│ │ │ └── qq_client.pdb
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── qq_client.csproj.FileListAbsolute.txt
│ │ │ ├── qq_client.csproj.GenerateResource.Cache
│ │ │ ├── qq_client.exe
│ │ │ ├── qq_client.Form1.resources
│ │ │ ├── qq_client.pdb
│ │ │ ├── qq_client.Properties.Resources.resources
│ │ │ └── TempPE
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ └── Resources.resx
│ │ ├── qq_client.csproj
│ │ └── qq_client.csproj.user
│ ├── qq_client.sln
│ └── qq_client.suo
├── WINCE下GPS数据解析
│ ├── GpsDemo_dotNet
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── GpsDemo_dotNet.exe
│ │ │ └── GpsDemo_dotNet.pdb
│ │ ├── CLR_GPS.cs
│ │ ├── CLR_Regex.cs
│ │ ├── GpsDemo_dotNet.csproj
│ │ ├── GpsDemo_dotNet.csproj.user
│ │ ├── GpsMainForm.cs.cs
│ │ ├── GpsMainForm.Designer.cs
│ │ ├── GpsMainForm.resx
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── GpsDemo_dotNet.csproj.FileListAbsolute.txt
│ │ │ ├── GpsDemo_dotNet.csproj.GenerateResource.Cache
│ │ │ ├── GpsDemo_dotNet.exe
│ │ │ ├── GpsDemo_dotNet.GpsMainForm.resources
│ │ │ ├── GpsDemo_dotNet.pdb
│ │ │ ├── GpsDemo_dotNet.Properties.Resources.resources
│ │ │ ├── Refactor
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ └── Resources.resx
│ │ └── Resources
│ └── GpsDemo_dotNet.sln
└── wince编程第三版(中文高清晰).pdf
134 directories, 328 files
关于WinCE开发的基本资料,包括WinCE操作系统基本资料以及利用C#开发应用程序的资料
【实例截图】
文件清单
└── CSharpWinCE开发资料
├── 06- Tiny6410 WindowsCE开发指南-20110408.pdf
├── 06-_Tiny6410_WindowsCE开发指南-20110408.pdf
├── 11092909394503.pdf
├── 112.95.4.113_129733407391617500_GpsDemo_dotNet
│ ├── GpsDemo_dotNet
│ │ ├── GpsDemo_dotNet
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── GpsDemo_dotNet.exe
│ │ │ │ └── GpsDemo_dotNet.pdb
│ │ │ ├── CLR_GPS.cs
│ │ │ ├── CLR_Regex.cs
│ │ │ ├── GpsDemo_dotNet.csproj
│ │ │ ├── GpsDemo_dotNet.csproj.user
│ │ │ ├── GpsMainForm.cs
│ │ │ ├── GpsMainForm.designer.cs
│ │ │ ├── GpsMainForm.resx
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── GpsDemo_dotNet.csproj.GenerateResource.Cache
│ │ │ │ │ ├── GpsDemo_dotNet.exe
│ │ │ │ │ ├── GpsDemo_dotNet.GpsMainForm.resources
│ │ │ │ │ ├── GpsDemo_dotNet.pdb
│ │ │ │ │ ├── GpsDemo_dotNet.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ └── GpsDemo_dotNet.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ └── Resources.resx
│ │ ├── GpsDemo_dotNet.sln
│ │ └── GpsDemo_dotNet.suo
│ └── NMEA0183协议书.pdf
├── 112.95.4.113_129733407391617500_GpsDemo_dotNet.rar
├── 112.95.5.133_129742852952521250_6410二次开发文档及C#例程
│ └── 6410二次开发文档及C#例程
│ ├── 6410机型功能说明文档.pdf
│ ├── Demo
│ │ ├── 6410Phone_GPRS_Demo
│ │ │ ├── Phone_Demo
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Phone_Demo.exe
│ │ │ │ │ ├── Phone_Demo.pdb
│ │ │ │ │ └── Prima_6410.dll
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Phone_Demo.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── Phone_Demo.exe
│ │ │ │ │ │ ├── Phone_Demo.Form1.resources
│ │ │ │ │ │ ├── Phone_Demo.pdb
│ │ │ │ │ │ ├── Phone_Demo.Properties.Resources.resources
│ │ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ └── Phone_Demo.csproj.FileList.txt
│ │ │ │ ├── Phone_Demo.csproj
│ │ │ │ ├── Phone_Demo.csproj.user
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ └── Resources.resx
│ │ │ ├── Prima_6410.sln
│ │ │ └── Prima_6410.suo
│ │ ├── GPSReader.rar
│ │ ├── LED_Demo
│ │ │ ├── LED_Demo
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── GPIODLL.dll
│ │ │ │ │ ├── LED_Demo.exe
│ │ │ │ │ ├── LED_Demo.pdb
│ │ │ │ │ └── Prima_6410.dll
│ │ │ │ ├── FormLED.cs
│ │ │ │ ├── FormLED.Designer.cs
│ │ │ │ ├── FormLED.resx
│ │ │ │ ├── LED_Demo.csproj
│ │ │ │ ├── LED_Demo.csproj.user
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── LED_Demo.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── LED_Demo.exe
│ │ │ │ │ │ ├── LED_Demo.FormLED.resources
│ │ │ │ │ │ ├── LED_Demo.pdb
│ │ │ │ │ │ ├── LED_Demo.Properties.Resources.resources
│ │ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ └── LED_Demo.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ └── Resources.resx
│ │ │ ├── LED_Demo.sln
│ │ │ └── LED_Demo.suo
│ │ ├── Librate_Demo
│ │ │ ├── Librate_Demo
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── GPIODLL.dll
│ │ │ │ │ ├── Librate_Demo.exe
│ │ │ │ │ ├── Librate_Demo.pdb
│ │ │ │ │ └── Prima_6410.dll
│ │ │ │ ├── FormLibrate.cs
│ │ │ │ ├── FormLibrate.Designer.cs
│ │ │ │ ├── FormLibrate.resx
│ │ │ │ ├── Librate_Demo.csproj
│ │ │ │ ├── Librate_Demo.csproj.user
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Librate_Demo.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── Librate_Demo.exe
│ │ │ │ │ │ ├── Librate_Demo.FormLibrate.resources
│ │ │ │ │ │ ├── Librate_Demo.pdb
│ │ │ │ │ │ ├── Librate_Demo.Properties.Resources.resources
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ └── Librate_Demo.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ └── Resources.resx
│ │ │ ├── Librate_Demo.sln
│ │ │ └── Librate_Demo.suo
│ │ └── RFID_Demo
│ │ ├── RFID_Demo
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Prima_6410.dll
│ │ │ │ ├── RFID_Demo.exe
│ │ │ │ ├── RFID_Demo.pdb
│ │ │ │ └── RFIDDLL.dll
│ │ │ ├── FormRFID.cs
│ │ │ ├── FormRFID.Designer.cs
│ │ │ ├── FormRFID.resx
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Refactor
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ ├── RFID_Demo.csproj.GenerateResource.Cache
│ │ │ │ │ ├── RFID_Demo.exe
│ │ │ │ │ ├── RFID_Demo.FormRFID.resources
│ │ │ │ │ ├── RFID_Demo.pdb
│ │ │ │ │ ├── RFID_Demo.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ └── RFID_Demo.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ └── Resources.resx
│ │ │ ├── RFID_Demo.csproj
│ │ │ └── RFID_Demo.csproj.user
│ │ ├── RFID_Demo.sln
│ │ └── RFID_Demo.suo
│ ├── DLL
│ │ ├── GPIODLL.dll
│ │ ├── Prima_6410.dll
│ │ └── RFIDDLL.dll
│ └── Test_Demo
│ ├── LED
│ │ ├── GPIODLL.dll
│ │ ├── LED_Demo.exe
│ │ └── Prima_6410.dll
│ ├── Librate
│ │ ├── GPIODLL.dll
│ │ ├── Librate_Demo.exe
│ │ └── Prima_6410.dll
│ ├── Phone_GPRS
│ │ ├── Phone_Demo.exe
│ │ └── Prima_6410.dll
│ ├── Phone_GPRS.rar
│ └── RFID
│ ├── Prima_6410.dll
│ ├── RFID_Demo.exe
│ └── RFIDDLL.dll
├── 112.95.5.133_129742852952521250_6410二次开发文档及C#例程 (1)
│ └── 6410二次开发文档及C#例程
│ ├── 6410机型功能说明文档.pdf
│ ├── Demo
│ │ ├── 6410Phone_GPRS_Demo
│ │ │ ├── Phone_Demo
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Phone_Demo.exe
│ │ │ │ │ ├── Phone_Demo.pdb
│ │ │ │ │ └── Prima_6410.dll
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Phone_Demo.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── Phone_Demo.exe
│ │ │ │ │ │ ├── Phone_Demo.Form1.resources
│ │ │ │ │ │ ├── Phone_Demo.pdb
│ │ │ │ │ │ ├── Phone_Demo.Properties.Resources.resources
│ │ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ └── Phone_Demo.csproj.FileList.txt
│ │ │ │ ├── Phone_Demo.csproj
│ │ │ │ ├── Phone_Demo.csproj.user
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ └── Resources.resx
│ │ │ ├── Prima_6410.sln
│ │ │ └── Prima_6410.suo
│ │ ├── GPSReader.rar
│ │ ├── LED_Demo
│ │ │ ├── LED_Demo
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── GPIODLL.dll
│ │ │ │ │ ├── LED_Demo.exe
│ │ │ │ │ ├── LED_Demo.pdb
│ │ │ │ │ └── Prima_6410.dll
│ │ │ │ ├── FormLED.cs
│ │ │ │ ├── FormLED.Designer.cs
│ │ │ │ ├── FormLED.resx
│ │ │ │ ├── LED_Demo.csproj
│ │ │ │ ├── LED_Demo.csproj.user
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── LED_Demo.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── LED_Demo.exe
│ │ │ │ │ │ ├── LED_Demo.FormLED.resources
│ │ │ │ │ │ ├── LED_Demo.pdb
│ │ │ │ │ │ ├── LED_Demo.Properties.Resources.resources
│ │ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ └── LED_Demo.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ └── Resources.resx
│ │ │ ├── LED_Demo.sln
│ │ │ └── LED_Demo.suo
│ │ ├── Librate_Demo
│ │ │ ├── Librate_Demo
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── GPIODLL.dll
│ │ │ │ │ ├── Librate_Demo.exe
│ │ │ │ │ ├── Librate_Demo.pdb
│ │ │ │ │ └── Prima_6410.dll
│ │ │ │ ├── FormLibrate.cs
│ │ │ │ ├── FormLibrate.Designer.cs
│ │ │ │ ├── FormLibrate.resx
│ │ │ │ ├── Librate_Demo.csproj
│ │ │ │ ├── Librate_Demo.csproj.user
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Librate_Demo.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── Librate_Demo.exe
│ │ │ │ │ │ ├── Librate_Demo.FormLibrate.resources
│ │ │ │ │ │ ├── Librate_Demo.pdb
│ │ │ │ │ │ ├── Librate_Demo.Properties.Resources.resources
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ └── Librate_Demo.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ └── Resources.resx
│ │ │ ├── Librate_Demo.sln
│ │ │ └── Librate_Demo.suo
│ │ └── RFID_Demo
│ │ ├── RFID_Demo
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Prima_6410.dll
│ │ │ │ ├── RFID_Demo.exe
│ │ │ │ ├── RFID_Demo.pdb
│ │ │ │ └── RFIDDLL.dll
│ │ │ ├── FormRFID.cs
│ │ │ ├── FormRFID.Designer.cs
│ │ │ ├── FormRFID.resx
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Refactor
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ ├── RFID_Demo.csproj.GenerateResource.Cache
│ │ │ │ │ ├── RFID_Demo.exe
│ │ │ │ │ ├── RFID_Demo.FormRFID.resources
│ │ │ │ │ ├── RFID_Demo.pdb
│ │ │ │ │ ├── RFID_Demo.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ └── RFID_Demo.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ └── Resources.resx
│ │ │ ├── RFID_Demo.csproj
│ │ │ └── RFID_Demo.csproj.user
│ │ ├── RFID_Demo.sln
│ │ └── RFID_Demo.suo
│ ├── DLL
│ │ ├── GPIODLL.dll
│ │ ├── Prima_6410.dll
│ │ └── RFIDDLL.dll
│ └── Test_Demo
│ ├── LED
│ │ ├── GPIODLL.dll
│ │ ├── LED_Demo.exe
│ │ └── Prima_6410.dll
│ ├── Librate
│ │ ├── GPIODLL.dll
│ │ ├── Librate_Demo.exe
│ │ └── Prima_6410.dll
│ ├── Phone_GPRS
│ │ ├── Phone_Demo.exe
│ │ └── Prima_6410.dll
│ ├── Phone_GPRS.rar
│ └── RFID
│ ├── Prima_6410.dll
│ ├── RFID_Demo.exe
│ └── RFIDDLL.dll
├── 112.95.5.133_129742852952521250_6410二次开发文档及C#例程 (1).zip
├── 112.95.5.133_129742852952521250_6410二次开发文档及C#例程.zip
├── 27.38.1.171_129663384593308750_wince嵌入式开发入门C#
│ ├── C#开发wince嵌入式应用程序入门.pdf
│ ├── C#开发wince嵌入式应用程序常见问题.pdf
│ └── Prima.DEMO
│ ├── Prima.DEMO
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Prima.DEMO.exe
│ │ │ └── Prima.DEMO.pdb
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Prima.DEMO.csproj.GenerateResource.Cache
│ │ │ │ ├── Prima.DEMO.exe
│ │ │ │ ├── Prima.DEMO.Form1.resources
│ │ │ │ ├── Prima.DEMO.pdb
│ │ │ │ ├── Prima.DEMO.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ └── Prima.DEMO.csproj.FileList.txt
│ │ ├── Prima.DEMO.csproj
│ │ ├── Prima.DEMO.csproj.user
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ └── Resources.resx
│ ├── Prima.DEMO.sln
│ └── Prima.DEMO.suo
├── 27.38.150.189_129754962543115000_串口蓝牙
│ └── 串口蓝牙
│ ├── GPIO6410DEMO.exe
│ ├── Prima.Comm
│ │ ├── Prima.Comm
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Prima.Comm.exe
│ │ │ │ └── Prima.Comm.pdb
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Prima.Comm.csproj.GenerateResource.Cache
│ │ │ │ │ ├── Prima.Comm.exe
│ │ │ │ │ ├── Prima.Comm.Form1.resources
│ │ │ │ │ ├── Prima.Comm.pdb
│ │ │ │ │ ├── Prima.Comm.Properties.Resources.resources
│ │ │ │ │ ├── Refactor
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Resource1.Designer.cs.dll
│ │ │ │ ├── Prima.Comm.csproj.FileListAbsolute.txt
│ │ │ │ └── Prima.Comm.csproj.FileList.txt
│ │ │ ├── Prima.Comm.csproj
│ │ │ ├── Prima.Comm.csproj.user
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ └── Resources.resx
│ │ │ └── Resources
│ │ │ ├── LOAD.jpg
│ │ │ └── 效果图.jpg
│ │ ├── Prima.Comm.sln
│ │ └── Prima.Comm.suo
│ ├── SPP-SLAVER-V0.3协议.pdf
│ └── 说明.txt
├── 27.38.150.189_129754962543115000_串口蓝牙.rar
├── ARMSYS6410在WINCE6.0下的功能和性能全面测试(立宇泰手册节选).pdf
├── CSharp_GPS编程.doc
├── GPS数据包解析.doc
├── Idea6410开发板简介.pdf
├── WinCEqq_client
│ └── qq_client
│ ├── qq_client
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── qq_client.exe
│ │ │ └── qq_client.pdb
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── qq_client.csproj.FileListAbsolute.txt
│ │ │ ├── qq_client.csproj.GenerateResource.Cache
│ │ │ ├── qq_client.exe
│ │ │ ├── qq_client.Form1.resources
│ │ │ ├── qq_client.pdb
│ │ │ ├── qq_client.Properties.Resources.resources
│ │ │ └── TempPE
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ └── Resources.resx
│ │ ├── qq_client.csproj
│ │ └── qq_client.csproj.user
│ ├── qq_client.sln
│ └── qq_client.suo
├── WINCE下GPS数据解析
│ ├── GpsDemo_dotNet
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── GpsDemo_dotNet.exe
│ │ │ └── GpsDemo_dotNet.pdb
│ │ ├── CLR_GPS.cs
│ │ ├── CLR_Regex.cs
│ │ ├── GpsDemo_dotNet.csproj
│ │ ├── GpsDemo_dotNet.csproj.user
│ │ ├── GpsMainForm.cs.cs
│ │ ├── GpsMainForm.Designer.cs
│ │ ├── GpsMainForm.resx
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── GpsDemo_dotNet.csproj.FileListAbsolute.txt
│ │ │ ├── GpsDemo_dotNet.csproj.GenerateResource.Cache
│ │ │ ├── GpsDemo_dotNet.exe
│ │ │ ├── GpsDemo_dotNet.GpsMainForm.resources
│ │ │ ├── GpsDemo_dotNet.pdb
│ │ │ ├── GpsDemo_dotNet.Properties.Resources.resources
│ │ │ ├── Refactor
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ └── Resources.resx
│ │ └── Resources
│ └── GpsDemo_dotNet.sln
└── wince编程第三版(中文高清晰).pdf
134 directories, 328 files
好例子网口号:伸出你的我的手 — 分享!
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论