登录
首页 » C# » CoordinateConversion

CoordinateConversion

于 2013-02-24 发布 文件大小:1KB
0 132
下载积分: 1 下载次数: 31

代码说明:

  GPS定位程序所需的坐标转换程序,包括大地坐标转到笛卡尔坐标等(GPS positioning procedures required to coordinate conversion program)

文件列表:

CoordinateConversion.cs,4949,2010-11-23

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

发表评论

0 个回复

  • studentdatabaseCreate
    学生选课管理系统,用纯ODBC API实现,例子中也演示了用MFC ODBC实现的方法,对于SQL语言的理解有很大的直观帮助和体会。内有详细的实验帮助和使用说明已经程序的E-R图,源码都附加有注释,很容易理解。C语言+SQL实现。(Student course management system, using pure ODBC API to achieve, for example, also demonstrated the realization of using MFC ODBC method, the SQL language, intuitive understanding of a great help and experience. There are detailed help and use of experimental procedures that had been ER diagram, annotated source code is attached, it is easy to understand.)
    2009-07-11 23:41:27下载
    积分: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
  • DXFTest
    说明:  非常有用的资料,C#源码,能够直接导入DXF文件,并对DXF文件分析是圆、线,轮廓等形状,并对形状进行分析,可以直接生成G代码或者点位信息。自己可以拿点位信息再做处理。(Very useful information, C # source code, can directly import DXF file, and DXF file analysis is circular, line, contour and other shapes, and shape analysis, can directly generate G code or point information. I can take the point information and then do the processing.)
    2019-04-13 10:58:41下载
    积分:1
  • PM
    说明:  (1)运行环境:本系统是基于Windows操作系统下的一个提供给宿舍管理员使用方便其管理宿舍日常事务的软件,操作系统必须为Windows系列的升级到Microsoft .Net Framework 2.0以上的公共语言运行库,其所用到的第三方控件的连接文件已经全都打包到本系统根目录中,操作系统不需要任何特殊的设置,该系统尚未正式投入使用。 (2)开发环境:本系统是基于Microsoft .Net Framework 2.0平台开发的,采用的编程语言为C#,开发工具为Microsoft Visual Studio 2005。 (3)功能说明:系统所能完成的所有功能 a.员薪资料管理 b.部门管理 c.假期管理 d.考勤管理 e.加班管理 f.薪资管理 g.安全管理(nihao)
    2009-12-15 12:35:16下载
    积分:1
  • F2812-fft--TI
    Fast Fourier Transform (FFT). Using 8 points, takes about 1.2 ms to execute one FFT. Sets up General Purpose Timer 1 to generate events at 10 kHz. Will produce 10 kHz output on T1PWM and T1PWM pins.(Fast Fourier Transform (FFT). Using 8 points, takes about 1.2 ms to execute one FFT. Sets up General Purpose Timer 1 to generate events at 10 kHz. Will produce 10 kHz output on T1PWM and T1PWM pins.)
    2012-07-02 21:19:50下载
    积分:1
  • WDK开发了PCI驱动 WDM_PCI_Driver
    基于WDK开发了PCI驱动。根据读取PCI配置空间,可以得到PCI设备的所有资源。(The project is used for PCI driver.)
    2020-06-27 00:20:01下载
    积分:1
  • MFC界面实例13个
    MFC c++ 编程13个例子 适合初学者学习(13 examples of MFC++ programming are suitable for beginners to learn)
    2019-07-01 11:33:49下载
    积分:1
  • Cqiukarchy_dynami
    基于windows mobile操作系统,关于操作task tree部分的实例程序,()
    2018-06-11 16:57:22下载
    积分:1
  • DVRServerCenter
    完成端口服务器,支持同步发送接收,支持内存池,支持简单丢包算法。(Completion port server to support simultaneous sending and receiving, support memory pool to support a simple algorithm for packet loss.)
    2010-01-08 14:22:45下载
    积分:1
  • rvsh-connect
    说明:  关于unix系统的虚拟网络的connect部分功能,仅供参考,好好学习天天向上(unix virtual network)
    2019-02-21 22:48:37下载
    积分:1
  • 696518资源总数
  • 105559会员总数
  • 1今日下载