在好例子网,分享、交流、成长!
您当前所在位置:首页C/C++ 开发实例图形和图像处理 → Gocator 3D相机SDK开发Demo

Gocator 3D相机SDK开发Demo

图形和图像处理

下载此实例
  • 开发语言:C/C++
  • 实例大小:4.00M
  • 下载次数:36
  • 浏览次数:641
  • 发布时间:2022-05-11
  • 实例类别:图形和图像处理
  • 发 布 人:qqttee
  • 文件格式:.zip
  • 所需积分:2
 相关标签: demo sdk 相机 3d Gocator

实例介绍

【实例简介】Gocator 3D相机SDK开发Demo

实现Gocator 3D相机连接、数据采集、关闭

【实例截图】

from clipboard

【核心代码】

.
├── GoSDK_QT
│   ├── GoSDK_QT.cpp
│   ├── GoSDK_QT.h
│   ├── GoSDK_QT.qrc
│   ├── GoSDK_QT.sln
│   ├── GoSDK_QT.ui
│   ├── GoSDK_QT.vcxproj
│   ├── GoSDK_QT.vcxproj.filters
│   ├── GoSDK_QT.vcxproj.user
│   ├── _system~.ini
│   ├── bin
│   │   ├── GoSDK_QT.exe
│   │   ├── GoSDK_QT.ilk
│   │   ├── GoSDK_QT.pdb
│   │   ├── GoSdk.dll
│   │   ├── _system~.ini
│   │   └── kApi.dll
│   ├── include
│   │   ├── GoSdk
│   │   │   ├── GoAccelerator.c
│   │   │   ├── GoAccelerator.h
│   │   │   ├── GoAccelerator.x.h
│   │   │   ├── GoAcceleratorMgr.c
│   │   │   ├── GoAcceleratorMgr.h
│   │   │   ├── GoAcceleratorMgr.x.h
│   │   │   ├── GoAcceleratorServer.x.h
│   │   │   ├── GoAdvanced.c
│   │   │   ├── GoAdvanced.h
│   │   │   ├── GoAdvanced.x.h
│   │   │   ├── GoAlgorithm.c
│   │   │   ├── GoAlgorithm.h
│   │   │   ├── GoAlgorithm.x.h
│   │   │   ├── GoGeoCal.c
│   │   │   ├── GoGeoCal.h
│   │   │   ├── GoGeoCal.x.h
│   │   │   ├── GoLayout.c
│   │   │   ├── GoLayout.h
│   │   │   ├── GoLayout.x.h
│   │   │   ├── GoMaterial.c
│   │   │   ├── GoMaterial.h
│   │   │   ├── GoMaterial.x.h
│   │   │   ├── GoMultiplexBank.c
│   │   │   ├── GoMultiplexBank.h
│   │   │   ├── GoMultiplexBank.x.h
│   │   │   ├── GoPartDetection.c
│   │   │   ├── GoPartDetection.h
│   │   │   ├── GoPartDetection.x.h
│   │   │   ├── GoPartMatching.c
│   │   │   ├── GoPartMatching.h
│   │   │   ├── GoPartMatching.x.h
│   │   │   ├── GoPartModel.c
│   │   │   ├── GoPartModel.h
│   │   │   ├── GoPartModel.x.h
│   │   │   ├── GoProfileGeneration.c
│   │   │   ├── GoProfileGeneration.h
│   │   │   ├── GoProfileGeneration.x.h
│   │   │   ├── GoRecordingFilter.c
│   │   │   ├── GoRecordingFilter.h
│   │   │   ├── GoRecordingFilter.x.h
│   │   │   ├── GoReplay.c
│   │   │   ├── GoReplay.h
│   │   │   ├── GoReplay.x.h
│   │   │   ├── GoReplayCondition.c
│   │   │   ├── GoReplayCondition.h
│   │   │   ├── GoReplayCondition.x.h
│   │   │   ├── GoSdk.h
│   │   │   ├── GoSdkDef.c
│   │   │   ├── GoSdkDef.h
│   │   │   ├── GoSdkDef.x.h
│   │   │   ├── GoSdkLib.c
│   │   │   ├── GoSdkLib.h
│   │   │   ├── GoSdkLib.x.h
│   │   │   ├── GoSdkReservedPorts.h
│   │   │   ├── GoSection.c
│   │   │   ├── GoSection.h
│   │   │   ├── GoSection.x.h
│   │   │   ├── GoSections.c
│   │   │   ├── GoSections.h
│   │   │   ├── GoSections.x.h
│   │   │   ├── GoSensor.c
│   │   │   ├── GoSensor.h
│   │   │   ├── GoSensor.x.h
│   │   │   ├── GoSensorInfo.c
│   │   │   ├── GoSensorInfo.h
│   │   │   ├── GoSensorInfo.x.h
│   │   │   ├── GoSetup.c
│   │   │   ├── GoSetup.h
│   │   │   ├── GoSetup.x.h
│   │   │   ├── GoSurfaceGeneration.c
│   │   │   ├── GoSurfaceGeneration.h
│   │   │   ├── GoSurfaceGeneration.x.h
│   │   │   ├── GoSystem.c
│   │   │   ├── GoSystem.h
│   │   │   ├── GoSystem.x.h
│   │   │   ├── GoTracheid.c
│   │   │   ├── GoTracheid.h
│   │   │   ├── GoTracheid.x.h
│   │   │   ├── GoTransform.c
│   │   │   ├── GoTransform.h
│   │   │   ├── GoTransform.x.h
│   │   │   ├── GoUtils.c
│   │   │   ├── GoUtils.h
│   │   │   ├── GoUtils.x.h
│   │   │   ├── Internal
│   │   │   │   ├── GoAccelSensorPortAlloc.c
│   │   │   │   ├── GoAccelSensorPortAlloc.h
│   │   │   │   ├── GoAccelSensorPortAlloc.x.h
│   │   │   │   ├── GoControl.c
│   │   │   │   ├── GoControl.h
│   │   │   │   ├── GoControl.x.h
│   │   │   │   ├── GoDiscovery.c
│   │   │   │   ├── GoDiscovery.h
│   │   │   │   ├── GoDiscovery.x.h
│   │   │   │   ├── GoReceiver.c
│   │   │   │   ├── GoReceiver.h
│   │   │   │   ├── GoReceiver.x.h
│   │   │   │   ├── GoSerializer.c
│   │   │   │   ├── GoSerializer.h
│   │   │   │   ├── GoSerializer.x.h
│   │   │   │   └── _system~.ini
│   │   │   ├── Messages
│   │   │   │   ├── GoDataSet.c
│   │   │   │   ├── GoDataSet.h
│   │   │   │   ├── GoDataSet.x.h
│   │   │   │   ├── GoDataTypes.c
│   │   │   │   ├── GoDataTypes.h
│   │   │   │   ├── GoDataTypes.x.h
│   │   │   │   ├── GoDiscoveryExtInfo.c
│   │   │   │   ├── GoDiscoveryExtInfo.h
│   │   │   │   ├── GoDiscoveryExtInfo.x.h
│   │   │   │   ├── GoHealth.c
│   │   │   │   ├── GoHealth.h
│   │   │   │   ├── GoHealth.x.h
│   │   │   │   └── _system~.ini
│   │   │   ├── Outputs
│   │   │   │   ├── GoAnalog.c
│   │   │   │   ├── GoAnalog.h
│   │   │   │   ├── GoAnalog.x.h
│   │   │   │   ├── GoDigital.c
│   │   │   │   ├── GoDigital.h
│   │   │   │   ├── GoDigital.x.h
│   │   │   │   ├── GoEthernet.c
│   │   │   │   ├── GoEthernet.h
│   │   │   │   ├── GoEthernet.x.h
│   │   │   │   ├── GoOutput.c
│   │   │   │   ├── GoOutput.h
│   │   │   │   ├── GoOutput.x.h
│   │   │   │   ├── GoSerial.c
│   │   │   │   ├── GoSerial.h
│   │   │   │   ├── GoSerial.x.h
│   │   │   │   └── _system~.ini
│   │   │   ├── Res
│   │   │   │   ├── GoSdk.rc
│   │   │   │   └── _system~.ini
│   │   │   ├── Tools
│   │   │   │   ├── GoExtMeasurement.c
│   │   │   │   ├── GoExtMeasurement.h
│   │   │   │   ├── GoExtMeasurement.x.h
│   │   │   │   ├── GoExtParam.c
│   │   │   │   ├── GoExtParam.h
│   │   │   │   ├── GoExtParam.x.h
│   │   │   │   ├── GoExtParams.c
│   │   │   │   ├── GoExtParams.h
│   │   │   │   ├── GoExtParams.x.h
│   │   │   │   ├── GoExtTool.c
│   │   │   │   ├── GoExtTool.h
│   │   │   │   ├── GoExtTool.x.h
│   │   │   │   ├── GoExtToolDataOutput.c
│   │   │   │   ├── GoExtToolDataOutput.h
│   │   │   │   ├── GoExtToolDataOutput.x.h
│   │   │   │   ├── GoFeature.c
│   │   │   │   ├── GoFeature.h
│   │   │   │   ├── GoFeature.x.h
│   │   │   │   ├── GoFeatures.c
│   │   │   │   ├── GoFeatures.h
│   │   │   │   ├── GoFeatures.x.h
│   │   │   │   ├── GoMeasurement.c
│   │   │   │   ├── GoMeasurement.h
│   │   │   │   ├── GoMeasurement.x.h
│   │   │   │   ├── GoMeasurements.c
│   │   │   │   ├── GoMeasurements.h
│   │   │   │   ├── GoMeasurements.x.h
│   │   │   │   ├── GoProfileToolUtils.c
│   │   │   │   ├── GoProfileToolUtils.h
│   │   │   │   ├── GoProfileToolUtils.x.h
│   │   │   │   ├── GoProfileTools.c
│   │   │   │   ├── GoProfileTools.h
│   │   │   │   ├── GoProfileTools.x.h
│   │   │   │   ├── GoRangeTools.c
│   │   │   │   ├── GoRangeTools.h
│   │   │   │   ├── GoRangeTools.x.h
│   │   │   │   ├── GoSurfaceToolUtils.c
│   │   │   │   ├── GoSurfaceToolUtils.h
│   │   │   │   ├── GoSurfaceToolUtils.x.h
│   │   │   │   ├── GoSurfaceTools.c
│   │   │   │   ├── GoSurfaceTools.h
│   │   │   │   ├── GoSurfaceTools.x.h
│   │   │   │   ├── GoTool.c
│   │   │   │   ├── GoTool.h
│   │   │   │   ├── GoTool.x.h
│   │   │   │   ├── GoTools.c
│   │   │   │   ├── GoTools.h
│   │   │   │   ├── GoTools.x.h
│   │   │   │   └── _system~.ini
│   │   │   └── _system~.ini
│   │   ├── _system~.ini
│   │   └── kApi
│   │       ├── Crypto
│   │       │   ├── _system~.ini
│   │       │   ├── kBlowfishCipher.cpp
│   │       │   ├── kBlowfishCipher.h
│   │       │   ├── kBlowfishCipher.x.h
│   │       │   ├── kCipher.cpp
│   │       │   ├── kCipher.h
│   │       │   ├── kCipher.x.h
│   │       │   ├── kCipherStream.cpp
│   │       │   ├── kCipherStream.h
│   │       │   ├── kCipherStream.x.h
│   │       │   ├── kHash.cpp
│   │       │   ├── kHash.h
│   │       │   ├── kHash.x.h
│   │       │   ├── kSha1Hash.cpp
│   │       │   ├── kSha1Hash.h
│   │       │   └── kSha1Hash.x.h
│   │       ├── Data
│   │       │   ├── _system~.ini
│   │       │   ├── kArray1.cpp
│   │       │   ├── kArray1.h
│   │       │   ├── kArray1.x.h
│   │       │   ├── kArray2.cpp
│   │       │   ├── kArray2.h
│   │       │   ├── kArray2.x.h
│   │       │   ├── kArray3.cpp
│   │       │   ├── kArray3.h
│   │       │   ├── kArray3.x.h
│   │       │   ├── kArrayList.cpp
│   │       │   ├── kArrayList.h
│   │       │   ├── kArrayList.x.h
│   │       │   ├── kArrayProvider.cpp
│   │       │   ├── kArrayProvider.h
│   │       │   ├── kArrayProvider.x.h
│   │       │   ├── kBitArray.cpp
│   │       │   ├── kBitArray.h
│   │       │   ├── kBitArray.x.h
│   │       │   ├── kBox.cpp
│   │       │   ├── kBox.h
│   │       │   ├── kBox.x.h
│   │       │   ├── kBytes.cpp
│   │       │   ├── kBytes.h
│   │       │   ├── kBytes.x.h
│   │       │   ├── kCollection.cpp
│   │       │   ├── kCollection.h
│   │       │   ├── kCollection.x.h
│   │       │   ├── kImage.cpp
│   │       │   ├── kImage.h
│   │       │   ├── kImage.x.h
│   │       │   ├── kList.cpp
│   │       │   ├── kList.h
│   │       │   ├── kList.x.h
│   │       │   ├── kMap.cpp
│   │       │   ├── kMap.h
│   │       │   ├── kMap.x.h
│   │       │   ├── kMath.cpp
│   │       │   ├── kMath.h
│   │       │   ├── kMath.x.h
│   │       │   ├── kQueue.cpp
│   │       │   ├── kQueue.h
│   │       │   ├── kQueue.x.h
│   │       │   ├── kString.cpp
│   │       │   ├── kString.h
│   │       │   ├── kString.x.h
│   │       │   ├── kXml.cpp
│   │       │   ├── kXml.h
│   │       │   └── kXml.x.h
│   │       ├── Io
│   │       │   ├── _system~.ini
│   │       │   ├── kDat5Serializer.cpp
│   │       │   ├── kDat5Serializer.h
│   │       │   ├── kDat5Serializer.x.h
│   │       │   ├── kDat6Serializer.cpp
│   │       │   ├── kDat6Serializer.h
│   │       │   ├── kDat6Serializer.x.h
│   │       │   ├── kDirectory.cpp
│   │       │   ├── kDirectory.h
│   │       │   ├── kDirectory.x.h
│   │       │   ├── kFile.cpp
│   │       │   ├── kFile.h
│   │       │   ├── kFile.x.h
│   │       │   ├── kHttpServer.cpp
│   │       │   ├── kHttpServer.h
│   │       │   ├── kHttpServer.x.h
│   │       │   ├── kHttpServerChannel.cpp
│   │       │   ├── kHttpServerChannel.h
│   │       │   ├── kHttpServerChannel.x.h
│   │       │   ├── kHttpServerRequest.cpp
│   │       │   ├── kHttpServerRequest.h
│   │       │   ├── kHttpServerRequest.x.h
│   │       │   ├── kHttpServerResponse.cpp
│   │       │   ├── kHttpServerResponse.h
│   │       │   ├── kHttpServerResponse.x.h
│   │       │   ├── kMemory.cpp
│   │       │   ├── kMemory.h
│   │       │   ├── kMemory.x.h
│   │       │   ├── kNetwork.cpp
│   │       │   ├── kNetwork.h
│   │       │   ├── kNetwork.x.h
│   │       │   ├── kPath.cpp
│   │       │   ├── kPath.h
│   │       │   ├── kPath.x.h
│   │       │   ├── kPipeStream.cpp
│   │       │   ├── kPipeStream.h
│   │       │   ├── kPipeStream.x.h
│   │       │   ├── kSerializer.cpp
│   │       │   ├── kSerializer.h
│   │       │   ├── kSerializer.x.h
│   │       │   ├── kSocket.cpp
│   │       │   ├── kSocket.h
│   │       │   ├── kSocket.x.h
│   │       │   ├── kStream.cpp
│   │       │   ├── kStream.h
│   │       │   ├── kStream.x.h
│   │       │   ├── kTcpClient.cpp
│   │       │   ├── kTcpClient.h
│   │       │   ├── kTcpClient.x.h
│   │       │   ├── kTcpServer.cpp
│   │       │   ├── kTcpServer.h
│   │       │   ├── kTcpServer.x.h
│   │       │   ├── kUdpClient.cpp
│   │       │   ├── kUdpClient.h
│   │       │   ├── kUdpClient.x.h
│   │       │   ├── kWebSocket.cpp
│   │       │   ├── kWebSocket.h
│   │       │   └── kWebSocket.x.h
│   │       ├── Threads
│   │       │   ├── _system~.ini
│   │       │   ├── kAtomic.cpp
│   │       │   ├── kAtomic.h
│   │       │   ├── kAtomic.x.h
│   │       │   ├── kLock.cpp
│   │       │   ├── kLock.h
│   │       │   ├── kLock.x.h
│   │       │   ├── kMsgQueue.cpp
│   │       │   ├── kMsgQueue.h
│   │       │   ├── kMsgQueue.x.h
│   │       │   ├── kParallel.cpp
│   │       │   ├── kParallel.h
│   │       │   ├── kParallel.x.h
│   │       │   ├── kPeriodic.cpp
│   │       │   ├── kPeriodic.h
│   │       │   ├── kPeriodic.x.h
│   │       │   ├── kSemaphore.cpp
│   │       │   ├── kSemaphore.h
│   │       │   ├── kSemaphore.x.h
│   │       │   ├── kThread.cpp
│   │       │   ├── kThread.h
│   │       │   ├── kThread.x.h
│   │       │   ├── kThreadPool.cpp
│   │       │   ├── kThreadPool.h
│   │       │   ├── kThreadPool.x.h
│   │       │   ├── kTimer.cpp
│   │       │   ├── kTimer.h
│   │       │   └── kTimer.x.h
│   │       ├── Utils
│   │       │   ├── _system~.ini
│   │       │   ├── kBackTrace.cpp
│   │       │   ├── kBackTrace.h
│   │       │   ├── kBackTrace.x.h
│   │       │   ├── kDateTime.cpp
│   │       │   ├── kDateTime.h
│   │       │   ├── kDateTime.x.h
│   │       │   ├── kDebugAlloc.cpp
│   │       │   ├── kDebugAlloc.h
│   │       │   ├── kDebugAlloc.x.h
│   │       │   ├── kDynamicLib.cpp
│   │       │   ├── kDynamicLib.h
│   │       │   ├── kDynamicLib.x.h
│   │       │   ├── kEvent.cpp
│   │       │   ├── kEvent.h
│   │       │   ├── kEvent.x.h
│   │       │   ├── kImageUtils.cpp
│   │       │   ├── kImageUtils.x.h
│   │       │   ├── kObjectPool.cpp
│   │       │   ├── kObjectPool.h
│   │       │   ├── kObjectPool.x.h
│   │       │   ├── kPlugin.cpp
│   │       │   ├── kPlugin.h
│   │       │   ├── kPlugin.x.h
│   │       │   ├── kPoolAlloc.cpp
│   │       │   ├── kPoolAlloc.h
│   │       │   ├── kPoolAlloc.x.h
│   │       │   ├── kProcess.cpp
│   │       │   ├── kProcess.h
│   │       │   ├── kProcess.x.h
│   │       │   ├── kSymbolInfo.cpp
│   │       │   ├── kSymbolInfo.h
│   │       │   ├── kSymbolInfo.x.h
│   │       │   ├── kTimeSpan.cpp
│   │       │   ├── kTimeSpan.h
│   │       │   ├── kTimeSpan.x.h
│   │       │   ├── kUserAlloc.cpp
│   │       │   ├── kUserAlloc.h
│   │       │   ├── kUserAlloc.x.h
│   │       │   ├── kUtils.cpp
│   │       │   ├── kUtils.h
│   │       │   └── kUtils.x.h
│   │       ├── _system~.ini
│   │       ├── kAlloc.cpp
│   │       ├── kAlloc.h
│   │       ├── kAlloc.x.h
│   │       ├── kApi.h
│   │       ├── kApiCfg.h
│   │       ├── kApiDef.cpp
│   │       ├── kApiDef.h
│   │       ├── kApiDef.x.h
│   │       ├── kApiLib.cpp
│   │       ├── kApiLib.h
│   │       ├── kApiLib.rc
│   │       ├── kApiLib.x.h
│   │       ├── kApiVersion.h
│   │       ├── kAssembly.cpp
│   │       ├── kAssembly.h
│   │       ├── kAssembly.x.h
│   │       ├── kObject.cpp
│   │       ├── kObject.h
│   │       ├── kObject.x.h
│   │       ├── kType.cpp
│   │       ├── kType.h
│   │       ├── kType.x.h
│   │       ├── kValue.cpp
│   │       ├── kValue.h
│   │       └── kValue.x.h
│   ├── lib
│   │   ├── _system~.ini
│   │   └── win64
│   │       ├── GdkElementLib.lib
│   │       ├── GdkHelperLib.lib
│   │       ├── GdkIconvLib.lib
│   │       ├── GdkTopoGeomIO.lib
│   │       ├── GdkTopoGeomLib.lib
│   │       ├── GdkVisionLib.lib
│   │       ├── GdkZbarLib.lib
│   │       ├── GoSdk.lib
│   │       ├── _system~.ini
│   │       ├── gdkappve.lib
│   │       └── kApi.lib
│   ├── main.cpp
│   ├── surface.txt
│   └── x64
│       ├── Debug
│       │   ├── GoSDK_QT.Build.CppClean.log
│       │   ├── GoSDK_QT.exe.recipe
│       │   ├── GoSDK_QT.log
│       │   ├── GoSDK_QT.obj
│       │   ├── GoSDK_QT.tlog
│       │   │   ├── CL.command.1.tlog
│       │   │   ├── CL.read.1.tlog
│       │   │   ├── CL.write.1.tlog
│       │   │   ├── GoSDK_QT.lastbuildstate
│       │   │   ├── GoSDK_QT.write.1u.tlog
│       │   │   ├── _system~.ini
│       │   │   ├── link.command.1.tlog
│       │   │   ├── link.read.1.tlog
│       │   │   ├── link.write.1.tlog
│       │   │   ├── moc.read.1u.tlog
│       │   │   ├── moc.write.1u.tlog
│       │   │   ├── rcc.read.1u.tlog
│       │   │   ├── rcc.write.1u.tlog
│       │   │   ├── uic.read.1u.tlog
│       │   │   └── uic.write.1u.tlog
│       │   ├── GoSDK_QT.vcxproj.FileListAbsolute.txt
│       │   ├── _system~.ini
│       │   ├── main.obj
│       │   ├── moc
│       │   │   ├── _system~.ini
│       │   │   └── moc_GoSDK_QT.cpp
│       │   ├── moc_GoSDK_QT.obj
│       │   ├── qmake
│       │   │   ├── _system~.ini
│       │   │   ├── qtvars_x64_Debug.props
│       │   │   └── temp
│       │   │       ├── _system~.ini
│       │   │       ├── moc_predefs.h.cbt
│       │   │       ├── props.txt
│       │   │       ├── qtvars.log
│       │   │       ├── qtvars.pro
│       │   │       ├── qtvars.vcxproj
│       │   │       ├── qtvars.vcxproj.filters
│       │   │       └── qtvars_x64_Debug.props
│       │   ├── qrc_GoSDK_QT.obj
│       │   ├── qt_work.log
│       │   ├── rcc
│       │   │   ├── _system~.ini
│       │   │   └── qrc_GoSDK_QT.cpp
│       │   ├── uic
│       │   │   ├── _system~.ini
│       │   │   └── ui_GoSDK_QT.h
│       │   └── vc142.pdb
│       ├── Release
│       │   ├── _system~.ini
│       │   ├── moc
│       │   │   ├── _system~.ini
│       │   │   └── moc_GoSDK_QT.cpp
│       │   ├── qmake
│       │   │   ├── _system~.ini
│       │   │   ├── qtvars_x64_Release.props
│       │   │   └── temp
│       │   │       ├── 0ED9F1EE-4C09-4CB0-AEB0-781DA797A275.GoSDK_QT.designtime.idx
│       │   │       ├── _system~.ini
│       │   │       ├── moc_predefs.h.cbt
│       │   │       ├── props.txt
│       │   │       ├── qtvars.log
│       │   │       ├── qtvars.pro
│       │   │       ├── qtvars.vcxproj
│       │   │       ├── qtvars.vcxproj.filters
│       │   │       └── qtvars_x64_Release.props
│       │   ├── qt_work.log
│       │   ├── rcc
│       │   │   ├── _system~.ini
│       │   │   └── qrc_GoSDK_QT.cpp
│       │   └── uic
│       │       ├── _system~.ini
│       │       └── ui_GoSDK_QT.h
│       └── _system~.ini
└── Gocator 3D相机SDK开发Demo.zip

31 directories, 493 files


标签: demo sdk 相机 3d Gocator

实例下载地址

Gocator 3D相机SDK开发Demo

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警