91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 305KB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發布日期: 2021-05-26
  • 語言: 其他
  • 標簽: 測繪??編程??

資源簡介

測繪工程專業的同學可以看看 包括坐標轉換(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個文件信息

評論

共有 條評論