登录
首页 » C# » c#开发vlc内核播放器源文件项目代码绝对可运行

c#开发vlc内核播放器源文件项目代码绝对可运行

于 2023-06-10 发布 文件大小:22.49 kB
0 195
下载积分: 2 下载次数: 1

代码说明:

资源描述基于VLC sdk视频播放器开发 全格式播放器含源码 流媒体 源代码 vs2005 c#.net。经典VLC SDK

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • D2D1 图像资源操作 创建图层画刷
    #include #include // for IWICImagingFactory #include   #define SAFE_RELEASE(P) if(P){P->Release() ; P = NULL ;} ID2D1Factory* g_pD2DFactory = NULL ; // Direct2D factory ID2D1HwndRenderTarget* g_pRenderTarget = NULL; // Render target ID2D1SolidColorBrush* g_pBlackBrush = NULL ; // A black brush, reflect the line color ID2D1RadialGradientBrush* g_pRadialGradientBrush = NULL ; // Radial gradient brush ID2D1Layer* g_pLayer = NULL ; ID2D1Bitmap* g_pBitmap = NULL ; IWICImagingFactory* g_pWICFactory = NULL ; HWND g_Hwnd ; // Window handle // Creates a Direct2D bitmap from file HRESULT LoadBitmapFromFile(   ID2D1RenderTarget *pRenderTarget,   IWICImagingFactory *pIWICFactory,   PCWSTR uri,   UINT dest
    2022-04-02 06:11:32下载
    积分:1
  • winsocket
    用Winsocket实现网络中聊天和文件传输, VC++编写(you can use it to communicate with other or transfer some files.)
    2009-06-16 23:13:16下载
    积分:1
  • STM32F103 蓝牙HC-05通讯程序亲测可用
    说明:  STM32F103 蓝牙HC-05通讯程序亲测可用(STM32F103 Bluetooth HC-05 communication program is available for personal testing)
    2019-04-02 08:59:46下载
    积分:1
  • encode
    说明:  基于STM32F103RC单片机,BLDCM的三相六状态控制算法.采用Hall位置传感器 采用Keil建立工程文档. 适用于57BL02型号的BLDCM,需要根据电机型号修改参数.(Based on STM32F103RC MCU and BLDCM three-phase six-state control algorithm, Hall position sensor is adopted. Keil is used to establish engineering documents. BLDCM is suitable for 57BL02 model. It needs to modify the parameters according to the motor model.)
    2019-06-08 22:16:33下载
    积分:1
  • Visual-C-MATLAB-image-processing
    本书系统地介绍了图像处理与识别的基本原理、典型方法和实用技术。全书共分12章,第1章~第6章是图像处理与识别的基础内容,包括图像科学综述、MATLAB语言图像编程、图像增强、图像分割、图像特征提取和图像识别;第7章~第10章是图像处理与识别的工程实例,涵盖了医学图像处理、文字识别和自导引小车路径识别等应用实例,并结合理论算法,提供了大量MATLAB代码程序,以帮助读者掌握如何使用MATLAB语言快速进行算法的仿真、调试和估计等方法。第11章~第12章,是两个综合性较强的实例,分别是Visual C++实现的基于神经网络的文字识别系统和车牌定位系统。 本书附带的光盘给出了各个章节列举的实例的源代码,同时赠送了28个常用数字图像处理算法的Visual C++代码实现。 本书讲解深入浅出,实例程序丰富,注重理论与实践相结合。本书可作为计算机应用、自动化、图像处理与模式识别、机电一体化专业的高年级本科生或研究生的参考书,也可供从事图像处理与识别的研究人员和工程技术人员阅读参考。(This book introduces the basic principles of image processing and recognition of the typical methods and practical skills . The book is divided into 12 chapters , Chapter 1- Chapter 6 is the basis of the content of image processing and recognition , including images scientific overview , MATLAB programming language images, image enhancement, image segmentation, image feature extraction and image recognition Chapter 7- Section Chapter 10 is a project example image processing and recognition , covering the medical image processing, character recognition and self- guided trolley path recognition example , the combination of theory and algorithms, for a lot of MATLAB code procedures to help readers learn how to use MATLAB language fast simulation , debugging and estimation methods algorithm. Chapter 11- Chapter 12 , are two examples of highly integrated , namely Visual C++ implementation based on neural network character recognition system and a license plate positioning system. The book)
    2014-03-26 11:09:37下载
    积分:1
  • Timer_key_1602
    利用MSP430单片机实现5分钟倒计时。用Timer_A实现1s定时,4位共阳型数码管显示时间,显示格式为:“x-xx”,分别代表“分”、“十秒”和“秒”。每隔1s,倒计时器的时间减1,倒计时从4分59秒开始计时,至0分0秒结束,停止计时。(MSP430 microcontroller is used to realize 5 minute countdown. Timer_A is used to realize 1s timing and 4-bit common-sun digital tube display time. The display format is "x-x x", representing "minutes", "ten seconds" and "seconds" respectively. Every 1s, the countdown time is reduced by 1. The countdown time starts at 4:59 seconds and ends at 0:0 seconds.)
    2019-04-08 20:51:10下载
    积分:1
  • c# asp.net winfrom 音乐播放器的设计 毕设
    说明:  c# winfrom 音乐播放器的毕业设计源码,程序界面很炫,功能也超赞,在托盘处显示图标,通过托盘图标的右键菜单可设置播放器相关参数。(The source code of graduation design of c # winfrom music player, the program interface is very dazzling, the function is also superb, the icon is displayed on the tray, and the player related parameters can be set through the right-click menu of the tray icon.)
    2020-04-15 17:29:19下载
    积分:1
  • Esp8266-WiFi_USART
    可以实现ESP8266远程控制,AP,station和AP+station模式,手机和STM32f103开发板通信。(ESP8266 can achieve remote control, AP, station and AP+station mode, the phone and STM32f103 development board communications.)
    2021-01-08 09:38:51下载
    积分:1
  • hello
    vscode测试代码,hello world(vscode test,hello world)
    2020-06-19 20:20:01下载
    积分:1
  • 基于ARM的只能仓库管理系统
    功能有摄像头的打开关闭,数据库的添查改删,开发班上LED的亮灭及蜂鸣器的响与停,ZigBee无线控制安全装置,
    2022-02-01 08:21:44下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载