登录
首页 » c++ » darwin

darwin

于 2023-05-06 发布 文件大小:19.34 MB
0 131
下载积分: 2 下载次数: 1

代码说明:

darwin流媒体服务器,在ubuntu上面测试过,可以编译,安装,使用

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

发表评论

0 个回复

  • AnIntroductiontoMeanShift
    均值漂移算法的详细介绍,论证均值漂移算法的收敛性,介绍mean-shift算法在图像分割,目标跟踪领域的应用(Mean Shift Algorithm detail, argues Mean Shift Algorithm, introduced mean-shift algorithm in image segmentation, target tracking applications)
    2007-12-21 10:43:07下载
    积分:1
  • OSTU
    二维OSTU方法 ,能够自动给出合适阈值 matlab环境下开发(Two-dimensional OSTU method that can automatically give the appropriate thresholds developed under matlab environment)
    2011-11-07 10:48:47下载
    积分:1
  • 给函数传递数组
    #include using namespace std; double average(double array[],int count);                             //函数原型 int main(void) { double values[]={1.0,2.0,3.0,4.0,5.0,6.0,7.0,8.0,9.0,10.0}; cout
    2022-03-19 10:39:26下载
    积分:1
  • Contour
    说明:  c++的绘制二维等值线源码。有示例数据,可以运行。(c++ two-dimensional contour map of the source。c++ code for contour map)
    2009-07-29 11:44:20下载
    积分:1
  • AVR_C
    包括AVR指令集,AVR单片机C语言编程及应用实例,AVR单片机C语言库,AVR单片机应用设计(Including the AVR instruction set, AVR microcontroller C programming language and its application, AVR microcontroller C language library, AVR MCU application design)
    2010-09-09 17:15:53下载
    积分:1
  • C# 建立SQL Server数据库连接的基本方法
    C# 建立SQL Server数据库连接的基本方法,核心代码为:   try   {    string ConStr =//创建数据库连接字符串   @"server=WIN-GI7E47AND9RLS;user id=sa;pwd=;database=db_TomeTwo";    SqlConnection con = new SqlConnection(ConStr);//创建数据库连接对象    string SqlStr = "select * from 帐单";//创建SQL查询字符串    SqlDataAdapter ada = new SqlDataAdapter(SqlStr, con);//创建数据适配器对象    DataSet ds = new DataSet();//创建数据表    ada.Fill(ds);//填充数据集    this.dgv_Message.DataSource =//设置数据源    ds.Tables[0].DefaultView;   }   catch(Exception ex)//捕获异常   {    MessageBox.Show(ex.Message,"提示!");//弹出消息对话框   }
    2022-07-28 04:06:36下载
    积分:1
  • easyrtmp.win 32位
    简单、高效、稳定的一款标准RTSP/RTP协议直播推送库,支持将H.264/G.711/G.726/AAC等音视频数据推送到RTSP流媒体服务器进行低延时直播或者视频通信,支持Windows、Linux、ARM、Android、iOS等平台,EasyPusher配套EasyDarwin流媒体服务器、EasyPlayer RTSP播放器适用于特殊行业的低延时应急指挥需求
    2023-07-03 05:50:08下载
    积分:1
  • 19.fengmingqi
    此为51单片机的正弦波产生c程序,可将hex文件烧录到单片机内使用。(This is a 51 microcontroller sine wave generator c program, you can burn the hex file into the MCU.)
    2015-10-16 16:16:04下载
    积分:1
  • MySQL事务部分回滚-回滚到指定保存点
    说明:  mysql数据回滚,回滚数据到指定保存点。用于线上恢复问题(MySQL data rollback)
    2020-06-15 22:45:01下载
    积分:1
  • INA128INA129
    INA128和INA129是低功耗高精度的通用仪表放大器(INA128/INA129DATASHEET )
    2009-09-18 10:16:23下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载