登录
首页 » Windows_Unix » DeleteSmallPolygon

DeleteSmallPolygon

于 2008-10-31 发布 文件大小:145KB
0 87
下载积分: 1 下载次数: 0

代码说明:

说明:  用arcengine开发的一个删除细小图斑的程序,删除面积小于定值的图斑。(err)

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

发表评论

0 个回复

  • WpfRichTextBoxEdit
    WPF中文本编辑功能,包括字体设置,文本保存,插入图片等等功能。(The WPF Chinese editing functions, including font settings, save the text, insert images and more.)
    2013-12-19 10:49:02下载
    积分:1
  • GridViewPage
    一个分页功能,一个很简单的分页功能,真的很简单哦(A paging function, a simple paging functionality really simple Oh)
    2012-12-13 16:01:11下载
    积分:1
  • zhujieguanli
    主机管理系统,用于脱离iis 平台运行.net 代码,在iis当机状态下启用,来管理iis。(Host management system for platforms from the iis runs. Net code, iis crash mode is enabled, to manage iis.)
    2010-03-09 10:12:25下载
    积分:1
  • 委托
    C#的委托实现,,以一个建议的例子进行说明,具体代码以及注释均有。 委托实现了对方法的封装引用,适于初学者对于委托的理解(The implementation of C# is illustrated by a suggested example, with specific code and annotations. The delegate realizes the encapsulation and reference of the method, and is suitable for beginners to understand the entrustment.)
    2018-04-30 12:42:12下载
    积分:1
  • CSharp.net-_-400-classic-example
    C#.net_经典例子400个,很实用哦!(C#.net _ 400 classic example)
    2013-09-22 17:42:39下载
    积分:1
  • WpfRichTextBoxEdit
    WPF中文本编辑功能,包括字体设置,文本保存,插入图片等等功能。(The WPF Chinese editing functions, including font settings, save the text, insert images and more.)
    2013-12-19 10:49:02下载
    积分:1
  • C# pop3 邮件接收
    private void Connect_Click(object sender, System.EventArgs e)        {            //将光标置为等待状态            Cursor cr = Cursor.Current;            Cursor.Current = Cursors.WaitCursor;            String a ,b,c;              //用110端口新建POP3服务器连接            Server = new TcpClient(PopServer.Text, 110);            Status.Items.Clear();             try            {                //初始化                NetStrm = Server.GetStream();                RdStrm = new StreamReader(Server.GetStream());                Status.Items.Add(RdStrm.ReadLine());                 //登录服务器过程                Data = "USER " Username.Text CRLF;                szData = System.Text.Encoding.ASCII.GetBytes(Data.ToCharArray());                NetStrm.Write(szData, 0, szData.Length);                Status.Items.Add(RdStrm.ReadLine());                 Data = "PASS " Password.Text CRLF;                szData = System.Text.Encoding.ASCII.GetBytes(Data.ToCharArray());                NetStrm.Write(szData, 0, szData.Length);                Status.Items.Add(RdStrm.ReadLine());                 //向服务器发送STAT命令,从而取得邮箱的相关信息:邮件数量和大小                Data = "STAT" CRLF;                szData = System.Text.Encoding.ASCII.GetBytes(Data.ToCharArray());                NetStrm.Write(szData, 0, szData.Length);                //Status.Items.Add(RdStrm.ReadLine());                 //改变按钮的状态                Connect.Enabled = false;                Disconnect.Enabled = true;                Retrieve.Enabled = true;                 //将光标置回原来状态                Cursor.Current = cr;             }            catch (InvalidOperationException err)            {                Status.Items.Add("Error: " err.ToString());            }        }
    2014-11-02下载
    积分:1
  • visualstudio-cPP
    计算机编程语言库,C++函数库大全,请放心下载(visual studio c++)
    2012-09-17 18:59:04下载
    积分:1
  • ReplaceText
    批量替换文件中字符串,方便修改代码中字符串和文件中字符(Replace the file in a string,Easy to modify the code and documentation for the string of characters)
    2013-09-22 17:39:45下载
    积分:1
  • ThreeOrderEqu
    该程序为c++程序,用途是使用卡丹公式求解一般一元三次方程。(Solve Three Order Equation using Cardin formula)
    2010-03-16 14:14:42下载
    积分:1
  • 696524资源总数
  • 103791会员总数
  • 67今日下载