在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → FFmpeg滤镜实现区域视频增强 及 D3D实现视频播放区的拉大缩小

FFmpeg滤镜实现区域视频增强 及 D3D实现视频播放区的拉大缩小

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:33.84M
  • 下载次数:1
  • 浏览次数:595
  • 发布时间:2021-11-16
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
FFmpeg滤镜的简例,D3D坐标变换实现电子放大
【实例截图】
【核心代码】
16359647380120301340.zip
└── ffmpeg区域增强与D3D电子放大
├── soui
│   ├── components
│   │   ├── com-cfg.h
│   │   ├── imgdecoder-gdip
│   │   │   └── imgdecoder-gdip.h
│   │   ├── imgdecoder-png
│   │   │   ├── decoder-apng.h
│   │   │   └── imgdecoder-png.h
│   │   ├── imgdecoder-stb
│   │   │   ├── imgdecoder-stb.h
│   │   │   └── stb_image.h
│   │   ├── imgdecoder-wic
│   │   │   └── imgdecoder-wic.h
│   │   ├── png
│   │   │   ├── pngconf.h
│   │   │   ├── pngdebug.h
│   │   │   ├── png.h
│   │   │   ├── pnginfo.h
│   │   │   ├── pnglibconf.h
│   │   │   ├── pngpriv.h
│   │   │   └── pngstruct.h
│   │   ├── render-gdi
│   │   │   ├── GradientFillHelper.cpp
│   │   │   ├── GradientFillHelper.h
│   │   │   ├── render-gdi.cpp
│   │   │   └── render-gdi.h
│   │   ├── render-skia
│   │   │   ├── drawtext-skia.h
│   │   │   ├── Render-Skia2.h
│   │   │   ├── Render-Skia2-i.h
│   │   │   ├── render-skia.h
│   │   │   └── skia2rop2.h
│   │   ├── resprovider-zip
│   │   │   ├── SResProviderZip.h
│   │   │   ├── ZipArchive.h
│   │   │   └── zipresprovider-param.h
│   │   ├── ScriptModule-LUA
│   │   │   ├── lua-51
│   │   │   │   ├── lapi.h
│   │   │   │   ├── lauxlib.h
│   │   │   │   ├── lcode.h
│   │   │   │   ├── ldebug.h
│   │   │   │   ├── ldo.h
│   │   │   │   ├── lfunc.h
│   │   │   │   ├── lgc.h
│   │   │   │   ├── llex.h
│   │   │   │   ├── llimits.h
│   │   │   │   ├── lmem.h
│   │   │   │   ├── lobject.h
│   │   │   │   ├── lopcodes.h
│   │   │   │   ├── lparser.h
│   │   │   │   ├── lstate.h
│   │   │   │   ├── lstring.h
│   │   │   │   ├── ltable.h
│   │   │   │   ├── ltm.h
│   │   │   │   ├── luaconf.h
│   │   │   │   ├── lua.h
│   │   │   │   ├── lualib.h
│   │   │   │   ├── lundump.h
│   │   │   │   ├── lvm.h
│   │   │   │   └── lzio.h
│   │   │   ├── lua-52
│   │   │   │   └── src
│   │   │   │   ├── lapi.h
│   │   │   │   ├── lauxlib.h
│   │   │   │   ├── lcode.h
│   │   │   │   ├── lctype.h
│   │   │   │   ├── ldebug.h
│   │   │   │   ├── ldo.h
│   │   │   │   ├── lfunc.h
│   │   │   │   ├── lgc.h
│   │   │   │   ├── llex.h
│   │   │   │   ├── llimits.h
│   │   │   │   ├── lmem.h
│   │   │   │   ├── lobject.h
│   │   │   │   ├── lopcodes.h
│   │   │   │   ├── lparser.h
│   │   │   │   ├── lstate.h
│   │   │   │   ├── lstring.h
│   │   │   │   ├── ltable.h
│   │   │   │   ├── ltm.h
│   │   │   │   ├── luaconf.h
│   │   │   │   ├── lua.h
│   │   │   │   ├── lua.hpp
│   │   │   │   ├── lualib.h
│   │   │   │   ├── lundump.h
│   │   │   │   ├── lvm.h
│   │   │   │   └── lzio.h
│   │   │   ├── lua_tinker
│   │   │   │   └── lua_tinker.h
│   │   │   └── ScriptModule
│   │   │   ├── exports
│   │   │   │   ├── exp_app.h
│   │   │   │   ├── exp_Basic.h
│   │   │   │   ├── exp_ctrls.h
│   │   │   │   ├── exp_eventArgs.h
│   │   │   │   ├── exp_hostwnd.h
│   │   │   │   ├── exp_msgbox.h
│   │   │   │   ├── exp_object.h
│   │   │   │   ├── exp_pugixml.h
│   │   │   │   ├── exp_ResProvider.h
│   │   │   │   ├── exp_ScriptModule.h
│   │   │   │   ├── exp_strcpcvt.h
│   │   │   │   ├── exp_string.h
│   │   │   │   └── exp_Window.h
│   │   │   ├── require.h
│   │   │   └── ScriptModule-Lua.h
│   │   ├── skia
│   │   │   └── include
│   │   │   ├── animator
│   │   │   │   ├── SkAnimator.h
│   │   │   │   └── SkAnimatorView.h
│   │   │   ├── config
│   │   │   │   ├── SkUserConfig.h
│   │   │   │   └── stdint.h
│   │   │   ├── core
│   │   │   │   ├── SkAdvancedTypefaceMetrics.h
│   │   │   │   ├── SkAnnotation.h
│   │   │   │   ├── SkBBHFactory.h
│   │   │   │   ├── SkBitmapDevice.h
│   │   │   │   ├── SkBitmap.h
│   │   │   │   ├── SkBlitRow.h
│   │   │   │   ├── SkBlurTypes.h
│   │   │   │   ├── SkCanvas.h
│   │   │   │   ├── SkChunkAlloc.h
│   │   │   │   ├── SkClipStack.h
│   │   │   │   ├── SkColorFilter.h
│   │   │   │   ├── SkColor.h
│   │   │   │   ├── SkColorPriv.h
│   │   │   │   ├── SkColorShader.h
│   │   │   │   ├── SkColorTable.h
│   │   │   │   ├── SkComposeShader.h
│   │   │   │   ├── SkData.h
│   │   │   │   ├── SkDataTable.h
│   │   │   │   ├── SkDeque.h
│   │   │   │   ├── SkDevice.h
│   │   │   │   ├── SkDeviceProperties.h
│   │   │   │   ├── SkDither.h
│   │   │   │   ├── SkDocument.h
│   │   │   │   ├── SkDrawFilter.h
│   │   │   │   ├── SkDraw.h
│   │   │   │   ├── SkDrawLooper.h
│   │   │   │   ├── SkDrawPictureCallback.h
│   │   │   │   ├── SkDynamicAnnotations.h
│   │   │   │   ├── SkEndian.h
│   │   │   │   ├── SkError.h
│   │   │   │   ├── SkFixed.h
│   │   │   │   ├── SkFlattenableBuffers.h
│   │   │   │   ├── SkFlattenable.h
│   │   │   │   ├── SkFlattenableSerialization.h
│   │   │   │   ├── SkFloatBits.h
│   │   │   │   ├── SkFloatingPoint.h
│   │   │   │   ├── SkFont.h
│   │   │   │   ├── SkFontHost.h
│   │   │   │   ├── SkFontLCDConfig.h
│   │   │   │   ├── SkGraphics.h
│   │   │   │   ├── SkImageDecoder.h
│   │   │   │   ├── SkImageEncoder.h
│   │   │   │   ├── SkImageFilter.h
│   │   │   │   ├── SkImageGenerator.h
│   │   │   │   ├── SkImage.h
│   │   │   │   ├── SkImageInfo.h
│   │   │   │   ├── SkInstCnt.h
│   │   │   │   ├── SkMallocPixelRef.h
│   │   │   │   ├── SkMaskFilter.h
│   │   │   │   ├── SkMask.h
│   │   │   │   ├── SkMath.h
│   │   │   │   ├── SkMatrix.h
│   │   │   │   ├── SkMetaData.h
│   │   │   │   ├── SkMultiPictureDraw.h
│   │   │   │   ├── SkOnce.h
│   │   │   │   ├── SkOSFile.h
│   │   │   │   ├── SkPackBits.h
│   │   │   │   ├── SkPaint.h
│   │   │   │   ├── SkPathEffect.h
│   │   │   │   ├── SkPath.h
│   │   │   │   ├── SkPathMeasure.h
│   │   │   │   ├── SkPathRef.h
│   │   │   │   ├── SkPicture.h
│   │   │   │   ├── SkPictureRecorder.h
│   │   │   │   ├── SkPixelRef.h
│   │   │   │   ├── SkPoint.h
│   │   │   │   ├── SkPostConfig.h
│   │   │   │   ├── SkPreConfig.h
│   │   │   │   ├── SkRasterizer.h
│   │   │   │   ├── SkRect.h
│   │   │   │   ├── SkRefCnt.h
│   │   │   │   ├── SkRegion.h
│   │   │   │   ├── SkRRect.h
│   │   │   │   ├── SkScalar.h
│   │   │   │   ├── SkShader.h
│   │   │   │   ├── SkSize.h
│   │   │   │   ├── SkStream.h
│   │   │   │   ├── SkString.h
│   │   │   │   ├── SkStrokeRec.h
│   │   │   │   ├── SkSurface.h
│   │   │   │   ├── SkTArray.h
│   │   │   │   ├── SkTDArray.h
│   │   │   │   ├── SkTDict.h
│   │   │   │   ├── SkTDStack.h
│   │   │   │   ├── SkTemplates.h
│   │   │   │   ├── SkTextBlob.h
│   │   │   │   ├── SkThread.h
│   │   │   │   ├── SkTime.h
│   │   │   │   ├── SkTInternalLList.h
│   │   │   │   ├── SkTLazy.h
│   │   │   │   ├── SkTRegistry.h
│   │   │   │   ├── SkTSearch.h
│   │   │   │   ├── SkTypeface.h
│   │   │   │   ├── SkTypes.h
│   │   │   │   ├── SkUnPreMultiply.h
│   │   │   │   ├── SkUtils.h
│   │   │   │   ├── SkWeakRefCnt.h
│   │   │   │   ├── SkWriteBuffer.h
│   │   │   │   ├── SkWriter32.h
│   │   │   │   └── SkXfermode.h
│   │   │   ├── device
│   │   │   │   └── xps
│   │   │   │   ├── SkConstexprMath.h
│   │   │   │   └── SkXPSDevice.h
│   │   │   ├── effects
│   │   │   │   ├── Sk1DPathEffect.h
│   │   │   │   ├── Sk2DPathEffect.h
│   │   │   │   ├── SkAlphaThresholdFilter.h
│   │   │   │   ├── SkArithmeticMode.h
│   │   │   │   ├── SkAvoidXfermode.h
│   │   │   │   ├── SkBitmapSource.h
│   │   │   │   ├── SkBlurDrawLooper.h
│   │   │   │   ├── SkBlurImageFilter.h
│   │   │   │   ├── SkBlurMaskFilter.h
│   │   │   │   ├── SkColorFilterImageFilter.h
│   │   │   │   ├── SkColorMatrixFilter.h
│   │   │   │   ├── SkColorMatrix.h
│   │   │   │   ├── SkComposeImageFilter.h
│   │   │   │   ├── SkCornerPathEffect.h
│   │   │   │   ├── SkDashPathEffect.h
│   │   │   │   ├── SkDiscretePathEffect.h
│   │   │   │   ├── SkDisplacementMapEffect.h
│   │   │   │   ├── SkDrawExtraPathEffect.h
│   │   │   │   ├── SkDropShadowImageFilter.h
│   │   │   │   ├── SkEmbossMaskFilter.h
│   │   │   │   ├── SkGradientShader.h
│   │   │   │   ├── SkLayerDrawLooper.h
│   │   │   │   ├── SkLayerRasterizer.h
│   │   │   │   ├── SkLerpXfermode.h
│   │   │   │   ├── SkLightingImageFilter.h
│   │   │   │   ├── SkLumaColorFilter.h
│   │   │   │   ├── SkMagnifierImageFilter.h
│   │   │   │   ├── SkMatrixConvolutionImageFilter.h
│   │   │   │   ├── SkMatrixImageFilter.h
│   │   │   │   ├── SkMergeImageFilter.h
│   │   │   │   ├── SkMorphologyImageFilter.h
│   │   │   │   ├── SkOffsetImageFilter.h
│   │   │   │   ├── SkPaintFlagsDrawFilter.h
│   │   │   │   ├── SkPerlinNoiseShader.h
│   │   │   │   ├── SkPictureImageFilter.h
│   │   │   │   ├── SkPixelXorXfermode.h
│   │   │   │   ├── SkPorterDuff.h
│   │   │   │   ├── SkRectShaderImageFilter.h
│   │   │   │   ├── SkTableColorFilter.h
│   │   │   │   ├── SkTableMaskFilter.h
│   │   │   │   ├── SkTestImageFilters.h
│   │   │   │   ├── SkTileImageFilter.h
│   │   │   │   ├── SkTransparentShader.h
│   │   │   │   └── SkXfermodeImageFilter.h
│   │   │   ├── gpu
│   │   │   │   ├── gl
│   │   │   │   │   ├── GrGLConfig_chrome.h
│   │   │   │   │   ├── GrGLConfig.h
│   │   │   │   │   ├── GrGLExtensions.h
│   │   │   │   │   ├── GrGLFunctions.h
│   │   │   │   │   ├── GrGLInterface.h
│   │   │   │   │   ├── GrGLSLPrettyPrint.h
│   │   │   │   │   ├── SkANGLEGLContext.h
│   │   │   │   │   ├── SkDebugGLContext.h
│   │   │   │   │   ├── SkGLContextHelper.h
│   │   │   │   │   ├── SkMesaGLContext.h
│   │   │   │   │   ├── SkNativeGLContext.h
│   │   │   │   │   └── SkNullGLContext.h
│   │   │   │   ├── GrBackendEffectFactory.h
│   │   │   │   ├── GrClipData.h
│   │   │   │   ├── GrColor.h
│   │   │   │   ├── GrConfig.h
│   │   │   │   ├── GrContextFactory.h
│   │   │   │   ├── GrContext.h
│   │   │   │   ├── GrCoordTransform.h
│   │   │   │   ├── GrDrawEffect.h
│   │   │   │   ├── GrEffect.h
│   │   │   │   ├── GrEffectStage.h
│   │   │   │   ├── GrEffectUnitTest.h
│   │   │   │   ├── GrFontScaler.h
│   │   │   │   ├── GrGlyph.h
│   │   │   │   ├── GrGpuResource.h
│   │   │   │   ├── GrPaint.h
│   │   │   │   ├── GrPathRendererChain.h
│   │   │   │   ├── GrRect.h
│   │   │   │   ├── GrRenderTarget.h
│   │   │   │   ├── GrSurface.h
│   │   │   │   ├── GrTBackendEffectFactory.h
│   │   │   │   ├── GrTextureAccess.h
│   │   │   │   ├── GrTexture.h
│   │   │   │   ├── GrTypes.h
│   │   │   │   ├── GrTypesPriv.h
│   │   │   │   ├── GrUserConfig.h
│   │   │   │   ├── SkGpuDevice.h
│   │   │   │   ├── SkGr.h
│   │   │   │   ├── SkGrPixelRef.h
│   │   │   │   └── SkGrTexturePixelRef.h
│   │   │   ├── images
│   │   │   │   ├── SkDecodingImageGenerator.h
│   │   │   │   ├── SkForceLinking.h
│   │   │   │   ├── SkMovie.h
│   │   │   │   └── SkPageFlipper.h
│   │   │   ├── pathops
│   │   │   │   └── SkPathOps.h
│   │   │   ├── pdf
│   │   │   │   ├── SkPDFDevice.h
│   │   │   │   └── SkPDFDocument.h
│   │   │   ├── pipe
│   │   │   │   └── SkGPipe.h
│   │   │   ├── ports
│   │   │   │   ├── SkFontConfigInterface.h
│   │   │   │   ├── SkFontMgr.h
│   │   │   │   ├── SkFontMgr_indirect.h
│   │   │   │   ├── SkFontStyle.h
│   │   │   │   ├── SkRemotableFontMgr.h
│   │   │   │   ├── SkTypeface_android.h
│   │   │   │   ├── SkTypeface_mac.h
│   │   │   │   └── SkTypeface_win.h
│   │   │   ├── record
│   │   │   │   └── SkRecording.h
│   │   │   ├── svg
│   │   │   │   ├── SkSVGAttribute.h
│   │   │   │   ├── SkSVGBase.h
│   │   │   │   ├── SkSVGPaintState.h
│   │   │   │   ├── SkSVGParser.h
│   │   │   │   └── SkSVGTypes.h
│   │   │   ├── utils
│   │   │   │   ├── ios
│   │   │   │   │   └── SkStream_NSData.h
│   │   │   │   ├── mac
│   │   │   │   │   └── SkCGUtils.h
│   │   │   │   ├── SkBoundaryPatch.h
│   │   │   │   ├── SkCamera.h
│   │   │   │   ├── SkCanvasStateUtils.h
│   │   │   │   ├── SkCubicInterval.h
│   │   │   │   ├── SkCullPoints.h
│   │   │   │   ├── SkDebugUtils.h
│   │   │   │   ├── SkDeferredCanvas.h
│   │   │   │   ├── SkDumpCanvas.h
│   │   │   │   ├── SkEventTracer.h
│   │   │   │   ├── SkFrontBufferedStream.h
│   │   │   │   ├── SkInterpolator.h
│   │   │   │   ├── SkJSONCPP.h
│   │   │   │   ├── SkLayer.h
│   │   │   │   ├── SkLuaCanvas.h
│   │   │   │   ├── SkLua.h
│   │   │   │   ├── SkMatrix44.h
│   │   │   │   ├── SkMeshUtils.h
│   │   │   │   ├── SkNinePatch.h
│   │   │   │   ├── SkNoSaveLayerCanvas.h
│   │   │   │   ├── SkNullCanvas.h
│   │   │   │   ├── SkNWayCanvas.h
│   │   │   │   ├── SkParse.h
│   │   │   │   ├── SkParsePaint.h
│   │   │   │   ├── SkParsePath.h
│   │   │   │   ├── SkPathUtils.h
│   │   │   │   ├── SkPictureUtils.h
│   │   │   │   ├── SkProxyCanvas.h
│   │   │   │   ├── SkRandom.h
│   │   │   │   ├── SkRTConf.h
│   │   │   │   ├── SkWGL.h
│   │   │   │   └── win
│   │   │   │   ├── SkAutoCoInitialize.h
│   │   │   │   ├── SkHRESULT.h
│   │   │   │   ├── SkIStream.h
│   │   │   │   └── SkTScopedComPtr.h
│   │   │   ├── views
│   │   │   │   ├── android
│   │   │   │   │   └── AndroidKeyToSkKey.h
│   │   │   │   ├── animated
│   │   │   │   │   ├── SkBorderView.h
│   │   │   │   │   ├── SkImageView.h
│   │   │   │   │   ├── SkProgressBarView.h
│   │   │   │   │   ├── SkScrollBarView.h
│   │   │   │   │   └── SkWidgetViews.h
│   │   │   │   ├── SkApplication.h
│   │   │   │   ├── SkBGViewArtist.h
│   │   │   │   ├── SkEvent.h
│   │   │   │   ├── SkEventSink.h
│   │   │   │   ├── SkKey.h
│   │   │   │   ├── SkOSMenu.h
│   │   │   │   ├── SkOSWindow_Android.h
│   │   │   │   ├── SkOSWindow_iOS.h
│   │   │   │   ├── SkOSWindow_Mac.h
│   │   │   │   ├── SkOSWindow_NaCl.h
│   │   │   │   ├── SkOSWindow_SDL.h
│   │   │   │   ├── SkOSWindow_Unix.h
│   │   │   │   ├── SkOSWindow_Win.h
│   │   │   │   ├── SkStackViewLayout.h
│   │   │   │   ├── SkSystemEventTypes.h
│   │   │   │   ├── SkTextBox.h
│   │   │   │   ├── SkTouchGesture.h
│   │   │   │   ├── SkView.h
│   │   │   │   ├── SkViewInflate.h
│   │   │   │   ├── SkWidget.h
│   │   │   │   ├── SkWindow.h
│   │   │   │   └── unix
│   │   │   │   ├── keysym2ucs.h
│   │   │   │   └── XkeysToSkKeys.h
│   │   │   └── xml
│   │   │   ├── SkBML_WXMLParser.h
│   │   │   ├── SkBML_XMLParser.h
│   │   │   ├── SkDOM.h
│   │   │   ├── SkJS.h
│   │   │   ├── SkXMLParser.h
│   │   │   └── SkXMLWriter.h
│   │   ├── translator
│   │   │   └── translator.h
│   │   └── zlib
│   │   ├── crc32.h
│   │   ├── deflate.h
│   │   ├── inffast.h
│   │   ├── inffixed.h
│   │   ├── inflate.h
│   │   ├── inftrees.h
│   │   ├── trees.h
│   │   ├── zconf.h
│   │   ├── zconf.in.h
│   │   ├── zlib.h
│   │   └── zutil.h
│   ├── config
│   │   ├── com-def.h
│   │   ├── core-def.h
│   │   └── options
│   │   ├── com-dll.h
│   │   ├── com-lib.h
│   │   ├── dll.h
│   │   ├── liball.h
│   │   └── lib.h
│   ├── lib
│   │   ├── souid.lib
│   │   ├── soui.lib
│   │   ├── utilitiesd.lib
│   │   └── utilities.lib
│   ├── soui
│   │   └── include
│   │   ├── activex
│   │   │   ├── flash10t.tlh
│   │   │   ├── flash10t.tli
│   │   │   ├── SBStr.h
│   │   │   ├── wmp.tlh
│   │   │   └── wmp.tli
│   │   ├── control
│   │   │   ├── RealWndHandler-i.h
│   │   │   ├── SActiveX.h
│   │   │   ├── SCalendar.h
│   │   │   ├── SCaption.h
│   │   │   ├── SCmnCtrl.h
│   │   │   ├── SComboBox.h
│   │   │   ├── SDropDown.h
│   │   │   ├── SHeaderCtrl.h
│   │   │   ├── SHotKeyCtrl.h
│   │   │   ├── SListboxex.h
│   │   │   ├── SListbox.h
│   │   │   ├── SListCtrl.h
│   │   │   ├── SMessageBox.h
│   │   │   ├── SouiCtrls.h
│   │   │   ├── SRealWnd.h
│   │   │   ├── SRichEdit.h
│   │   │   ├── SScrollbar.h
│   │   │   ├── SSliderBar.h
│   │   │   ├── SSplitWnd.h
│   │   │   ├── STabCtrl.h
│   │   │   ├── STreeBox.h
│   │   │   ├── STreeBox.rar
│   │   │   ├── STreeCtrl.h
│   │   │   └── stree.hpp
│   │   ├── core
│   │   │   ├── Accelerator.h
│   │   │   ├── FocusManager.h
│   │   │   ├── SDefine.h
│   │   │   ├── SDropTargetDispatcher.h
│   │   │   ├── SHostDialog.h
│   │   │   ├── SHostWnd.h
│   │   │   ├── SimpleWnd.h
│   │   │   ├── SItemPanel.h
│   │   │   ├── SMsgLoop.h
│   │   │   ├── Sobject.h
│   │   │   ├── SPanel.h
│   │   │   ├── SSingleton.h
│   │   │   ├── SSingletonMap.h
│   │   │   ├── SSkinFactoryMgr.h
│   │   │   ├── SSkin.h
│   │   │   ├── SSkinObjBase.h
│   │   │   ├── SThreadActiveWndMgr.h
│   │   │   ├── SWindowMgr.h
│   │   │   ├── SwndContainer-i.h
│   │   │   ├── SwndContainerImpl.h
│   │   │   ├── SwndFactoryMgr.h
│   │   │   ├── Swnd.h
│   │   │   ├── SwndLayoutBuilder.h
│   │   │   ├── SwndLayout.h
│   │   │   └── SwndStyle.h
│   │   ├── event
│   │   │   ├── eventcrack.h
│   │   │   ├── EventSet.h
│   │   │   ├── Events.h
│   │   │   └── EventSubscriber.h
│   │   ├── helper
│   │   │   ├── AppDir.h
│   │   │   ├── auto_reset.h
│   │   │   ├── color.h
│   │   │   ├── copylist.hpp
│   │   │   ├── DragWnd.h
│   │   │   ├── MemDC.h
│   │   │   ├── MenuWndHook.h
│   │   │   ├── mybuffer.h
│   │   │   ├── SAttrCracker.h
│   │   │   ├── SCriticalSection.h
│   │   │   ├── SMenu.h
│   │   │   ├── SplitString.h
│   │   │   ├── SResID.h
│   │   │   ├── SScriptTimer.h
│   │   │   ├── STime.h
│   │   │   ├── STimerEx.h
│   │   │   ├── SToolTip.h
│   │   │   ├── SwndMsgCracker.h
│   │   │   └── swndspy.h
│   │   ├── interface
│   │   │   ├── imgdecoder-i.h
│   │   │   ├── render-i.h
│   │   │   ├── SResProvider-i.h
│   │   │   ├── SScriptModule-i.h
│   │   │   ├── SSkinobj-i.h
│   │   │   ├── stooltip-i.h
│   │   │   └── STranslator-i.h
│   │   ├── res.mgr
│   │   │   ├── SFontPool.h
│   │   │   ├── SObjDefAttr.h
│   │   │   ├── SResProvider.h
│   │   │   ├── SResProviderMgr.h
│   │   │   ├── SSkinPool.h
│   │   │   ├── SStringPool.h
│   │   │   └── SStylePool.h
│   │   ├── SApp.h
│   │   ├── SCheckBoxEx.h
│   │   ├── souistd.h
│   │   ├── SSliderBarEx.h
│   │   └── SVideoSegment.h
│   ├── tools
│   │   └── uiresbuilder.exe
│   └── utilities
│   └── include
│   ├── atl.mini
│   │   ├── atldef.h
│   │   ├── SComCli.h
│   │   └── SComHelper.h
│   ├── com-loader.hpp
│   ├── gdialpha.h
│   ├── pugixml
│   │   ├── pugiconfig.hpp
│   │   ├── pugixml.hpp
│   │   └── readme.txt
│   ├── snew.h
│   ├── souicoll.h
│   ├── soui_mem_wrapper.h
│   ├── string
│   │   ├── strcpcvt.h
│   │   └── tstring.h
│   ├── trace.h
│   ├── unknown
│   │   ├── obj-ref-i.h
│   │   └── obj-ref-impl.hpp
│   ├── utilities-def.h
│   ├── utilities.h
│   └── wtl.mini
│   ├── msgcrack.h
│   └── souimisc.h
├── SouiFrame
│   ├── bin
│   │   ├── avcodec-57.dll
│   │   ├── avdevice-57.dll
│   │   ├── avfilter-6.dll
│   │   ├── avformat-57.dll
│   │   ├── avutil-55.dll
│   │   ├── imgdecoder-pngd.dll
│   │   ├── imgdecoder-png.dll
│   │   ├── logo.png
│   │   ├── postproc-54.dll
│   │   ├── render-skiad.dll
│   │   ├── render-skia.dll
│   │   ├── scriptmodule-luad.dll
│   │   ├── scriptmodule-lua.dll
│   │   ├── SDL2.dll
│   │   ├── souid.dll
│   │   ├── soui.dll
│   │   ├── SouiFrame.exe
│   │   ├── SouiFrame.exp
│   │   ├── SouiFrame.ilk
│   │   ├── SouiFrame.lib
│   │   ├── SouiFrame.pdb
│   │   ├── soui-sys-resource.dll
│   │   ├── swresample-2.dll
│   │   ├── swscale-4.dll
│   │   ├── translatord.dll
│   │   ├── translator.dll
│   │   ├── utilitiesd.dll
│   │   └── utilities.dll
│   ├── SouiFrame
│   │   ├── callback.hpp
│   │   ├── cmdutils_common_opts.h
│   │   ├── cmdutils.cpp
│   │   ├── cmdutils.h
│   │   ├── config.h
│   │   ├── ConsoleAdapter.h
│   │   ├── D3DVidRender.cpp
│   │   ├── D3DVidRender.h
│   │   ├── dshowlib
│   │   │   ├── include
│   │   │   │   ├── audiodefs.h
│   │   │   │   ├── comdecl.h
│   │   │   │   ├── D2D1.h
│   │   │   │   ├── D2D1Helper.h
│   │   │   │   ├── D2DBaseTypes.h
│   │   │   │   ├── D2Derr.h
│   │   │   │   ├── D3D10_1.h
│   │   │   │   ├── D3D10_1shader.h
│   │   │   │   ├── D3D10effect.h
│   │   │   │   ├── D3D10.h
│   │   │   │   ├── d3d10misc.h
│   │   │   │   ├── d3d10sdklayers.h
│   │   │   │   ├── D3D10shader.h
│   │   │   │   ├── D3D11.h
│   │   │   │   ├── D3D11SDKLayers.h
│   │   │   │   ├── D3D11Shader.h
│   │   │   │   ├── d3d8caps.h
│   │   │   │   ├── d3d8.h
│   │   │   │   ├── d3d8types.h
│   │   │   │   ├── d3d9caps.h
│   │   │   │   ├── d3d9.h
│   │   │   │   ├── d3d9types.h
│   │   │   │   ├── d3dcaps.h
│   │   │   │   ├── D3Dcommon.h
│   │   │   │   ├── D3Dcompiler.h
│   │   │   │   ├── D3DCSX.h
│   │   │   │   ├── d3d.h
│   │   │   │   ├── d3drmdef.h
│   │   │   │   ├── d3drm.h
│   │   │   │   ├── d3drmobj.h
│   │   │   │   ├── d3drmwin.h
│   │   │   │   ├── d3dtypes.h
│   │   │   │   ├── d3dvec.inl
│   │   │   │   ├── d3dx10async.h
│   │   │   │   ├── D3DX10core.h
│   │   │   │   ├── D3DX10.h
│   │   │   │   ├── D3DX10math.h
│   │   │   │   ├── D3DX10math.inl
│   │   │   │   ├── D3DX10mesh.h
│   │   │   │   ├── D3DX10tex.h
│   │   │   │   ├── D3DX11async.h
│   │   │   │   ├── D3DX11core.h
│   │   │   │   ├── D3DX11.h
│   │   │   │   ├── D3DX11tex.h
│   │   │   │   ├── d3dx9anim.h
│   │   │   │   ├── d3dx9core.h
│   │   │   │   ├── d3dx9effect.h
│   │   │   │   ├── d3dx9.h
│   │   │   │   ├── d3dx9math.h
│   │   │   │   ├── d3dx9math.inl
│   │   │   │   ├── d3dx9mesh.h
│   │   │   │   ├── d3dx9shader.h
│   │   │   │   ├── d3dx9shape.h
│   │   │   │   ├── d3dx9tex.h
│   │   │   │   ├── d3dx9xof.h
│   │   │   │   ├── Dcommon.h
│   │   │   │   ├── ddraw.h
│   │   │   │   ├── dinputd.h
│   │   │   │   ├── dinput.h
│   │   │   │   ├── dls1.h
│   │   │   │   ├── dls2.h
│   │   │   │   ├── dmdls.h
│   │   │   │   ├── dmerror.h
│   │   │   │   ├── dmksctrl.h
│   │   │   │   ├── dmplugin.h
│   │   │   │   ├── dmusbuff.h
│   │   │   │   ├── dmusicc.h
│   │   │   │   ├── dmusicf.h
│   │   │   │   ├── dmusici.h
│   │   │   │   ├── dmusics.h
│   │   │   │   ├── dpaddr.h
│   │   │   │   ├── dplay8.h
│   │   │   │   ├── dplay.h
│   │   │   │   ├── dplobby8.h
│   │   │   │   ├── dplobby.h
│   │   │   │   ├── dpnathlp.h
│   │   │   │   ├── dsconf.h
│   │   │   │   ├── dsetup.h
│   │   │   │   ├── dsound.h
│   │   │   │   ├── dvoice.h
│   │   │   │   ├── dvp.h
│   │   │   │   ├── DWrite.h
│   │   │   │   ├── dx7todx8.h
│   │   │   │   ├── DxDiag.h
│   │   │   │   ├── dxerr8.h
│   │   │   │   ├── dxerr9.h
│   │   │   │   ├── DxErr.h
│   │   │   │   ├── dxfile.h
│   │   │   │   ├── DXGIFormat.h
│   │   │   │   ├── DXGI.h
│   │   │   │   ├── DXGIType.h
│   │   │   │   ├── dxsdkver.h
│   │   │   │   ├── dxtrans.h
│   │   │   │   ├── gameux.h
│   │   │   │   ├── multimon.h
│   │   │   │   ├── PIXPlugin.h
│   │   │   │   ├── rmxfguid.h
│   │   │   │   ├── rmxftmpl.h
│   │   │   │   ├── rpcsal.h
│   │   │   │   ├── strsafe.h
│   │   │   │   ├── X3DAudio.h
│   │   │   │   ├── xact2wb.h
│   │   │   │   ├── xact3d3.h
│   │   │   │   ├── xact3d.h
│   │   │   │   ├── xact3.h
│   │   │   │   ├── xact3wb.h
│   │   │   │   ├── xact.h
│   │   │   │   ├── XAPOBase.h
│   │   │   │   ├── XAPOFX.h
│   │   │   │   ├── XAPO.h
│   │   │   │   ├── xaudio2fx.h
│   │   │   │   ├── xaudio2.h
│   │   │   │   ├── XDSP.h
│   │   │   │   ├── XInput.h
│   │   │   │   ├── xma2defs.h
│   │   │   │   ├── xnamathconvert.inl
│   │   │   │   ├── xnamath.h
│   │   │   │   ├── xnamathmatrix.inl
│   │   │   │   ├── xnamathmisc.inl
│   │   │   │   └── xnamathvector.inl
│   │   │   └── lib
│   │   │   ├── d2d1.lib
│   │   │   ├── d3d10_1d.lib
│   │   │   ├── d3d10_1.lib
│   │   │   ├── d3d10.lib
│   │   │   ├── d3d11.lib
│   │   │   ├── d3d8.lib
│   │   │   ├── d3d9.lib
│   │   │   ├── d3dcompiler.lib
│   │   │   ├── D3DCSXd.lib
│   │   │   ├── D3DCSX.lib
│   │   │   ├── d3dx10d.lib
│   │   │   ├── d3dx10.lib
│   │   │   ├── d3dx11d.lib
│   │   │   ├── d3dx11.lib
│   │   │   ├── d3dx9d.lib
│   │   │   ├── d3dx9.lib
│   │   │   ├── d3dxof.lib
│   │   │   ├── ddraw.lib
│   │   │   ├── dinput8.lib
│   │   │   ├── dinput.lib
│   │   │   ├── dplayx.lib
│   │   │   ├── dsetup.lib
│   │   │   ├── dsound.lib
│   │   │   ├── dwrite.lib
│   │   │   ├── DxErr8.lib
│   │   │   ├── DxErr9.lib
│   │   │   ├── DxErr.lib
│   │   │   ├── dxgi.lib
│   │   │   ├── dxguid.lib
│   │   │   ├── dxtrans.lib
│   │   │   ├── X3DAudio.lib
│   │   │   ├── xapobased.lib
│   │   │   ├── xapobase.lib
│   │   │   ├── XAPOFX.lib
│   │   │   └── XInput.lib
│   │   ├── FFmpeg_filter.cpp
│   │   ├── FFmpeg_filter.h
│   │   ├── include
│   │   │   ├── inttypes.h
│   │   │   ├── libavcodec
│   │   │   │   ├── avcodec.h
│   │   │   │   ├── avdct.h
│   │   │   │   ├── avfft.h
│   │   │   │   ├── d3d11va.h
│   │   │   │   ├── dirac.h
│   │   │   │   ├── dv_profile.h
│   │   │   │   ├── dxva2.h
│   │   │   │   ├── jni.h
│   │   │   │   ├── mediacodec.h
│   │   │   │   ├── qsv.h
│   │   │   │   ├── vaapi.h
│   │   │   │   ├── vda.h
│   │   │   │   ├── vdpau.h
│   │   │   │   ├── version.h
│   │   │   │   ├── videotoolbox.h
│   │   │   │   ├── vorbis_parser.h
│   │   │   │   └── xvmc.h
│   │   │   ├── libavdevice
│   │   │   │   ├── avdevice.h
│   │   │   │   └── version.h
│   │   │   ├── libavfilter
│   │   │   │   ├── avfiltergraph.h
│   │   │   │   ├── avfilter.h
│   │   │   │   ├── buffersink.h
│   │   │   │   ├── buffersrc.h
│   │   │   │   └── version.h
│   │   │   ├── libavformat
│   │   │   │   ├── avformat.h
│   │   │   │   ├── avio.h
│   │   │   │   └── version.h
│   │   │   ├── libavutil
│   │   │   │   ├── adler32.h
│   │   │   │   ├── aes_ctr.h
│   │   │   │   ├── aes.h
│   │   │   │   ├── attributes.h
│   │   │   │   ├── audio_fifo.h
│   │   │   │   ├── avassert.h
│   │   │   │   ├── avconfig.h
│   │   │   │   ├── avstring.h
│   │   │   │   ├── avutil.h
│   │   │   │   ├── base64.h
│   │   │   │   ├── blowfish.h
│   │   │   │   ├── bprint.h
│   │   │   │   ├── bswap.h
│   │   │   │   ├── buffer.h
│   │   │   │   ├── camellia.h
│   │   │   │   ├── cast5.h
│   │   │   │   ├── channel_layout.h
│   │   │   │   ├── common.h
│   │   │   │   ├── cpu.h
│   │   │   │   ├── crc.h
│   │   │   │   ├── des.h
│   │   │   │   ├── dict.h
│   │   │   │   ├── display.h
│   │   │   │   ├── downmix_info.h
│   │   │   │   ├── error.h
│   │   │   │   ├── eval.h
│   │   │   │   ├── ffversion.h
│   │   │   │   ├── fifo.h
│   │   │   │   ├── file.h
│   │   │   │   ├── frame.h
│   │   │   │   ├── hash.h
│   │   │   │   ├── hmac.h
│   │   │   │   ├── hwcontext_cuda.h
│   │   │   │   ├── hwcontext_dxva2.h
│   │   │   │   ├── hwcontext.h
│   │   │   │   ├── hwcontext_vaapi.h
│   │   │   │   ├── hwcontext_vdpau.h
│   │   │   │   ├── imgutils.h
│   │   │   │   ├── intfloat.h
│   │   │   │   ├── intreadwrite.h
│   │   │   │   ├── lfg.h
│   │   │   │   ├── log.h
│   │   │   │   ├── lzo.h
│   │   │   │   ├── macros.h
│   │   │   │   ├── mastering_display_metadata.h
│   │   │   │   ├── mathematics.h
│   │   │   │   ├── md5.h
│   │   │   │   ├── mem.h
│   │   │   │   ├── motion_vector.h
│   │   │   │   ├── murmur3.h
│   │   │   │   ├── opt.h
│   │   │   │   ├── parseutils.h
│   │   │   │   ├── pixdesc.h
│   │   │   │   ├── pixelutils.h
│   │   │   │   ├── pixfmt.h
│   │   │   │   ├── random_seed.h
│   │   │   │   ├── rational.h
│   │   │   │   ├── rc4.h
│   │   │   │   ├── replaygain.h
│   │   │   │   ├── ripemd.h
│   │   │   │   ├── samplefmt.h
│   │   │   │   ├── sha512.h
│   │   │   │   ├── sha.h
│   │   │   │   ├── stereo3d.h
│   │   │   │   ├── tea.h
│   │   │   │   ├── threadmessage.h
│   │   │   │   ├── timecode.h
│   │   │   │   ├── time.h
│   │   │   │   ├── timestamp.h
│   │   │   │   ├── tree.h
│   │   │   │   ├── twofish.h
│   │   │   │   ├── version.h
│   │   │   │   └── xtea.h
│   │   │   ├── libpostproc
│   │   │   │   ├── postprocess.h
│   │   │   │   └── version.h
│   │   │   ├── libswresample
│   │   │   │   ├── swresample.h
│   │   │   │   └── version.h
│   │   │   ├── libswscale
│   │   │   │   ├── swscale.h
│   │   │   │   └── version.h
│   │   │   ├── _mingw.h
│   │   │   ├── SDL
│   │   │   │   ├── begin_code.h
│   │   │   │   ├── close_code.h
│   │   │   │   ├── SDL_assert.h
│   │   │   │   ├── SDL_atomic.h
│   │   │   │   ├── SDL_audio.h
│   │   │   │   ├── SDL_bits.h
│   │   │   │   ├── SDL_blendmode.h
│   │   │   │   ├── SDL_clipboard.h
│   │   │   │   ├── SDL_config.h
│   │   │   │   ├── SDL_cpuinfo.h
│   │   │   │   ├── SDL_egl.h
│   │   │   │   ├── SDL_endian.h
│   │   │   │   ├── SDL_error.h
│   │   │   │   ├── SDL_events.h
│   │   │   │   ├── SDL_filesystem.h
│   │   │   │   ├── SDL_gamecontroller.h
│   │   │   │   ├── SDL_gesture.h
│   │   │   │   ├── SDL.h
│   │   │   │   ├── SDL_haptic.h
│   │   │   │   ├── SDL_hints.h
│   │   │   │   ├── SDL_joystick.h
│   │   │   │   ├── SDL_keyboard.h
│   │   │   │   ├── SDL_keycode.h
│   │   │   │   ├── SDL_loadso.h
│   │   │   │   ├── SDL_log.h
│   │   │   │   ├── SDL_main.h
│   │   │   │   ├── SDL_messagebox.h
│   │   │   │   ├── SDL_mouse.h
│   │   │   │   ├── SDL_mutex.h
│   │   │   │   ├── SDL_name.h
│   │   │   │   ├── SDL_opengles2_gl2ext.h
│   │   │   │   ├── SDL_opengles2_gl2.h
│   │   │   │   ├── SDL_opengles2_gl2platform.h
│   │   │   │   ├── SDL_opengles2.h
│   │   │   │   ├── SDL_opengles2_khrplatform.h
│   │   │   │   ├── SDL_opengles.h
│   │   │   │   ├── SDL_opengl_glext.h
│   │   │   │   ├── SDL_opengl.h
│   │   │   │   ├── SDL_pixels.h
│   │   │   │   ├── SDL_platform.h
│   │   │   │   ├── SDL_power.h
│   │   │   │   ├── SDL_quit.h
│   │   │   │   ├── SDL_rect.h
│   │   │   │   ├── SDL_render.h
│   │   │   │   ├── SDL_revision.h
│   │   │   │   ├── SDL_rwops.h
│   │   │   │   ├── SDL_scancode.h
│   │   │   │   ├── SDL_shape.h
│   │   │   │   ├── SDL_stdinc.h
│   │   │   │   ├── SDL_surface.h
│   │   │   │   ├── SDL_system.h
│   │   │   │   ├── SDL_syswm.h
│   │   │   │   ├── SDL_test_assert.h
│   │   │   │   ├── SDL_test_common.h
│   │   │   │   ├── SDL_test_compare.h
│   │   │   │   ├── SDL_test_crc32.h
│   │   │   │   ├── SDL_test_font.h
│   │   │   │   ├── SDL_test_fuzzer.h
│   │   │   │   ├── SDL_test.h
│   │   │   │   ├── SDL_test_harness.h
│   │   │   │   ├── SDL_test_images.h
│   │   │   │   ├── SDL_test_log.h
│   │   │   │   ├── SDL_test_md5.h
│   │   │   │   ├── SDL_test_random.h
│   │   │   │   ├── SDL_thread.h
│   │   │   │   ├── SDL_timer.h
│   │   │   │   ├── SDL_touch.h
│   │   │   │   ├── SDL_types.h
│   │   │   │   ├── SDL_version.h
│   │   │   │   └── SDL_video.h
│   │   │   ├── SouiRealWndHandler.cpp
│   │   │   ├── SouiRealWndHandler.h
│   │   │   ├── SShellNotifyIcon.cpp
│   │   │   ├── SShellNotifyIcon.h
│   │   │   └── stdint.h
│   │   ├── lib
│   │   │   ├── avcodec.lib
│   │   │   ├── avdevice.lib
│   │   │   ├── avfilter.lib
│   │   │   ├── avformat.lib
│   │   │   ├── avutil.lib
│   │   │   ├── postproc.lib
│   │   │   ├── SDL2.lib
│   │   │   ├── SDL2main.lib
│   │   │   ├── swresample.lib
│   │   │   └── swscale.lib
│   │   ├── logo.png
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── ps_yuv420p.txt
│   │   ├── res
│   │   │   └── soui_res.rc2
│   │   ├── resource.h
│   │   ├── SouiFrame.aps
│   │   ├── SouiFrame.cpp
│   │   ├── SouiFrame.rc
│   │   ├── SouiFrame.vcproj
│   │   ├── SouiFrame.vcproj.DESKTOP-2MVQ67C.三米上.user
│   │   ├── SouiFrame.vcproj.DQ-DEV32-PC.DQ-DEV32.user
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── thread.hpp
│   │   └── uires
│   │   ├── image
│   │   │   ├── main
│   │   │   │   ├── bar_bkgnd.png
│   │   │   │   ├── btn_close_fun.png
│   │   │   │   ├── btnDelete.png
│   │   │   │   ├── btnFullScrn.png
│   │   │   │   ├── btn_fun.png
│   │   │   │   ├── btnHideList.png
│   │   │   │   ├── btn_listDelete_fun.png
│   │   │   │   ├── btn_max_fun.png
│   │   │   │   ├── btn_min_fun.png
│   │   │   │   ├── btnNext.png
│   │   │   │   ├── btnNormScrn.png
│   │   │   │   ├── btn_open_file.png
│   │   │   │   ├── btnOpen.png
│   │   │   │   ├── btn_option_fun.png
│   │   │   │   ├── btnPause.png
│   │   │   │   ├── btnPlay.png
│   │   │   │   ├── btnPlus.png
│   │   │   │   ├── btnPrev.png
│   │   │   │   ├── btn_restore_fun.png
│   │   │   │   ├── btnShowList.png
│   │   │   │   ├── btnStop.png
│   │   │   │   ├── caption_bg.png
│   │   │   │   ├── delete_file.png
│   │   │   │   ├── ellipse_1.png
│   │   │   │   ├── ellipse.png
│   │   │   │   ├── flag_pause.png
│   │   │   │   ├── flag_play.png
│   │   │   │   ├── fun_vscroll.png
│   │   │   │   ├── icon-字奶黄色.png
│   │   │   │   ├── List_bg.png
│   │   │   │   ├── ListChildBg.png
│   │   │   │   ├── ListParentBg.png
│   │   │   │   ├── ListTitle.png
│   │   │   │   ├── menu_border_fun.png
│   │   │   │   ├── menu_sep_fun.png
│   │   │   │   ├── menu_skin_fun.png
│   │   │   │   ├── setname_bkgnd.png
│   │   │   │   ├── setname_title.png
│   │   │   │   ├── slider_base.png
│   │   │   │   ├── slider_bg.png
│   │   │   │   ├── slider_pos.png
│   │   │   │   ├── slider_thumb.png
│   │   │   │   ├── slider_volume_bg.png
│   │   │   │   ├── slider_volume_pos.png
│   │   │   │   ├── slider_volume_thumb.png
│   │   │   │   ├── subtitles.png
│   │   │   │   ├── sys_close.png
│   │   │   │   ├── sys_max.png
│   │   │   │   ├── sys_min.png
│   │   │   │   ├── sys_option.png
│   │   │   │   ├── sys_restore.png
│   │   │   │   ├── title_base.png
│   │   │   │   ├── tree_toggle.png
│   │   │   │   ├── volume_bkgnd.png
│   │   │   │   ├── volume_mute.png
│   │   │   │   ├── volume.png
│   │   │   │   ├── wallpaper.png
│   │   │   │   ├── 关于-奶白.png
│   │   │   │   ├── 白色-VI-D1000P-关于.png
│   │   │   │   ├── 白色-VI-D1000-关于.png
│   │   │   │   ├── 白色-联合图标1.png
│   │   │   │   ├── 菜单选中勾.png
│   │   │   │   └── 载入界面背景.png
│   │   │   ├── woody128.ico
│   │   │   ├── woody16.ico
│   │   │   ├── woody32.ico
│   │   │   ├── woody48.ico
│   │   │   └── woody64.ico
│   │   ├── Translator
│   │   │   └── lang_cn.xml
│   │   ├── uires.idx
│   │   └── xml
│   │   ├── ControlPanel.xml
│   │   ├── init.xml
│   │   ├── MainFrm.xml
│   │   └── VideoProgress.xml
│   ├── SouiFrame.ncb
│   ├── SouiFrame.sln
│   └── SouiFrame.suo
└── 进展.txt

89 directories, 993 files

标签:

实例下载地址

FFmpeg滤镜实现区域视频增强 及 D3D实现视频播放区的拉大缩小

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警