登录
首页 » C# » 开源的.net矢量图、流程图绘制软件 Netron2009

开源的.net矢量图、流程图绘制软件 Netron2009

于 2014-10-27 发布
0 173
下载积分: 1 下载次数: 0

代码说明:

.net开源的矢量图、流程图这绘制软件,对学习.Net项目中的MVC架构、C#编程、GDI 图像处理、实现应用程序的撤消与重做等其他很多知识都有很好的帮助。

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

发表评论

0 个回复

  • STM32 modbus协议 从机程序
    STM32 modbus协议 从机程序
    2020-06-17下载
    积分:1
  • 制作web界面并部署到docker上(asp.net core)
    【实例简介】将asp.net core 项目部署到docker中
    2021-06-15 00:31:13下载
    积分:1
  • 用C和C++ 实现的CRC24a校验码的生成.rar
    用C和C++ 实现的CRC24a校验码的生成.rar
    2019-03-14下载
    积分:1
  • C#获取并连接wifi(于NativeWifi)
    managedwifi.zip
    2021-05-06下载
    积分:1
  • VMD算法分解信号
    利用VMD可以很好的分解信号,可以分解滚动轴承的原始数据和自己的信号仿真数据,VMD算法,带注释解析,方便查看和理解,可直接使用。
    2019-03-20下载
    积分:1
  • <免安装版>sqlite 数据库操作 实例源码下载
    如果你的操作系统是 win64位系统,那么请按照以下提示操作: 首先在这里下载  最新版的 sqlite dll文件,引用到项目中 http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki 记住是这个版本:Precompiled Binaries for 64-bit Windows  以及对应上你的 .net framework环境即可  另外程序的版本修改成 x64, 右键项目>>生成>>目标平台选择 x64 即可 至此即可使用  据说:从 System.Data.SQLite, Version=1.0.94.0 这个版本以后 不需要引用SQLite.Interop.dll 这个了,包含到 system.data.sqlite.dll中了
    2015-04-12下载
    积分: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# 坦克大战 游戏代码
    2015-06-10下载
    积分:1
  • C# 将数字 转换成人民币大写的形式
    C# 将数字 转换成人民币大写的形式
    2013-12-03下载
    积分:1
  • log4net debug不记录日志问题原因 例子
    默认的log4net 不记录Debug,将中的INFO 改成 DEBUG 即可,如下:
    2014-10-16下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载