登录
首页 » C# » AForge.NET Framework-2.2.5源码及例子

AForge.NET Framework-2.2.5源码及例子

于 2016-05-13 发布
0 141
下载积分: 1 下载次数: 0

代码说明:

AForge.NET Framework-2.2.5源码及例子

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

发表评论

0 个回复

  • wpf qq登陆概念版
    wpf qq登陆概念版
    2013-11-23下载
    积分:1
  • C#连接指纹机 实例源码下载
    C#连接指纹机 实例源码下载
    2014-05-29下载
    积分:1
  • WebService接口实现天气预报
    调用公共WebService接口实现天气预报。 最后更新与 2018年4月,附件分为两个版本,现新增了 新版的webservice调用方法,如下
    2014-04-15下载
    积分:1
  • Essential C++.pdf
    Essential C++.pdf
    2020-11-28下载
    积分:1
  • Request的几种 Url 用法比较 有示例有源码
    测试的url地址是http://www.test.com/testweb/default.aspx?id=1,结果如下:Request.ApplicationPath: /testwebRequest.CurrentExecutionFilePath: /testweb/default.aspxRequest.FilePath: /testweb/default.aspxRequest.Path:/testweb/default.aspxRequest.PathInfo:Request.PhysicalApplicationPath: E:WWW estwebRequest.PhysicalPath:E:WWW estwebdefault.aspxRequest.RawUrl:/testweb/default.aspx?id=1Request.Url.AbsolutePath:/testweb/default.aspxRequest.Url.AbsoluteUri: http://www.test.com/testweb/default.aspx?id=1Request.Url.Host:www.test.comRequest.Url.LocalPath:/testweb/default.aspx
    2020-12-01 21:59:28下载
    积分:1
  • KMP算法
    【实例简介】KMP改进算法
    2021-07-27 00:31:05下载
    积分:1
  • 程控电源(数字电源-电压可自由设定)
    电压可自由设定,也可直接设置DAC,两步配合操作,输出电压精度可达正负10mv
    2019-10-18下载
    积分: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
  • 课程信息VC操作Access数据库(实现增删改查)
    课程信息VC操作数据库,需要将course.mdb 放到 和 exe 同级目录
    2019-12-31下载
    积分:1
  • 在 web网站、winform、控制台使用log4net实例源码下载
    在 web网站、winform、控制台使用log4net实例源码下载
    2014-07-22下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载