资源简介
测绘工程专业的同学可以看看
包括坐标转换(BLH->XYZ,XYZ->XYZ等等)

代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.IO;
using System.Diagnostics;
namespace GS
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void xYZToolStripMenuItem_Click(object sender EventArgs e)
{
Form3 form3 = new Form3();
form3.Show();
}
private void 新建ToolStripMenuItem_Click(object sender EventArgs e)
{
System.Diagnostics.Process.Start(@“c:\Windows\System32\notepad.exe“);
this.richTextBox1.Text = ““;
}
private void 文件ToolStripMenuItem_Click(object sender EventArgs e)
{
}
private void 保存ToolStripMenuItem_Click(object sender EventArgs e)
{
this.saveFileDialog1.ShowDialog();
string StrFileName = this.saveFileDialog1.FileName;
if (StrFileName.Trim() == ““)
return;
this.richTextBox1.SaveFile(StrFileName RichTextBoxStreamType.PlainText);
}
private void 退出ToolStripMenuItem_Click(object sender EventArgs e)
{
Application.Exit();
}
private void 打开ToolStripMenuItem_Click(object sender EventArgs e)
{
this.openFileDialog1.ShowDialog();
string StrFileName = this.openFileDialog1.FileName;
if (StrFileName.Trim() == ““)
return;
try
{
this.richTextBox1.LoadFile(StrFileName RichTextBoxStreamType.PlainText);
}
catch (Exception )
{
MessageBox.Show(“文件格式无效,可先新建一个文档!“ “信息提示“ MessageBoxButtons.OK MessageBoxIcon.Information);
}
}
private void bLHToolStripMenuItem_Click(object sender EventArgs e)
{
Form2 form2 = new Form2();
form2.Show();
}
private void 精品课程网ToolStripMenuItem_Click(object sender EventArgs e)
{
System.Diagnostics.Process.Start(@“http://jpkc.whu.edu.cn/jpkcweb/ddclxjc/Html/Main.asp“);
}
private void menuStrip1_ItemClicked(object sender ToolStripItemClickedEventArgs e)
{
}
private void toolStripMenuItem1_Click(object sender EventArgs e)
{
}
private void richTextBox1_TextChanged(object sender EventArgs e)
{
}
private void 正算ZToolStripMenuItem_Click(object sender EventArgs e)
{
Form4 form4 = new Form4();
form4.Show();
}
private void 奖学金计算ToolStripMenuItem_Click(object sender EventArgs e)
{
StreamReader mySteamReader;
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 5612 2009-09-27 18:36 XYZ-BLH及白塞尔正算\GS\Properties\Resources.resx
文件 249 2009-09-27 18:36 XYZ-BLH及白塞尔正算\GS\Properties\Settings.settings
文件 1360 2009-09-27 18:36 XYZ-BLH及白塞尔正算\GS\Properties\AssemblyInfo.cs
文件 2854 2009-09-27 18:36 XYZ-BLH及白塞尔正算\GS\Properties\Resources.Designer.cs
文件 1087 2009-09-27 18:36 XYZ-BLH及白塞尔正算\GS\Properties\Settings.Designer.cs
文件 9916 2009-10-26 19:43 XYZ-BLH及白塞尔正算\GS\Form3.Designer.cs
文件 6420 2009-10-26 19:43 XYZ-BLH及白塞尔正算\GS\Form1.resx
文件 3344 2009-10-29 12:26 XYZ-BLH及白塞尔正算\GS\Form2.cs
文件 5345 2009-10-07 13:05 XYZ-BLH及白塞尔正算\GS\GS.csproj
文件 14328 2009-10-29 12:40 XYZ-BLH及白塞尔正算\GS\bin\Debug\GS.vshost.exe
文件 28160 2009-10-29 12:38 XYZ-BLH及白塞尔正算\GS\bin\Debug\GS.exe
文件 77312 2009-10-29 12:38 XYZ-BLH及白塞尔正算\GS\bin\Debug\GS.pdb
文件 490 2007-07-21 01:33 XYZ-BLH及白塞尔正算\GS\bin\Debug\GS.vshost.exe.manifest
文件 6144 2009-10-07 13:00 XYZ-BLH及白塞尔正算\GS\bin\Debug\ClockLib.dll
文件 13824 2009-10-07 13:00 XYZ-BLH及白塞尔正算\GS\bin\Debug\ClockLib.pdb
文件 180 2009-10-26 19:43 XYZ-BLH及白塞尔正算\GS\obj\Debug\GS.Form1.resources
文件 180 2009-10-07 13:05 XYZ-BLH及白塞尔正算\GS\obj\Debug\GS.Properties.Resources.resources
文件 28160 2009-10-29 12:38 XYZ-BLH及白塞尔正算\GS\obj\Debug\GS.exe
文件 1460 2009-10-29 12:40 XYZ-BLH及白塞尔正算\GS\obj\Debug\GS.csproj.FileListAbsolute.txt
文件 180 2009-10-26 12:38 XYZ-BLH及白塞尔正算\GS\obj\Debug\GS.Form2.resources
文件 180 2009-10-26 19:43 XYZ-BLH及白塞尔正算\GS\obj\Debug\GS.Form3.resources
文件 180 2009-10-26 19:43 XYZ-BLH及白塞尔正算\GS\obj\Debug\GS.Form4.resources
文件 180 2009-10-07 13:05 XYZ-BLH及白塞尔正算\GS\obj\Debug\GS.Form5.resources
文件 4409 2009-10-07 13:05 XYZ-BLH及白塞尔正算\GS\obj\Debug\ResolveAssemblyReference.cache
文件 1079 2009-10-26 19:43 XYZ-BLH及白塞尔正算\GS\obj\Debug\GS.csproj.GenerateResource.Cache
文件 77312 2009-10-29 12:38 XYZ-BLH及白塞尔正算\GS\obj\Debug\GS.pdb
文件 6791 2009-10-29 12:38 XYZ-BLH及白塞尔正算\GS\Form4.cs
文件 13311 2009-10-26 19:43 XYZ-BLH及白塞尔正算\GS\Form1.Designer.cs
文件 4369 2009-10-29 12:19 XYZ-BLH及白塞尔正算\GS\Form3.cs
文件 352 2009-10-07 12:04 XYZ-BLH及白塞尔正算\GS\Form5.cs
............此处省略117个文件信息
相关资源
- Scratch 吃豆人追踪者.sb3
- labview编程软件滤波器以及编写程序设
- Scratch 变脸(将人物图片变成各种各样
- UNIX/LINUX编程实践教程的源码
- Windows异步套接字网络编程
- 编程实现二维DCT变换
- MT4编程 EA模板
- 音乐代码转换软件 单片机编程时用
- PLC上位机编程软件
- 一种红外遥控编解码仿真
- 用Socket编程实现FTP
- 用vc 写的导线测量,针对刚学测绘的
- S7-200模拟量编程实例
- 防火墙编程-Visual C 网络通信开发
- 数据采集系统——ADC0808的应用,单片
- MFC网络编程实例
- VC 游戏编程—附源代码
- IpHlpApi.h&IpHlpApi.lib
- ADC0809数字电压表 LCD1602显示 汇编程序
- 108种编程中常见的问题及解决办法
- Siemens PLC编程精品例程11.机械手GRAPH
- SOCKET 网络编程 计算机网络 作业 客户
- PC汇编编程钢琴程序
- 浙大ACM编程竞赛的摸板
- 武汉大学测绘学院大地测量学编程-
- 武汉大学测绘学院大地测量学编程-
- 高斯投影正反算C 代码
- 操作系统实验综合设计【附代码】
- 汇编编程实现二进制和十六进制之间
- VC 编程实现活动主机扫描源代码
评论
共有 条评论