登录
首页 » C# » C#开发网络摄像机预览视频,云台控制 实例下载

C#开发网络摄像机预览视频,云台控制 实例下载

于 2013-11-04 发布
0 233
下载积分: 1 下载次数: 0

代码说明:

C#开发网络摄像机预览视频,云台控制 实例下载

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

发表评论

0 个回复

  • wpf 图片查看器源码(支持浏览/裁剪/黑白图片)
    wpf 图片查看器源码(支持浏览/裁剪/黑白图片)
    2016-07-20下载
    积分:1
  • 对图像做空间滤波
    对图像做空间滤波
    2015-07-02下载
    积分:1
  • winform图片轮播 图片滚动源码
    winform图片轮播 图片滚动源码
    2014-11-05下载
    积分:1
  • 动画效果浮动窗体实例
            private void StopRectTimer_Tick(object sender, EventArgs e)        {            //如果鼠标在窗体上,则根据停靠位置显示整个窗体              if (this.Bounds.Contains(Cursor.Position))            {                switch (this.StopDock)                {                    case AnchorStyles.Top:                        this.Location = new Point(this.Location.X, 0);                        break;                    case AnchorStyles.Bottom:                        this.Location = new Point(this.Location.X, Screen.PrimaryScreen.Bounds.Height - this.Height);                        break;                    case AnchorStyles.Left:                        this.Location = new Point(0, this.Location.Y);                        break;                    case AnchorStyles.Right:                        this.Location = new Point(Screen.PrimaryScreen.Bounds.Width - this.Width, this.Location.Y);                        break;                }            }            else  //如果鼠标离开窗体,则根据停靠位置隐藏窗体,但须留出部分窗体边缘以便鼠标选中窗体              {                switch (this.StopDock)                {                    case AnchorStyles.Top:                        this.Location = new Point(this.Location.X, (this.Height - 3) * (-1));                        break;                    case AnchorStyles.Bottom:                        this.Location = new Point(this.Location.X, Screen.PrimaryScreen.Bounds.Height - 5);                        break;                    case AnchorStyles.Left:                        this.Location = new Point((-1) * (this.Width - 3), this.Location.Y);                        break;                    case AnchorStyles.Right:                        this.Location = new Point(Screen.PrimaryScreen.Bounds.Width - 2, this.Location.Y);                        break;                }            }        }
    2015-06-10下载
    积分:1
  • c# 五子棋 游戏完整源码下载
    c# 五子棋 游戏完整源码下载
    2014-12-08下载
    积分:1
  • 快红网彩票网
    进行网上彩票购买下注的竞技性网站
    2021-05-06下载
    积分:1
  • 通讯录管理系统 sqlserver 数据库
    c#通讯录管理 数据库连接自己修改,图片有些是本地需要自己手动修改
    2019-05-20下载
    积分:1
  • C++ Primer书籍源码
    MS_pre_C11.zipGCC_4_7_0.zip GCC_pre_C11.zip
    2020-12-11下载
    积分:1
  • linq not in 示例源码(not in 不等于 contain(xx)==false)
    注意 cotain(xx)=false  在linq中 总是不成立的
    2014-06-27下载
    积分:1
  • C++ 三维折线图(提高篇-实例516).zip
    C++ 三维折线图(提高篇-实例516).zip
    2019-10-02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载