在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → JT/T808模拟终端c#源码

JT/T808模拟终端c#源码

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:7.66M
  • 下载次数:18
  • 浏览次数:400
  • 发布时间:2020-08-21
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
JT/T808模拟终端c#源码   
【实例截图】
【核心代码】
GPStest
└── test
├── CBL.V12.BMap.NET
│   ├── AKSNCaculater.cs
│   ├── BMapConfiguration.cs
│   ├── CBL.V12.BMap.NET.csproj
│   ├── HTTPService
│   │   ├── CoordinateTransService.cs
│   │   ├── DirectionService.cs
│   │   ├── GeocodingService.cs
│   │   ├── IPService.cs
│   │   ├── MapService.cs
│   │   ├── PlaceService.cs
│   │   ├── PlaceSuggestionService.cs
│   │   └── ServiceBase.cs
│   ├── LoadMapMode.cs
│   ├── MapMode.cs
│   ├── obj
│   │   └── Debug
│   │   └── DesignTimeResolveAssemblyReferencesInput.cache
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── BMap.Designer.cs
│   │   └── BMap.settings
│   └── VerificationMode.cs
├── CBL.V12.BMap.NET.WindowsForm
│   ├── BCityControl.Designer.cs
│   ├── BCityControl.resx
│   ├── BDirectionBoard.Designer.cs
│   ├── BDirectionBoard.resx
│   ├── BDrivingRouteItem.Designer.cs
│   ├── BDrivingRouteItem.resx
│   ├── BDrivingStepItem.Designer.cs
│   ├── BDrivingStepItem.resx
│   ├── BLoadMapModeControl.Designer.cs
│   ├── BLoadMapModeControl.resx
│   ├── BMapControl.Designer.cs
│   ├── BMapControl.resx
│   ├── BMapElements
│   │   ├── BBound.cs
│   │   ├── BDistance.cs
│   │   ├── BMapElement.cs
│   │   ├── BMarker.cs
│   │   ├── BNearBy.cs
│   │   ├── BPOI.cs
│   │   ├── BPoint.cs
│   │   ├── BRoute.cs
│   │   ├── BTerminal.cs
│   │   └── BTile.cs
│   ├── BMarkerEditorControl.Designer.cs
│   ├── BMarkerEditorControl.resx
│   ├── BMarkerTipControl.Designer.cs
│   ├── BMarkerTipControl.resx
│   ├── BPlaceBox.Designer.cs
│   ├── BPlaceBox.resx
│   ├── BPlaceItem.Designer.cs
│   ├── BPlaceItem.resx
│   ├── BPlacesBoard.Designer.cs
│   ├── BPlacesBoard.resx
│   ├── BPlacesSuggestionControl.Designer.cs
│   ├── BPlacesSuggestionControl.resx
│   ├── BPlacesSuggestionItem.Designer.cs
│   ├── BPlacesSuggestionItem.resx
│   ├── BPointTipControl.Designer.cs
│   ├── BPointTipControl.resx
│   ├── BPOITipControl.Designer.cs
│   ├── BPOITipControl.resx
│   ├── BQuickSearchBoardcs.Designer.cs
│   ├── BQuickSearchBoardcs.resx
│   ├── BQuickSearchControl.Designer.cs
│   ├── BQuickSearchControl.resx
│   ├── BScreenshotMenu.Designer.cs
│   ├── BScreenshotMenu.resx
│   ├── BStepStartAndEndItem.Designer.cs
│   ├── BStepStartAndEndItem.resx
│   ├── BTaxiTipControl.Designer.cs
│   ├── BTaxiTipControl.resx
│   ├── BTerminalTipControl.Designer.cs
│   ├── BTerminalTipControl.resx
│   ├── BTransitRouteItem.Designer.cs
│   ├── BTransitRouteItem.resx
│   ├── BTransitStepItem.Designer.cs
│   ├── BTransitStepItem.resx
│   ├── BWalkingRouteItem.Designer.cs
│   ├── BWalkingRouteItem.resx
│   ├── BWalkingStepItem.Designer.cs
│   ├── BWalkingStepItem.resx
│   ├── CBL.V12.BMap.NET.WindowsForm.csproj
│   ├── DirectionStartedEventHandler.cs
│   ├── DrawingObjects
│   │   ├── BCircle.cs
│   │   ├── BLine.cs
│   │   ├── BPolygon.cs
│   │   ├── BRectangle.cs
│   │   ├── BScreenShotRectangle.cs
│   │   └── DrawingObject.cs
│   ├── EndPointSelectedEventHandler.cs
│   ├── FunctionalControls
│   │   ├── BTabControl.cs
│   │   ├── CityList.Designer.cs
│   │   ├── CityListMode.cs
│   │   ├── CityList.resx
│   │   ├── CityNode.cs
│   │   └── SelectedCityChangedEventHandler.cs
│   ├── GpsPoint.cs
│   ├── LatLngPoint.cs
│   ├── LoadMapModeChangedEventHandler.cs
│   ├── MapHelper.cs
│   ├── MouseType.cs
│   ├── obj
│   │   └── Debug
│   │   └── DesignTimeResolveAssemblyReferencesInput.cache
│   ├── PlaceSelectedChangedEventHandler.cs
│   ├── PointType.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── BMap.Designer.cs
│   │   ├── BMap.resx
│   │   ├── Resources.Designer.cs
│   │   └── Resources.resx
│   ├── QuickSearchEventHandler.cs
│   ├── RouteSelectedEventHandler.cs
│   ├── RouteType.cs
│   ├── ScreenshotDoneEventHandler.cs
│   ├── SearchNearbyStartedEventHandler.cs
│   ├── SetDestinationPlaceEventHandler.cs
│   ├── SetSourcePlaceEventHandler.cs
│   ├── StepEndPointSelectedEventHandler.cs
│   └── StepSelectedEventHandler.cs
├── CBL.V12.HPSocket
│   ├── AsyncSendBufferManager.cs
│   ├── AsyncSocketClient.cs
│   ├── AsyncSocketServer.cs
│   ├── AsyncSocketUserToken.cs
│   ├── AsyncSocketUserTokenHash.cs
│   ├── AsyncSocketUserTokenPool.cs
│   ├── bin
│   │   └── Debug
│   │   ├── CBL.V12.HPSocket.dll
│   │   ├── CBL.V12.HPSocket.pdb
│   │   ├── CBL.V12.Protocol.Analysis.dll
│   │   ├── CBL.V12.Protocol.Analysis.pdb
│   │   ├── log4net.dll
│   │   └── Newtonsoft.Json.dll
│   ├── CBL.V12.HPSocket.csproj
│   ├── CounterBase.cs
│   ├── Counter.cs
│   ├── DynamicBufferManager.cs
│   ├── obj
│   │   └── Debug
│   │   ├── CBL.V12.HPSocket.csproj.FileListAbsolute.txt
│   │   ├── CBL.V12.HPSocket.csprojResolveAssemblyReference.cache
│   │   ├── CBL.V12.HPSocket.dll
│   │   ├── CBL.V12.HPSocket.pdb
│   │   └── DesignTimeResolveAssemblyReferencesInput.cache
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── ProtocolConst.cs
│   ├── SendBufferPacket.cs
│   ├── ServerDaemonThread.cs
│   ├── SocketCloseClientAsynEventArgs.cs
│   ├── SocketCloseEventArgs.cs
│   ├── SocketConnectEventArgs.cs
│   ├── SocketErrorEventArgs.cs
│   ├── SocketListenAsyncEventArgs.cs
│   ├── SocketReviceEventArgs.cs
│   ├── SocketSendEventArgs.cs
│   ├── UserTokenDataModel.cs
│   └── UserTokenReviceDataModel.cs
├── CBL.V12.Protocol.Analysis
│   ├── bin
│   │   └── Debug
│   │   ├── CBL.V12.Protocol.Analysis.dll
│   │   ├── CBL.V12.Protocol.Analysis.pdb
│   │   ├── log4net.dll
│   │   └── Newtonsoft.Json.dll
│   ├── CBL.V12.Protocol.Analysis.csproj
│   ├── ChannelType.cs
│   ├── ClientLinkType.cs
│   ├── CloseLinkReason.cs
│   ├── ConnectResult.cs
│   ├── CustomProcess.cs
│   ├── DeviceType.cs
│   ├── DisconnectError.cs
│   ├── GatewayType.cs
│   ├── IniHelper.cs
│   ├── JTX_Terminal_ModelNo.cs
│   ├── Lgr.cs
│   ├── MediaFormat.cs
│   ├── MessagePriority.cs
│   ├── obj
│   │   └── Debug
│   │   ├── CBL.V12.Protocol.Analysis.csproj.FileListAbsolute.txt
│   │   ├── CBL.V12.Protocol.Analysis.dll
│   │   ├── CBL.V12.Protocol.Analysis.pdb
│   │   └── DesignTimeResolveAssemblyReferencesInput.cache
│   ├── PlateColor.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── ProtocolAnalysis.cs
│   ├── ProtocolsHelper.cs
│   ├── RandomHelper.cs
│   ├── SocketProtocolFlag.cs
│   ├── StringHelper.cs
│   ├── StringValidate.cs
│   ├── UserLogionType.cs
│   ├── VerifyResult.cs
│   ├── WarnProcessResult.cs
│   └── Warn_Type.cs
├── CBL.V12.Protocol.Recorder
│   ├── bin
│   │   └── Debug
│   │   ├── CBL.V12.Protocol.Analysis.dll
│   │   ├── CBL.V12.Protocol.Analysis.pdb
│   │   ├── CBL.V12.Protocol.Recorder.dll
│   │   ├── CBL.V12.Protocol.Recorder.pdb
│   │   ├── log4net.dll
│   │   └── Newtonsoft.Json.dll
│   ├── CBL.V12.Protocol.Recorder.csproj
│   ├── DoubtfulPointDataItem.cs
│   ├── EventDriverInfo.cs
│   ├── IRecorderDataBlock.cs
│   ├── obj
│   │   └── Debug
│   │   ├── CBL.V12.Protocol.Recorder.csproj.FileListAbsolute.txt
│   │   ├── CBL.V12.Protocol.Recorder.csprojResolveAssemblyReference.cache
│   │   ├── CBL.V12.Protocol.Recorder.dll
│   │   ├── CBL.V12.Protocol.Recorder.pdb
│   │   └── DesignTimeResolveAssemblyReferencesInput.cache
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── Recorder_2012_Version.cs
│   ├── Recorder_AccidentRecordsOfDoubt.cs
│   ├── Recorder_AccumulativeMileage.cs
│   ├── RecorderDataBlockFactory.cs
│   ├── Recorder_DoubtfulPointData.cs
│   ├── Recorder_DriverIdentity.cs
│   ├── Recorder_DriverInformation.cs
│   ├── Recorder_DriverVehicleCode.cs
│   ├── Recorder_ExternalPowerSupply.cs
│   ├── Recorder_FeatureFactor_12.cs
│   ├── Recorder_FeatureFactor.cs
│   ├── Recorder_LocationInfoAll.cs
│   ├── Recorder_LocationInfo.cs
│   ├── Recorder_LocationInformation.cs
│   ├── Recorder_MileageIn2Days.cs
│   ├── Recorder_MileageIn360Hours.cs
│   ├── Recorder_ParameterChange.cs
│   ├── Recorder_PulseFactor.cs
│   ├── Recorder_RealTimeClock.cs
│   ├── Recorder_Speed.cs
│   ├── Recorder_SpeedIn2Days.cs
│   ├── Recorder_SpeedIn360Hours.cs
│   ├── Recorder_SpeedStatusLog.cs
│   ├── Recorder_StateInformation.cs
│   ├── Recorder_Time.cs
│   ├── Recorder_TimeOutDrivingRecord.cs
│   ├── Recorder_TiredDrivingRecord.cs
│   ├── Recorder_UniqueNumber.cs
│   ├── Recorder_VehicleLicenseInfo.cs
│   ├── SpeedStatusLog.cs
│   ├── TimeoutDrivingRecord.cs
│   ├── TiredDrivingRecordItem.cs
│   └── TravelSpeedItem.cs
├── CBL.V12.Protocols
│   ├── bin
│   │   └── Debug
│   │   ├── CBL.V12.Protocols.dll
│   │   └── CBL.V12.Protocols.pdb
│   ├── CBL.V12.Protocols.csproj
│   ├── IMessageBody.cs
│   ├── IMessage.cs
│   ├── IMessageHeader.cs
│   ├── IPackage.cs
│   ├── IPrefixHeaderMessage.cs
│   ├── obj
│   │   └── Debug
│   │   ├── CBL.V12.Protocols.csproj.FileListAbsolute.txt
│   │   ├── CBL.V12.Protocols.dll
│   │   ├── CBL.V12.Protocols.pdb
│   │   └── DesignTimeResolveAssemblyReferencesInput.cache
│   ├── PackageBase.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── RepassDataEventArgs.cs
│   └── WholeDataCompletedEventArga.cs
├── CBL.V12.Protocol.T808
│   ├── AnswerItem.cs
│   ├── AutoPhotoTimePeriod.cs
│   ├── bin
│   │   └── Debug
│   │   ├── CBL.V12.Protocol.Analysis.dll
│   │   ├── CBL.V12.Protocol.Analysis.pdb
│   │   ├── CBL.V12.Protocol.Recorder.dll
│   │   ├── CBL.V12.Protocol.Recorder.pdb
│   │   ├── CBL.V12.Protocols.dll
│   │   ├── CBL.V12.Protocols.pdb
│   │   ├── CBL.V12.Protocol.T808.dll
│   │   ├── CBL.V12.Protocol.T808.pdb
│   │   ├── log4net.dll
│   │   └── Newtonsoft.Json.dll
│   ├── CANItem.cs
│   ├── CBL.V12.Protocol.T808.csproj
│   ├── CircleAreaItem.cs
│   ├── DaseStationService.cs
│   ├── DESEncryptHelper.cs
│   ├── EventSettingItem.cs
│   ├── IPositionAdditionalItem.cs
│   ├── LableItem.cs
│   ├── MediaItem.cs
│   ├── MultimediaSearchDataItem.cs
│   ├── obj
│   │   └── Debug
│   │   ├── CBL.V12.Protocol.T808.csproj.FileListAbsolute.txt
│   │   ├── CBL.V12.Protocol.T808.csprojResolveAssemblyReference.cache
│   │   ├── CBL.V12.Protocol.T808.dll
│   │   ├── CBL.V12.Protocol.T808.pdb
│   │   └── DesignTimeResolveAssemblyReferencesInput.cache
│   ├── ParameterItem.cs
│   ├── PhoneNoItem.cs
│   ├── PointcastMessageItem.cs
│   ├── PolygonNodeItem.cs
│   ├── PositionAdditional_AbnormalDrivingAlarmStatus.cs
│   ├── PositionAdditional_AlarmEventId.cs
│   ├── PositionAdditional_AnalogVariable.cs
│   ├── PositionAdditional_DaseStation.cs
│   ├── PositionAdditional_EleLockAddtionItem.cs
│   ├── PositionAdditional_ExtensionStatus.cs
│   ├── PositionAdditionalFactory.cs
│   ├── PositionAdditional_FollowedBytesLength.cs
│   ├── PositionAdditional_GNSSSatellites.cs
│   ├── PositionAdditional_InOutAreaAlarmAdditional.cs
│   ├── PositionAdditional_IOStatus.cs
│   ├── PositionAdditional_MemoryFailureAlarmStatus.cs
│   ├── PositionAdditional_Mileage.cs
│   ├── PositionAdditional_MileageScrap.cs
│   ├── PositionAdditional_OBDExtensions.cs
│   ├── PositionAdditional_Oil.cs
│   ├── PositionAdditional_OverSpeedAlarmAdditional.cs
│   ├── PositionAdditional_RecorderSpeed.cs
│   ├── PositionAdditional_RouteDriveTimeAlarmAdditional.cs
│   ├── PositionAdditional_SignalIntensity.cs
│   ├── PositionAdditional_Thermometer.cs
│   ├── PositionAdditional_VideoAlarm.cs
│   ├── PositionAdditional_VideoSignalLostAlarmStatus.cs
│   ├── PositionAdditional_VideoSignalOcclusionAlarmStatus.cs
│   ├── PositionAdditional_Voltage.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── RecorderPackage.cs
│   ├── RectangleAreaItem.cs
│   ├── RepassPositionItem.cs
│   ├── RoadItem.cs
│   ├── RouteTurnPointItem.cs
│   ├── T808_0x0001.cs
│   ├── T808_0x0002.cs
│   ├── T808_0x0003.cs
│   ├── T808_0x0100.cs
│   ├── T808_0x0102.cs
│   ├── T808_0x0104.cs
│   ├── T808_0x0107.cs
│   ├── T808_0x0108.cs
│   ├── T808_0x0112.cs
│   ├── T808_0x0113.cs
│   ├── T808_0x0180.cs
│   ├── T808_0x0190.cs
│   ├── T808_0x0200.cs
│   ├── T808_0x0201.cs
│   ├── T808_0x0300.cs
│   ├── T808_0x0301.cs
│   ├── T808_0x0302.cs
│   ├── T808_0x0303.cs
│   ├── T808_0x0500.cs
│   ├── T808_0x0580.cs
│   ├── T808_0x0680.cs
│   ├── T808_0x0700.cs
│   ├── T808_0x0701.cs
│   ├── T808_0x0702.cs
│   ├── T808_0x0704.cs
│   ├── T808_0x0705.cs
│   ├── T808_0x0710.cs
│   ├── T808_0x0770.cs
│   ├── T808_0x0780.cs
│   ├── T808_0x0782.cs
│   ├── T808_0x0800.cs
│   ├── T808_0x0801.cs
│   ├── T808_0x0802.cs
│   ├── T808_0x0805.cs
│   ├── T808_0x0900.cs
│   ├── T808_0x0901.cs
│   ├── T808_0x0A00.cs
│   ├── T808_0x0A80.cs
│   ├── T808_0x0A81.cs
│   ├── T808_0x0A83.cs
│   ├── T808_0x0A84.cs
│   ├── T808_0x0A85.cs
│   ├── T808_0x0A86.cs
│   ├── T808_0x0A87.cs
│   ├── T808_0x0A88.cs
│   ├── T808_0x0A89.cs
│   ├── T808_0x0A8A.cs
│   ├── T808_0x0A8B.cs
│   ├── T808_0x0A8C.cs
│   ├── T808_0x0A8D.cs
│   ├── T808_0x0A8E.cs
│   ├── T808_0x0A90.cs
│   ├── T808_0x0A91.cs
│   ├── T808_0x0B05.cs
│   ├── T808_0x0C00.cs
│   ├── T808_0x0D00.cs
│   ├── T808_0x0D10.cs
│   ├── T808_0x0E00.cs
│   ├── T808_0x1000.cs
│   ├── T808_0x1001.cs
│   ├── T808_0x1003.cs
│   ├── T808_0x1005.cs
│   ├── T808_0x1200.cs
│   ├── T808_0x1201.cs
│   ├── T808_0x1205.cs
│   ├── T808_0x1206.cs
│   ├── T808_0x8001.cs
│   ├── T808_0x8003.cs
│   ├── T808_0x8100.cs
│   ├── T808_0x8103.cs
│   ├── T808_0x8104.cs
│   ├── T808_0x8105.cs
│   ├── T808_0x8106.cs
│   ├── T808_0x8107.cs
│   ├── T808_0x8108.cs
│   ├── T808_0x8180.cs
│   ├── T808_0x8190.cs
│   ├── T808_0x8201.cs
│   ├── T808_0x8202.cs
│   ├── T808_0x8203.cs
│   ├── T808_0x8300.cs
│   ├── T808_0x8301.cs
│   ├── T808_0x8302.cs
│   ├── T808_0x8303.cs
│   ├── T808_0x8304.cs
│   ├── T808_0x8400.cs
│   ├── T808_0x8401.cs
│   ├── T808_0x8500.cs
│   ├── T808_0x8580.cs
│   ├── T808_0x8600.cs
│   ├── T808_0x8601.cs
│   ├── T808_0x8602.cs
│   ├── T808_0x8603.cs
│   ├── T808_0x8604.cs
│   ├── T808_0x8605.cs
│   ├── T808_0x8606.cs
│   ├── T808_0x8607.cs
│   ├── T808_0x8680.cs
│   ├── T808_0x8700.cs
│   ├── T808_0x8701.cs
│   ├── T808_0x8702.cs
│   ├── T808_0x8710.cs
│   ├── T808_0x8711.cs
│   ├── T808_0x8770.cs
│   ├── T808_0x8781.cs
│   ├── T808_0x8800.cs
│   ├── T808_0x8801.cs
│   ├── T808_0x8802.cs
│   ├── T808_0x8803.cs
│   ├── T808_0x8804.cs
│   ├── T808_0x8805.cs
│   ├── T808_0x8880.cs
│   ├── T808_0x8900.cs
│   ├── T808_0x8A00.cs
│   ├── T808_0x8A80.cs
│   ├── T808_0x8A81.cs
│   ├── T808_0x8A82.cs
│   ├── T808_0x8A83.cs
│   ├── T808_0x8A85.cs
│   ├── T808_0x8A86.cs
│   ├── T808_0x8A87.cs
│   ├── T808_0x8A88.cs
│   ├── T808_0x8A89.cs
│   ├── T808_0x8A8B.cs
│   ├── T808_0x8A8C.cs
│   ├── T808_0x8A8E.cs
│   ├── T808_0x8A90.cs
│   ├── T808_0x8A91.cs
│   ├── T808_0x8A92.cs
│   ├── T808_0x8C00.cs
│   ├── T808_0x8D00.cs
│   ├── T808_0x8D03.cs
│   ├── T808_0x8D04.cs
│   ├── T808_0x8D05.cs
│   ├── T808_0x8D06.cs
│   ├── T808_0x8D07.cs
│   ├── T808_0x8D08.cs
│   ├── T808_0x8E00.cs
│   ├── T808_0x9003.cs
│   ├── T808_0x9101.cs
│   ├── T808_0x9102.cs
│   ├── T808_0x9105.cs
│   ├── T808_0x9201.cs
│   ├── T808_0x9202.cs
│   ├── T808_0x9205.cs
│   ├── T808_0x9206.cs
│   ├── T808_0x9207.cs
│   ├── T808_0x9301.cs
│   ├── T808_0x9302.cs
│   ├── T808_0x9303.cs
│   ├── T808_0x9304.cs
│   ├── T808_0x9305.cs
│   ├── T808_0x9306.cs
│   ├── T808Image.cs
│   ├── T808Message.cs
│   ├── T808MessageFactory.cs
│   └── T808MessageHeader.cs
├── CBL.V12.Simulator
│   ├── AccessHelper.cs
│   ├── App.config
│   ├── app.manifest
│   ├── bin
│   │   └── Debug
│   │   ├── CBL.V12.BMap.NET.dll
│   │   ├── CBL.V12.BMap.NET.WindowsForm.dll
│   │   ├── CBL.V12.HPSocket.dll
│   │   ├── CBL.V12.HPSocket.pdb
│   │   ├── CBL.V12.Protocol.Analysis.dll
│   │   ├── CBL.V12.Protocol.Analysis.pdb
│   │   ├── CBL.V12.Protocol.Recorder.dll
│   │   ├── CBL.V12.Protocol.Recorder.pdb
│   │   ├── CBL.V12.Protocols.dll
│   │   ├── CBL.V12.Protocols.pdb
│   │   ├── CBL.V12.Protocol.T808.dll
│   │   ├── CBL.V12.Protocol.T808.pdb
│   │   ├── CBL.V12.Simulator.exe
│   │   ├── CBL.V12.Simulator.exe.config
│   │   ├── CBL.V12.Simulator.pdb
│   │   ├── CBL.V12.Simulator.vshost.exe
│   │   ├── CBL.V12.Simulator.vshost.exe.config
│   │   ├── CBL.V12.Simulator.vshost.exe.manifest
│   │   ├── CBL.V12.UniqueCode.dll
│   │   ├── CBL.V12.UniqueCode.pdb
│   │   ├── Config
│   │   │   └── Config.ini
│   │   ├── _log
│   │   │   └── 2018
│   │   │   └── 11
│   │   │   └── 2018-11-01.log
│   │   ├── log4net.dll
│   │   └── Newtonsoft.Json.dll
│   ├── CBL.V12.Simulator.csproj
│   ├── CBL.V12.Simulator.ico
│   ├── Coordinate.cs
│   ├── frmAbout.cs
│   ├── frmAbout.Designer.cs
│   ├── frmAbout.resx
│   ├── frmRegisterForm.cs
│   ├── frmRegisterForm.Designer.cs
│   ├── frmRegisterForm.resx
│   ├── frmSimulator.cs
│   ├── frmSimulator.Designer.cs
│   ├── frmSimulator.resx
│   ├── GlobalObject.cs
│   ├── obj
│   │   └── Debug
│   │   ├── CBL.V12.Simulator.csproj.FileListAbsolute.txt
│   │   ├── CBL.V12.Simulator.csproj.GenerateResource.Cache
│   │   ├── CBL.V12.Simulator.csprojResolveAssemblyReference.cache
│   │   ├── CBL.V12.Simulator.exe
│   │   ├── CBL.V12.Simulator.frmAbout.resources
│   │   ├── CBL.V12.Simulator.frmRegisterForm.resources
│   │   ├── CBL.V12.Simulator.frmSimulator.resources
│   │   ├── CBL.V12.Simulator.pdb
│   │   ├── CBL.V12.Simulator.Properties.Resources.resources
│   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   └── TempPE
│   │   └── Properties.Resources.Designer.cs.dll
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── SetupOptions.cs
│   ├── TerminalSession.cs
│   └── TrajectorySession.cs
├── CBL.V12.Simulator.sln
├── CBL.V12.Simulator.v11.suo
├── CBL.V12.UniqueCode
│   ├── CBL.V12.UniqueCode.csproj
│   ├── GetUniqueCode.cs
│   ├── obj
│   │   └── Debug
│   │   ├── build.force
│   │   ├── CBL.V12.UniqueCode.csproj.FileListAbsolute.txt
│   │   ├── CBL.V12.UniqueCode.csprojResolveAssemblyReference.cache
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   └── Properties
│   └── AssemblyInfo.cs
├── CBL.V12.UniqueCodee
│   ├── bin
│   │   └── Debug
│   │   ├── CBL.V12.UniqueCode.dll
│   │   ├── CBL.V12.UniqueCodee.dll
│   │   ├── CBL.V12.UniqueCodee.pdb
│   │   └── CBL.V12.UniqueCode.pdb
│   ├── CBL.V12.UniqueCode.csproj
│   ├── GetUniqueCode.cs
│   ├── obj
│   │   └── Debug
│   │   ├── CBL.V12.UniqueCode.csproj.FileListAbsolute.txt
│   │   ├── CBL.V12.UniqueCode.dll
│   │   ├── CBL.V12.UniqueCodee.csproj.FileListAbsolute.txt
│   │   ├── CBL.V12.UniqueCodee.dll
│   │   ├── CBL.V12.UniqueCodee.pdb
│   │   ├── CBL.V12.UniqueCode.pdb
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   └── Properties
│   └── AssemblyInfo.cs
└── lib
├── log4net.dll
├── Newtonsoft.Json.dll
└── System.Data.SQLite.dll

65 directories, 560 files

标签:

实例下载地址

JT/T808模拟终端c#源码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警